summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-08-01Merge branch 'pci/resource' into nextBjorn Helgaas26-282/+271
2016-08-01Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas25-56/+355
2016-08-01Merge branch 'pci/arm64-acpi' into nextBjorn Helgaas16-31/+322
2016-07-29PCI: Add ACS quirk for Solarflare SFC9220Edward Cree1-0/+1
2016-07-25PCI: Allow additional bus numbers for hotplug bridgesKeith Busch4-0/+21
2016-07-25PCI: Remove DPC tristate module optionKeith Busch1-4/+1
2016-07-25PCI: Bind DPC to Root Ports as well as Downstream PortsKeith Busch1-1/+1
2016-07-19PCI: Add DMA alias quirk for Adaptec 3805Alex Williamson1-0/+3
2016-07-19PCI: Include <asm/dma.h> for isa_dma_bridge_buggyBen Dooks1-0/+1
2016-06-23unicore32/PCI: Remove pci=firmware command line parameter handlingBjorn Helgaas1-7/+2
2016-06-23ARM/PCI: Remove arch-specific pcibios_enable_device()Lorenzo Pieralisi1-12/+0
2016-06-23ARM64/PCI: Remove arch-specific pcibios_enable_device()Lorenzo Pieralisi1-13/+0
2016-06-23MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsBjorn Helgaas1-1/+8
2016-06-23ARM/PCI: Claim bus resources on PCI_PROBE_ONLY set-upsLorenzo Pieralisi1-11/+9
2016-06-23PCI: generic: Claim bus resources on PCI_PROBE_ONLY set-upsLorenzo Pieralisi1-1/+8
2016-06-23PCI: Add generic pci_bus_claim_resources()Lorenzo Pieralisi2-0/+69
2016-06-23alx: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+5
2016-06-23ethernet/intel: Use pci_(request|release)_mem_regionsJohannes Thumshirn5-31/+14
2016-06-21GenWQE: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-11/+7
2016-06-21lpfc: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-11/+4
2016-06-21NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn1-7/+3
2016-06-21PCI: Add helpers to request/release memory and I/O regionsJohannes Thumshirn1-0/+28
2016-06-21PCI: Extending pci=resource_alignment to specify device/vendor IDsKoehrer Mathias (ETAS/ESW5)2-19/+49
2016-06-21PCI: Fix whitespace in struct dpc_devMika Westerberg1-2/+2
2016-06-21PCI: Convert Downstream Port Containment driver to use devm_* functionsMika Westerberg1-9/+4
2016-06-20PCI: pciehp: Ignore interrupts during D3coldLukas Wunner1-0/+4
2016-06-17PCI: Document connection between pci_power_t and hardware PM capabilityBjorn Helgaas1-0/+4
2016-06-17sparc/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-9/+11
2016-06-17powerpc/pci: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-28/+14
2016-06-17microblaze/PCI: Implement pci_resource_to_user() with pcibios_resource_to_bus()Bjorn Helgaas1-28/+14
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas6-20/+15
2016-06-17microblaze/PCI: Remove useless __pci_mmap_set_pgprot()Bjorn Helgaas1-30/+1
2016-06-17powerpc/pci: Remove __pci_mmap_set_pgprot()Yinghai Lu1-33/+4
2016-06-17PCI: Ignore write combining when mapping I/O port spaceBjorn Helgaas1-3/+6
2016-06-15PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann5-24/+31
2016-06-13PCI: Add runtime PM support for PCIe portsMika Westerberg2-0/+54
2016-06-13ACPI / hotplug / PCI: Runtime resume bridge before rescanMika Westerberg1-0/+4
2016-06-13PCI: Power on bridges before scanning new devicesMika Westerberg1-0/+9
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg9-5/+203
2016-06-13PCI: Don't clear d3cold_allowed for PCIe portsMika Westerberg1-5/+0
2016-06-13PCI / PM: Enforce type casting for pci_power_tAndy Shevchenko1-1/+1
2016-06-10PCI: Make bus_attr_resource_alignment staticBen Dooks1-1/+1
2016-06-10PCI: Mark Atheros AR9485 and QCA9882 to avoid bus resetChris Blake1-4/+6
2016-06-10PCI/ASPM: Remove redundant check of pcie_set_clkpmShawn Lin1-1/+1
2016-06-10MAINTAINERS: Add file patterns for PCI device tree bindingsGeert Uytterhoeven1-0/+1
2016-06-10PCI: Fix comment typoAndrea Gelmini1-1/+1
2016-06-10PCI: Add function 1 DMA alias quirk for Marvell 88SE9182Aaron Sierra1-0/+3
2016-06-10ARM64: PCI: Support ACPI-based PCI host controllerTomasz Nowicki2-3/+115
2016-06-10ARM64: PCI: Implement AML accessors for PCI_Config regionTomasz Nowicki1-2/+10
2016-06-10ARM64: PCI: ACPI support for legacy IRQs parsing and consolidation with DT codeTomasz Nowicki1-3/+8