summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PCI: kconfig: English typo in pci/pcie/KconfigP. Christeas2012-01-061-1/+1
* PCI/PM/Runtime: make PCI traces quieterVincent Palatin2012-01-063-11/+10
* PCI: remove pci_create_bus()Bjorn Helgaas2012-01-062-16/+0
* xtensa/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-43/+42
* x86/PCI: convert to pci_create_root_bus() and pci_scan_root_bus()Bjorn Helgaas2012-01-064-35/+45
* x86/PCI: use pci_scan_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-063-6/+1
* x86/PCI: read Broadcom CNB20LE host bridge info before PCI scanBjorn Helgaas2012-01-061-23/+39
* sparc32, leon/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-17/+8
* sparc/PCI: convert to pci_create_root_bus()Bjorn Helgaas2012-01-061-11/+6
* sh/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-10/+10
* powerpc/PCI: convert to pci_create_root_bus()Bjorn Helgaas2012-01-061-11/+14
* powerpc/PCI: split PHB part out of pcibios_map_io_space()Bjorn Helgaas2012-01-061-19/+21
* powerpc/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2012-01-062-2/+1
* parisc/PCI: lba: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-12/+17
* parisc/PCI: lba: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-6/+8
* parisc/PCI: lba: deal with LMMIO/PAT overlaps before creating PCI root busBjorn Helgaas2012-01-061-17/+18
* parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resou...Bjorn Helgaas2012-01-061-15/+12
* parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-10/+12
* mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-6/+6
* mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-7/+10
* microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas2012-01-061-7/+3
* microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-15/+15
* microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2012-01-062-2/+1
* microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas2012-01-061-2/+0
* ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-25/+14
* ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas2012-01-061-1/+4
* frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-6/+5
* arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-0621-111/+104
* alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-20/+20
* PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2012-01-062-0/+13
* 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-062-9/+20
* PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2012-01-062-0/+18
* PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2012-01-062-4/+24
* PCI: show host bridges and root bus resourcesBjorn Helgaas2012-01-061-1/+12
* PCI: add helpers for building PCI bus resource listsBjorn Helgaas2012-01-062-5/+29
* PCI: delay configuration of SRIOV capabilityRam Pai2012-01-061-2/+2
* PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu2012-01-061-3/+7
* x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]Andreas Herrmann2012-01-061-1/+0
* PCI: latency timer doesn't apply to PCIeMyron Stowe2012-01-061-0/+4
* PCI: x86: use generic pcibios_set_master()Myron Stowe2012-01-061-14/+0
* PCI: sh: use generic pcibios_set_master()Myron Stowe2012-01-061-15/+0
* PCI: mn10300: use generic pcibios_set_master()Myron Stowe2012-01-061-16/+0
* PCI: MIPS: use generic pcibios_set_master()Myron Stowe2012-01-061-15/+0
* PCI: frv: use generic pcibios_set_master()Myron Stowe2012-01-061-14/+0
* PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe2012-01-0612-45/+32
* PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-5/+5
* PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-5/+5
* PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-062-7/+5
* PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2012-01-063-10/+5