aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-13PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2-41/+21
2015-08-13PCI: Allocate ATS struct during enumerationBjorn Helgaas3-56/+46
2015-08-11PCI: dra7xx: Add support to make GPIO drive PERST# lineKishon Vijay Abraham I1-2/+22
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-10cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams1-2/+1
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-10PCI: Add quirk for Intel DH895xCC VF PCI config erratumTadeusz Struk1-0/+85
2015-08-04Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization' into nextBjorn Helgaas9-69/+180
2015-08-04Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' into nextBjorn Helgaas4-12/+22
2015-08-01PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner1-8/+6
2015-07-30PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2-5/+12
2015-07-30PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang1-7/+11
2015-07-30PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu1-1/+4
2015-07-30PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu1-6/+20
2015-07-30PCI/MSI: Drop domain field from msi_controllerMarc Zyngier1-3/+0
2015-07-30PCI/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier1-25/+16
2015-07-30PCI/MSI: Let pci_msi_get_domain use struct device::msi_domainMarc Zyngier1-6/+8
2015-07-30PCI/MSI: Allow msi_domain lookup using the host bridge nodeMarc Zyngier1-1/+6
2015-07-30PCI/MSI: Add support for OF-provided msi_domainMarc Zyngier2-1/+29
2015-07-30PCI/MSI: Add hooks to populate the msi_domain fieldMarc Zyngier1-0/+42
2015-07-30PCI/MSI: Register irq domain with specific tokenMarc Zyngier1-1/+8
2015-07-29PCI: iproc: Fix BCMA dependency in KconfigRay Jui1-1/+1
2015-07-29PCI: iproc: Fix ARM64 dependency in KconfigRay Jui1-1/+1
2015-07-29PCI: iproc: enable arm64 support for iProc PCIeRay Jui2-8/+23
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-0/+6
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-22genirq/MSI: Move alloc_msi_entry() from PCI into generic MSI codeJiang Liu1-14/+2
2015-07-22genirq/MSI: Store 'struct device' instead of 'struct pci_dev' in struct msi_descJiang Liu1-1/+6
2015-07-22genirq/MSI: Move msi_list from struct pci_dev to struct deviceJiang Liu1-2/+1
2015-07-22PCI: Use helper functions to access fields in struct msi_descJiang Liu4-17/+18
2015-07-22PCI: Use for_each_pci_msi_entry() to access MSI device listJiang Liu2-20/+21
2015-07-22PCI: Add helper function msi_desc_to_pci_sysdata()Jiang Liu1-0/+8
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 Rustad1-1/+60
2015-07-21PCI: xgene: Add support for a 64-bit prefetchable memory windowDuc Dang1-2/+10
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-16PCI/keystone: Prepare irq handlers for irq argument removalThomas Gleixner1-2/+5
2015-07-16PCI/keystone: Consolidate chained IRQ handler install/removeThomas Gleixner1-3/+3
2015-07-16PCI/keystone: Use irq_data_get_msi_desc() to avoid redundant lookup of irq_dataJiang Liu1-9/+6
2015-07-16treewide: Use helper function to access irq_data->msi_descJiang Liu1-1/+1
2015-07-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu2-2/+2