search for: pci_bus

Displaying 20 results from an estimated 304 matches for "pci_bus".

2013 Jun 21
4
[PATCH v2 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next V2: Kill pci_scan_bus_parented() instead of marking it as deprecated Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to
2013 Jun 21
4
[PATCH v2 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next V2: Kill pci_scan_bus_parented() instead of marking it as deprecated Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to
2013 Jun 21
4
[PATCH v2 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next V2: Kill pci_scan_bus_parented() instead of marking it as deprecated Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to
2020 May 06
6
GeForce(R) GT 710 1GB PCIE x 1 on arm64
...e 10003000.pcie: probing port 2, using 1 lanes > > [ 5.260316] tegra-pcie 10003000.pcie: link 1 down, ignoring > > [ 6.479410] tegra-pcie 10003000.pcie: link 2 down, ignoring > > [ 6.479579] tegra-pcie 10003000.pcie: PCI host bridge to bus 0000:00 > > [ 6.479602] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] > > [ 6.479627] pci_bus 0000:00: root bus resource [mem 0x50100000-0x57ffffff] > > [ 6.479646] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff pref] > > [ 6.479668] pci_bus 0000:00: root bus resource [bus 00-ff]...
2020 May 06
0
GeForce(R) GT 710 1GB PCIE x 1 on arm64
...3.972183] tegra-pcie 10003000.pcie: probing port 2, using 1 lanes > [ 5.260316] tegra-pcie 10003000.pcie: link 1 down, ignoring > [ 6.479410] tegra-pcie 10003000.pcie: link 2 down, ignoring > [ 6.479579] tegra-pcie 10003000.pcie: PCI host bridge to bus 0000:00 > [ 6.479602] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] > [ 6.479627] pci_bus 0000:00: root bus resource [mem 0x50100000-0x57ffffff] > [ 6.479646] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff pref] > [ 6.479668] pci_bus 0000:00: root bus resource [bus 00-ff] > [ 6.47...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...atus; diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 3d17641..edc3d12 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -305,7 +305,7 @@ static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) } } -static void __devinit pci_read_bridge_io(struct pci_bus *child) +static void pci_read_bridge_io(struct pci_bus *child) { struct pci_dev *dev = child->self; u8 io_base_lo, io_limit_lo; @@ -345,7 +345,7 @@ static void __devinit pci_read_bridge_io(struct pci_bus *child) } } -static void __devinit pci_read_bridge_mmio(struct pci_bus *child) +st...
2012 Nov 19
0
[PATCH 242/493] pci: remove use of __devinit
...atus; diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 3d17641..edc3d12 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -305,7 +305,7 @@ static void pci_read_bases(struct pci_dev *dev, unsigned int howmany, int rom) } } -static void __devinit pci_read_bridge_io(struct pci_bus *child) +static void pci_read_bridge_io(struct pci_bus *child) { struct pci_dev *dev = child->self; u8 io_base_lo, io_limit_lo; @@ -345,7 +345,7 @@ static void __devinit pci_read_bridge_io(struct pci_bus *child) } } -static void __devinit pci_read_bridge_mmio(struct pci_bus *child) +st...
2013 Jun 20
4
[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to simplify implementation PCI: mark pci_scan_bus_parented() as
2013 Jun 20
4
[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to simplify implementation PCI: mark pci_scan_bus_parented() as
2013 Jun 20
4
[PATCH 0/3] deprecate usage of pci_scan_bus_parented()
From: Jiang Liu <jiang.liu at huawei.com> This patch tries to deprecate usage of pci_scan_bus_parented(). It applies to https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next Jiang Liu (3): PCI: export three functions to support modular host bridge driver PCI, xen-pcifront: use new PCI interfaces to simplify implementation PCI: mark pci_scan_bus_parented() as
2020 May 06
0
GeForce(R) GT 710 1GB PCIE x 1 on arm64
...bing port 2, using 1 lanes > > > [ 5.260316] tegra-pcie 10003000.pcie: link 1 down, ignoring > > > [ 6.479410] tegra-pcie 10003000.pcie: link 2 down, ignoring > > > [ 6.479579] tegra-pcie 10003000.pcie: PCI host bridge to bus 0000:00 > > > [ 6.479602] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] > > > [ 6.479627] pci_bus 0000:00: root bus resource [mem 0x50100000-0x57ffffff] > > > [ 6.479646] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff pref] > > > [ 6.479668] pci_bus 0000:00: root bus resou...
2020 May 08
0
GeForce(R) GT 710 1GB PCIE x 1 on arm64
...bing port 2, using 1 lanes > > > [ 5.260316] tegra-pcie 10003000.pcie: link 1 down, ignoring > > > [ 6.479410] tegra-pcie 10003000.pcie: link 2 down, ignoring > > > [ 6.479579] tegra-pcie 10003000.pcie: PCI host bridge to bus 0000:00 > > > [ 6.479602] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] > > > [ 6.479627] pci_bus 0000:00: root bus resource [mem 0x50100000-0x57ffffff] > > > [ 6.479646] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff pref] > > > [ 6.479668] pci_bus 0000:00: root bus resou...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
...| 53 ++++++++++++++++------- include/linux/pci_hotplug.h | 11 ++++- 12 files changed, 246 insertions(+), 116 deletions(-) diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c index 529d9d7..15f64c9 100644 --- a/drivers/pci/bus.c +++ b/drivers/pci/bus.c @@ -105,7 +105,7 @@ int pci_bus_add_device(struct pci_dev *dev) void pci_bus_add_devices(struct pci_bus *bus) { struct pci_dev *dev; - struct pci_bus *child_bus; + struct pci_bus *child; int retval; list_for_each_entry(dev, &bus->devices, bus_list) { @@ -115,43 +115,42 @@ void pci_bus_add_devices(struct pci_bus *...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
...| 53 ++++++++++++++++------- include/linux/pci_hotplug.h | 11 ++++- 12 files changed, 246 insertions(+), 116 deletions(-) diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c index 529d9d7..15f64c9 100644 --- a/drivers/pci/bus.c +++ b/drivers/pci/bus.c @@ -105,7 +105,7 @@ int pci_bus_add_device(struct pci_dev *dev) void pci_bus_add_devices(struct pci_bus *bus) { struct pci_dev *dev; - struct pci_bus *child_bus; + struct pci_bus *child; int retval; list_for_each_entry(dev, &bus->devices, bus_list) { @@ -115,43 +115,42 @@ void pci_bus_add_devices(struct pci_bus *...
2008 Sep 01
1
[PATCH 1/4 v2] PCI: introduce new base functions
...| 53 ++++++++++++++++------- include/linux/pci_hotplug.h | 11 ++++- 12 files changed, 246 insertions(+), 116 deletions(-) diff --git a/drivers/pci/bus.c b/drivers/pci/bus.c index 529d9d7..15f64c9 100644 --- a/drivers/pci/bus.c +++ b/drivers/pci/bus.c @@ -105,7 +105,7 @@ int pci_bus_add_device(struct pci_dev *dev) void pci_bus_add_devices(struct pci_bus *bus) { struct pci_dev *dev; - struct pci_bus *child_bus; + struct pci_bus *child; int retval; list_for_each_entry(dev, &bus->devices, bus_list) { @@ -115,43 +115,42 @@ void pci_bus_add_devices(struct pci_bus *...
2012 Jun 26
8
btrfs volume suddenly becomes read-only
I was using my computer normally when suddenly my btrfs volume became read-only. This is on Chris'' for-linus branch (latest commit cb77fcd88) Here''s the relevant excerpt from dmesg [ 50.877500] r8169 0000:01:00.0: eth1: link up [ 50.880296] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready [ 60.959215] eth1: no IPv6 routers present [ 1904.463247] atkbd serio0: Unknown key
2012 Jul 31
0
9800m GT
...pci_root PNP0A03:00: host bridge window [mem 0xfee10000-0xff9fffff] [ 0.158659] pci_root PNP0A03:00: host bridge window [mem 0xffc00000-0xffdfffff] [ 0.158760] pci_root PNP0A03:00: host bridge window [mem 0x140000000-0x337ffffff] [ 0.158898] PCI host bridge to bus 0000:00 [ 0.158980] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.159065] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.159150] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.159235] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff] [ 0.159320] pci_bus 000...
2008 Sep 27
3
[PATCH 1/6 v3] PCI: export some functions and macros
.../* A 32-bit memory BAR */ + pci_bar_mem64, /* A 64-bit memory BAR */ + pci_bar_rom, /* A ROM BAR */ +}; + +extern int pci_read_base(struct pci_dev *dev, enum pci_bar_type type, + struct resource *res, unsigned int reg); +extern struct pci_bus *pci_alloc_child_bus(struct pci_bus *parent, + struct pci_dev *bridge, int busnr); + +#endif /* DRIVERS_PCI_H */ diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 36698e5..7cdb834 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -14,8 +14,6 @@...
2008 Sep 27
3
[PATCH 1/6 v3] PCI: export some functions and macros
.../* A 32-bit memory BAR */ + pci_bar_mem64, /* A 64-bit memory BAR */ + pci_bar_rom, /* A ROM BAR */ +}; + +extern int pci_read_base(struct pci_dev *dev, enum pci_bar_type type, + struct resource *res, unsigned int reg); +extern struct pci_bus *pci_alloc_child_bus(struct pci_bus *parent, + struct pci_dev *bridge, int busnr); + +#endif /* DRIVERS_PCI_H */ diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 36698e5..7cdb834 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -14,8 +14,6 @@...
2020 May 06
4
GeForce(R) GT 710 1GB PCIE x 1 on arm64
Hi to all. I'm experimenting with running a https://www.zotac.com/us/product/graphics_card/geforce%C2%AE-gt-710-1gb-pcie-x-1 card on an Nvidia Jetson TX2 arm64 device. Possible? Linux kernel aarch64 5.6.10. Because Nvidia did not list drivers for this architecture, I'm experimenting with a nouveau driver. The Jetson TX2 has a default driver for the host1x framebuffer for output from the