aboutsummaryrefslogtreecommitdiffstats
path: root/README (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-06parisc/PCI: dino: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-15/+12
2012-01-06parisc/PCI: dino: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-10/+12
2012-01-06mn10300/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-6/+6
2012-01-06mips/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-7/+10
2012-01-06microblaze/PCI: use pci_scan_root_bus()Bjorn Helgaas1-7/+3
2012-01-06microblaze/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-15/+15
2012-01-06microblaze/PCI: make pcibios_setup_phb_resources() staticBjorn Helgaas2-2/+1
2012-01-06microblaze/PCI: fix pci_bus_for_each_resource() usageBjorn Helgaas1-2/+0
2012-01-06ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-25/+14
2012-01-06ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-1/+4
2012-01-06frv/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-6/+5
2012-01-06arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas21-111/+104
2012-01-06alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas1-20/+20
2012-01-06PCI: deprecate pci_scan_bus_parented()Bjorn Helgaas2-0/+13
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 Helgaas2-9/+20
2012-01-06PCI: add pci_scan_root_bus() that accepts resource listBjorn Helgaas2-0/+18
2012-01-06PCI: add pci_create_root_bus() that accepts resource listBjorn Helgaas2-4/+24
2012-01-06PCI: show host bridges and root bus resourcesBjorn Helgaas1-1/+12
2012-01-06PCI: add helpers for building PCI bus resource listsBjorn Helgaas2-5/+29
2012-01-06PCI: delay configuration of SRIOV capabilityRam Pai1-2/+2
2012-01-06PCI: Only call pci_stop_bus_device() one time for child devices at removeYinghai Lu1-3/+7
2012-01-06x86/PCI: amd: Kill misleading message about enablement of IO access to PCI ECS]Andreas Herrmann1-1/+0
2012-01-06PCI: latency timer doesn't apply to PCIeMyron Stowe1-0/+4
2012-01-06PCI: x86: use generic pcibios_set_master()Myron Stowe1-14/+0
2012-01-06PCI: sh: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: mn10300: use generic pcibios_set_master()Myron Stowe1-16/+0
2012-01-06PCI: MIPS: use generic pcibios_set_master()Myron Stowe1-15/+0
2012-01-06PCI: frv: use generic pcibios_set_master()Myron Stowe1-14/+0
2012-01-06PCI: Pull PCI 'latency timer' setup up into the coreMyron Stowe12-45/+32
2012-01-06PCI: Xtensa: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-06PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-06PCI: TILE: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-7/+5
2012-01-06PCI: SPARC: convert pcibios_set_master() to a non-inlined functionMyron Stowe3-10/+5
2012-01-06PCI: PowerPC: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-06PCI: MicroBlaze: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-06PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-6/+5
2012-01-06PCI: ARM: convert pcibios_set_master() to a non-inlined functionMyron Stowe3-12/+10
2012-01-06PCI: add declaration for pcibios_set_master() to pci coreMyron Stowe1-0/+2
2012-01-06uio: Convert uio_generic_pci to new intx masking APIJan Kiszka1-72/+7
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka4-1/+116
2012-01-06PCI: Rework config space blocking servicesJan Kiszka7-50/+131
2012-01-06x86/PCI: Ignore CPU non-addressable _CRS reserved memory resourcesGary Hade1-2/+16
2012-01-06PCI: Fix PCI_EXP_TYPE_RC_EC valueAlex Williamson1-1/+1
2012-01-06PCI: fix a brace coding style issue in probe.cZac Storer1-1/+1
2012-01-06PCI: pci_has_legacy_pm_support add driver and device to WARNDavid Fries1-1/+2
2012-01-06PCI: msi: Disable msi interrupts when we initialize a pci deviceEric W. Biederman1-0/+10
2012-01-06PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki1-4/+8
2012-01-06PCI: pciehp: Handle push button event asynchronouslyKenji Kaneshige4-13/+2
2012-01-06PCI: pciehp: Fix wrong workqueue cleanupKenji Kaneshige1-1/+1