summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-24Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into nextBjorn Helgaas3-13/+4
2015-08-20PCI: imx6: Simplify a trivial if-return sequenceFabio Estevam1-10/+2
2015-08-20PCI: spear: Use BUG_ON() instead of condition followed by BUG()Fabio Estevam1-2/+1
2015-08-20PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE()Fabio Estevam1-1/+1
2015-08-14Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into nextBjorn Helgaas7-33/+161
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas19-271/+209
2015-08-13PCI: Remove pci_ats_enabled()Bjorn Helgaas2-5/+3
2015-08-13PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas2-6/+4
2015-08-13PCI: Move ATS declarations to linux/pci.h so they're all togetherBjorn Helgaas2-42/+9
2015-08-13PCI: Clean up ATS error handlingBjorn Helgaas1-5/+5
2015-08-13PCI: Use pci_physfn() rather than looking up physfn by handBjorn Helgaas1-4/+4
2015-08-13PCI: Inline the ATS setup code into pci_ats_init()Bjorn Helgaas1-6/+1
2015-08-13PCI: Rationalize pci_ats_queue_depth() error checkingBjorn Helgaas1-4/+4
2015-08-13PCI: Reduce size of ATS structure elementsBjorn Helgaas1-3/+3
2015-08-13PCI: Embed ATS info directly into struct pci_devBjorn Helgaas4-53/+27
2015-08-13PCI: Allocate ATS struct during enumerationBjorn Helgaas5-57/+56
2015-08-11ARM: dts: am57xx-evm: Add 'gpios' property with gpio2_8Kishon Vijay Abraham I2-1/+5
2015-08-11PCI: dra7xx: Add support to make GPIO drive PERST# lineKishon Vijay Abraham I2-2/+25
2015-08-11PCI: dra7xx: Clear MSE bit during suspend so clocks will idleKishon Vijay Abraham I1-0/+40
2015-08-11PCI: dra7xx: Add PM supportKishon Vijay Abraham I1-0/+51
2015-08-11PCI: dra7xx: Disable pm_runtime on get_sync failureKishon Vijay Abraham I1-1/+3
2015-08-11PCI: iproc: Allow BCMA bus driver to be built as moduleHauke Mehrtens1-1/+1
2015-08-11PCI: Add ACS quirks for Intel I219-LM/VAlex Williamson1-0/+3
2015-08-11PCI: Kill off set_irq_flags() usageRob Herring7-9/+0
2015-08-10PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas2-20/+7
2015-08-10PCI: pciehp: Remove unused interrupt eventsBjorn Helgaas1-7/+3
2015-08-10PCI: pciehp: Handle invalid data when reading from non-existent devicesJarod Wilson1-0/+17
2015-08-04Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas31-215/+239
2015-08-04Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' ...Bjorn Helgaas5-21/+36
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang5-15/+19
2015-07-30PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang2-8/+13
2015-07-30PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu1-1/+4
2015-07-30PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managedJiang Liu4-14/+27
2015-07-30PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu5-37/+16
2015-07-30PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2-6/+22
2015-07-27PCI: Remove unused "pci_probe" flagsBjorn Helgaas5-43/+10
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi12-42/+11
2015-07-23PCI: designware: Don't complain missing *config* reg space if va_cfg0 is setMurali Karicheri1-1/+1
2015-07-22PCI: iproc: Add arm64 supportRay Jui2-7/+23
2015-07-21PCI: Add VPD function 0 quirk for Intel Ethernet devicesMark Rustad1-0/+9
2015-07-21PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2-1/+62
2015-07-21PCI: xgene: Add support for a 64-bit prefetchable memory windowDuc Dang1-2/+10
2015-07-21arm64: dts: Add APM X-Gene PCIe 64-bit prefetchable windowDuc Dang1-9/+14
2015-07-21PCI: Restore ACS configuration as part of pci_restore_state()Alexander Duyck1-0/+3
2015-07-21PCI: xilinx: Check for MSI interrupt flag before handling as INTxRussell Joyce1-8/+11
2015-07-20iommu/vt-d: Cache PCI ATS state and Invalidate Queue DepthBjorn Helgaas1-10/+18
2015-07-15PCI: pciehp: Simplify pcie_poll_cmd()Yijing Wang1-9/+5
2015-07-15PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slotYijing Wang1-61/+61
2015-07-15PCI / ACPI: Fix pci_acpi_optimize_delay() commentSrinidhi Kasagar1-1/+1
2015-07-14PCI: Remove a broken link in quirks.cRami Rosen1-1/+0