aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-20PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas1-0/+1
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu1-0/+3
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas1-29/+15
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas1-0/+16
2012-02-23PCI: convert bus addresses to resource when reading BARsBjorn Helgaas1-25/+104
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas1-9/+23
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas1-5/+34
2012-02-23PCI: don't publish new root bus until it's fully initializedBjorn Helgaas1-4/+4
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu1-0/+1
2012-02-23PCI: Fix device class print outYinghai Lu1-7/+5
2012-02-14PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_deviceYinghai Lu1-17/+31
2012-02-14PCI: Make pci_rescan_bus handle add_listYinghai Lu1-32/+0
2012-02-14PCI: Make rescan bus increase bridge resource size if neededYinghai Lu1-0/+25
2012-02-10PCI: workaround hard-wired bus number V2Yinghai Lu1-0/+5
2012-01-06PCI: remove pci_create_bus()Bjorn Helgaas1-14/+0
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas1-0/+1
2012-01-06PCI: convert pci_scan_bus_parented() to use pci_create_root_bus()Bjorn Helgaas1-1/+6
2012-01-06PCI: convert pci_scan_bus() to use pci_create_root_bus()Bjorn Helgaas1-0/+19
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas1-0/+15
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas1-4/+21
2012-01-06PCI: show host bridges and root bus resourcesBjorn Helgaas1-1/+12
2012-01-06PCI: fix a brace coding style issue in probe.cZac Storer1-1/+1
2011-10-27PCI: Clean-up MPS debug outputJon Mason1-6/+7
2011-10-27PCI: enable MPS "performance" setting to properly handle bridge MPSJon Mason1-31/+24
2011-10-04PCI: Disable MPS configuration by defaultJon Mason1-1/+13
2011-09-13pci: Don't crash when reading mpss from root complexBenjamin Herrenschmidt1-1/+2
2011-09-09PCI: Remove MRRS modification from MPS setting codeJon Mason1-19/+22
2011-09-09Fix pointer dereference before call to pcie_bus_configure_settingsShyam Iyer1-3/+0
2011-08-02PCI: export pcie_bus_configure_settings symbolJon Mason1-0/+1
2011-08-01PCI: Set PCI-E Max Payload Size on fabricJon Mason1-0/+145
2011-07-29Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-46/+41
2011-07-22Merge branch 'of-pci' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+6
2011-07-22PCI: remove printks about disabled bridge windowsBjorn Helgaas1-12/+0
2011-07-22PCI: fold pci_calc_resource_flags() into decode_bar()Bjorn Helgaas1-28/+17
2011-07-22PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BARBjorn Helgaas1-3/+19
2011-07-22PCI: enumerate the PCI device only removed out PCI hieratchy of OS when re-scanning PCITiejun Chen1-6/+8
2011-06-08pci/of: Match PCI devices to OF nodes dynamicallyBenjamin Herrenschmidt1-1/+6
2011-05-31PCI: Fix warning in drivers/pci/probe.c on sparc64David S. Miller1-1/+1
2011-05-21PCI/sysfs: move bus cpuaffinity to class dev_attrsYinghai Lu1-42/+0
2011-05-21PCI: add rescan to /sys/.../pci_bus/.../Yinghai Lu1-0/+1
2011-02-08PCI: Avoid potential NULL pointer dereference in pci_scan_bridgeJesper Juhl1-1/+3
2010-10-17PCI: log vendor/device ID alwaysBjorn Helgaas1-2/+2
2010-07-30PCI: disable mmio during bar sizingJacob Pan1-0/+10
2010-05-19ACPI, APEI, PCIE AER, use general HEST table parsing in AER firmware_first setupHuang Ying1-8/+0
2010-04-22PCI: revert broken device warningBjorn Helgaas1-16/+7
2010-03-24PCI: complain about devices that seem to be brokenBjorn Helgaas1-7/+16
2010-03-24PCI: make disabled window printk style match the enabled onesBjorn Helgaas1-3/+3
2010-03-24PCI: break out primary/secondary/subordinate for readabilityBjorn Helgaas1-10/+14
2010-02-26PM: Allow PCI devices to suspend/resume asynchronouslyRafael J. Wysocki1-0/+1
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-4/+13