summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-21PCI: Bjorn gets PCI hotplug tooJesse Barnes1-1/+1
2012-03-20PCI: hand PCI maintenance over to Bjorn HelgaasJesse Barnes1-1/+1
2012-03-20unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.hBjorn Helgaas2-1/+1
2012-03-20sparc/PCI: convert devtree and arch-probed bus addresses to resourceBjorn Helgaas1-35/+25
2012-03-20powerpc/PCI: allow reallocation on PA SemiBjorn Helgaas1-3/+0
2012-03-20powerpc/PCI: convert devtree bus addresses to resourceBjorn Helgaas1-4/+8
2012-03-20powerpc/PCI: compute I/O space bus-to-resource offset consistentlyBjorn Helgaas4-6/+11
2012-03-20arm/PCI: don't export pci_flagsBjorn Helgaas1-1/+0
2012-03-20PCI: fix bridge I/O window bus-to-resource conversionBjorn Helgaas1-0/+1
2012-03-02x86/PCI: add spinlock held check to 'pcibios_fwaddrmap_lookup()'Myron Stowe1-0/+2
2012-03-01PCI / PCIe: Introduce command line option to disable ARIRafael J. Wysocki2-1/+7
2012-02-27PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu1-1/+1
2012-02-27PCI: export __pci_remove_bus_deviceYinghai Lu2-1/+4
2012-02-27PCI: Rename pci_remove_behind_bridge to pci_stop_and_remove_behind_bridgeYinghai Lu3-5/+6
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu22-31/+31
2012-02-24PCI: print out PCI device info along with durationYinghai Lu1-3/+4
2012-02-24PCI: Move "pci reassigndev resource alignment" out of quirks.cYinghai Lu5-71/+66
2012-02-24PCI: Use class for quirk for usb host controller fixupYinghai Lu1-1/+2
2012-02-24PCI: Use class for quirk for ti816x class fixupYinghai Lu1-5/+4
2012-02-24PCI: Use class for quirk for intel e100 interrupt fixupYinghai Lu1-1/+2
2012-02-24PCI: Use class for quirk for netmos class fixupYinghai Lu1-3/+3
2012-02-24PCI: Use class for quirk for legacy ATA NO_D3Yinghai Lu1-7/+10
2012-02-24PCI: Use class for quirk for cardbus_legacyYinghai Lu1-4/+4
2012-02-24PCI: Use class for quirk for host bridge mmio_always_onYinghai Lu1-3/+3
2012-02-24PCI: Use class for quirk for pci_fixup_videoYinghai Lu1-4/+2
2012-02-24PCI: Use class quirk for intel fix_transparent_bridgeYinghai Lu1-3/+3
2012-02-24PCI: Use class for quirk for via_no_dacYinghai Lu1-2/+3
2012-02-24PCI: Add class support in quirk handlingYinghai Lu2-16/+59
2012-02-24Merge branch 'pci-next+probe_only+bus2res-fb127cb' of git://github.com/bjorn-...Jesse Barnes72-1120/+397
2012-02-24PCI: add a PCI resource reallocation config optionYinghai Lu2-0/+41
2012-02-24PCI: print out suggestion about using pci=reallocYinghai Lu1-0/+3
2012-02-24PCI: prepare pci=realloc for multiple optionsYinghai Lu4-11/+38
2012-02-24PCI: Retry on IORESOURCE_IO type allocationsYinghai Lu1-11/+1
2012-02-23PCI: collapse pcibios_resource_to_busBjorn Helgaas13-53/+15
2012-02-23xtensa/PCI: get rid of device resource fixupsBjorn Helgaas1-16/+1
2012-02-23sparc/PCI: get rid of device resource fixupsBjorn Helgaas4-96/+13
2012-02-23sh/PCI: get rid of device resource fixupsBjorn Helgaas2-69/+12
2012-02-23powerpc/PCI: get rid of device resource fixupsBjorn Helgaas2-81/+6
2012-02-23parisc/PCI: get rid of device resource fixupsBjorn Helgaas4-135/+13
2012-02-23mn10300/PCI: get rid of device resource fixupsBjorn Helgaas2-68/+10
2012-02-23mips/PCI: get rid of device resource fixupsBjorn Helgaas3-133/+4
2012-02-23microblaze/PCI: get rid of device resource fixupsBjorn Helgaas2-73/+4
2012-02-23ia64/PCI: get rid of device resource fixupsBjorn Helgaas3-59/+6
2012-02-23ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-5/+9
2012-02-23arm/PCI: get rid of device resource fixupsBjorn Helgaas19-117/+57
2012-02-23alpha/PCI: get rid of device resource fixupsBjorn Helgaas2-72/+5
2012-02-23PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas3-23/+21
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 Helgaas3-20/+51
2012-02-23PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas2-5/+39