summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mn10300/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-68/+10
* mips/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-233-133/+4
* microblaze/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-73/+4
* ia64/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-233-59/+6
* ia64/PCI: SN: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-02-231-5/+9
* arm/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-2319-117/+57
* alpha/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-232-72/+5
* PCI: add generic pcibios_resource_to_bus()Bjorn Helgaas2012-02-233-23/+21
* 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-233-20/+51
* PCI: add struct pci_host_bridge and a list of all bridges foundBjorn Helgaas2012-02-232-5/+39
* PCI: don't publish new root bus until it's fully initializedBjorn Helgaas2012-02-231-4/+4
* PCI: make pci_flags non-weakBjorn Helgaas2012-02-231-1/+1
* unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas2012-02-231-3/+3
* powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-2310-22/+15
* powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas2012-02-235-8/+4
* mips/PCI: removed unused pci_probe configurabilityBjorn Helgaas2012-02-231-5/+1
* mips/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-237-15/+12
* microblaze/PCI: remove unused pci_flagsBjorn Helgaas2012-02-232-40/+9
* arm/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas2012-02-231-3/+2
* arm/PCI: remove arch pci_flags definitionBjorn Helgaas2012-02-232-3/+2
* alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-235-13/+12
* PCI: add pci_clear_flags()Bjorn Helgaas2012-02-231-0/+6
* PCI: make pci_flags always availableBjorn Helgaas2012-02-231-0/+3
* x86/mrst/pci: avoid SoC fixups on non-SoC platformsAlan Cox2012-02-231-1/+11
* x86/mrst/pci: v4l/atomisp: treat atomisp as real pci deviceJacob Pan2012-02-231-1/+3
* x86/mrst/pci: assign d3_delay to 0 for Langwell devicesJacob Pan2012-02-231-0/+24
* PCI: Add pcie_hp=nomsi to disable MSI/MSI-X for pciehp driverMUNEDA Takahiro2012-02-233-2/+30
* PCI: move pci_find_saved_cap out of linux/pci.hYinghai Lu2012-02-232-19/+19
* PCI: fix memleak for pci dev removing during hotplugYinghai Lu2012-02-233-0/+11
* PCI: Fix device class print outYinghai Lu2012-02-231-7/+5
* PCI: Add PCI_EXP_TYPE_PCIE_BRIDGE valueAnthony PERARD2012-02-231-0/+1
* PCI: Skip cardbus assigned resource reset during pci bus rescanYinghai Lu2012-02-231-0/+14
* PCI: Fix "cardbus bridge resources as optional" size handlingYinghai Lu2012-02-231-28/+37
* PCI: Disable cardbus bridge MEM1 prefetchable bitYinghai Lu2012-02-231-0/+8
* PCI / PM: Disable wakeup during shutdown for devices not enabled to wake upRafael J. Wysocki2012-02-171-0/+10
* PCI: Fix /sys warning when sriov enabled and card is hot removedYinghai Lu2012-02-171-1/+7
* PCI: pcie: Add support for setting default ASPM policyMatthew Garrett2012-02-172-0/+33
* PCI: Add quirk for still enabled interrupts on Intel Sandy Bridge GPUsThomas Jarosch2012-02-141-0/+34
* PCI: Annotate PCI quirks in initcall_debug styleArjan van de Ven2012-02-141-1/+22
* PCI hotplug: cpcihp: fix debug module parameter to be boolDanny Kukawka2012-02-141-1/+1
* PCI: check for pci bar restore completion and retryKay, Allen M2012-02-141-1/+6
* PCI: pciehp: Disable/enable link during slot power off/onYinghai Lu2012-02-141-0/+12
* PCI: pciehp: Add Disable/enable link functionsYinghai Lu2012-02-141-0/+36
* PCI: pciehp: Add pcie_wait_link_not_active()Yinghai Lu2012-02-141-4/+15
* PCI: pciehp: make check_link_active more helpfulYinghai Lu2012-02-141-5/+12
* PCI: pciehp: replace unconditional sleep with config space access checkYinghai Lu2012-02-141-15/+34
* PCI: Separate pci_bus_read_dev_vendor_id from pci_scan_deviceYinghai Lu2012-02-142-17/+33
* PCI: make sriov work with hotplug removeYinghai Lu2012-02-141-1/+9
* PCI: remove add_to_failed_list()Yinghai Lu2012-02-141-10/+4