summaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/stratus' into nextBjorn Helgaas2012-05-071-2/+6
|\
| * PCI: work around Stratus ftServer broken PCIe hierarchyBjorn Helgaas2012-04-301-2/+6
* | PCI: add host bridge release supportYinghai Lu2012-04-301-1/+2
* | PCI: add generic device into pci_host_bridge structYinghai Lu2012-04-301-31/+35
* | PCI: move host bridge-related code to host-bridge.cYinghai Lu2012-04-301-80/+1
|/
* PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas2012-03-201-0/+1
* PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu2012-02-241-0/+3
* PCI: collapse pcibios_resource_to_busBjorn Helgaas2012-02-231-29/+15
* PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas2012-02-231-0/+16
* PCI: convert bus addresses to resource when reading BARsBjorn Helgaas2012-02-231-25/+104
* PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas2012-02-231-9/+23
* PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas2012-02-231-5/+34
* PCI: don't publish new root bus until it's fully initializedBjorn Helgaas2012-02-231-4/+4
* PCI: fix memleak for pci dev removing during hotplugYinghai Lu2012-02-231-0/+1
* PCI: Fix device class print outYinghai Lu2012-02-231-7/+5
* PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_deviceYinghai Lu2012-02-141-17/+31
* PCI: Make pci_rescan_bus handle add_listYinghai Lu2012-02-141-32/+0
* PCI: Make rescan bus increase bridge resource size if neededYinghai Lu2012-02-141-0/+25
* PCI: workaround hard-wired bus number V2Yinghai Lu2012-02-101-0/+5
* PCI: remove pci_create_bus()Bjorn Helgaas2012-01-061-14/+0
* PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2012-01-061-0/+1
* PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-1/+6
* PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas2012-01-061-0/+19
* PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2012-01-061-0/+15
* PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2012-01-061-4/+21
* PCI: show host bridges and root bus resourcesBjorn Helgaas2012-01-061-1/+12
* PCI: fix a brace coding style issue in probe.cZac Storer2012-01-061-1/+1
* PCI: Clean-up MPS debug outputJon Mason2011-10-271-6/+7
* PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason2011-10-271-31/+24
* PCI: Disable MPS configuration by defaultJon Mason2011-10-041-1/+13
* pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt2011-09-131-1/+2
* PCI: Remove MRRS modification from MPS setting codeJon Mason2011-09-091-19/+22
* Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer2011-09-091-3/+0
* PCI: export pcie_bus_configure_settings symbolJon Mason2011-08-021-0/+1
* PCI: Set PCI-E Max Payload Size on fabricJon Mason2011-08-011-0/+145
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-291-46/+41
|\
| * PCI: remove printks about disabled bridge windowsBjorn Helgaas2011-07-221-12/+0
| * PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas2011-07-221-28/+17
| * PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas2011-07-221-3/+19
| * PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-sc...Tiejun Chen2011-07-221-6/+8
* | Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/p...Linus Torvalds2011-07-221-1/+6
|\ \ | |/ |/|
| * pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt2011-06-081-1/+6
* | PCI: Fix warning in drivers/pci/probe.c on sparc64David S. Miller2011-05-311-1/+1
|/
* PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu2011-05-211-42/+0
* PCI: add rescan to /sys/.../pci_bus/.../Yinghai Lu2011-05-211-0/+1
* PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl2011-02-081-1/+3
* PCI: log vendor/device ID alwaysBjorn Helgaas2010-10-171-2/+2
* PCI: disable mmio during bar sizingJacob Pan2010-07-301-0/+10
* ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying2010-05-191-8/+0
* PCI: revert broken device warningBjorn Helgaas2010-04-221-16/+7