summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-23PCI: don't publish new root bus until it's fully initializedBjorn Helgaas1-4/+4
2012-02-23PCI: make pci_flags non-weakBjorn Helgaas1-1/+1
2012-02-23unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas1-3/+3
2012-02-23powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas10-22/+15
2012-02-23powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas5-8/+4
2012-02-23mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas1-5/+1
2012-02-23mips/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas7-15/+12
2012-02-23microblaze/PCI: remove unused pci_flagsBjorn Helgaas2-40/+9
2012-02-23arm/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas1-3/+2
2012-02-23arm/PCI: remove arch pci_flags definitionBjorn Helgaas2-3/+2
2012-02-23alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas5-13/+12
2012-02-23PCI: add pci_clear_flags()Bjorn Helgaas1-0/+6
2012-02-23PCI: make pci_flags always availableBjorn Helgaas1-0/+3
2012-02-23x86/mrst/pci: avoid SoC fixups on non-SoC platformsAlan Cox1-1/+11
2012-02-23x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceJacob Pan1-1/+3
2012-02-23x86/mrst/pci: assign d3_delay to 0 for Langwell devicesJacob Pan1-0/+24
2012-02-23PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro3-2/+30
2012-02-23PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2-19/+19
2012-02-23PCI: fix memleak for pci dev removing during hotplugYinghai Lu3-0/+11
2012-02-23PCI: Fix device class print outYinghai Lu1-7/+5
2012-02-23PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE valueAnthony PERARD1-0/+1
2012-02-23PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu1-0/+14
2012-02-23PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu1-28/+37
2012-02-23PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu1-0/+8
2012-02-17PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki1-0/+10
2012-02-17PCI: Fix /sys warning when sriov enabled and card is hot removedYinghai Lu1-1/+7
2012-02-17PCI: pcie: Add support for setting default ASPM policyMatthew Garrett2-0/+33
2012-02-14PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUsThomas Jarosch1-0/+34
2012-02-14PCI: Annotate PCI quirks in initcall_debug styleArjan van de Ven1-1/+22
2012-02-14PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka1-1/+1
2012-02-14PCI: check for pci bar restore completion and retryKay, Allen M1-1/+6
2012-02-14PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu1-0/+12
2012-02-14PCI: pciehp: Add Disable/enable link functionsYinghai Lu1-0/+36