aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-4/+3
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-60/+47
2015-09-01Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas6-26/+53
2015-08-24Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into nextBjorn Helgaas3-13/+4
2015-08-20PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas2-0/+2
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi2-6/+17
2015-08-20PCI: generic: Add arm64 supportJayachandran C1-1/+1
2015-08-20PCI: generic: Remove dependency on ARM-specific struct hw_pciJayachandran C1-19/+33
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-18PCI: xilinx: Fix typo in function nameJiang Liu1-1/+1
2015-08-14Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into nextBjorn Helgaas4-32/+153
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into nextBjorn Helgaas7-9/+0
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: Kill off set_irq_flags() usageRob Herring7-9/+0
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/MSI: pci-xgene-msi: Get rid of struct msi_controllerMarc Zyngier1-25/+16
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: 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-22PCI: Use helper functions to access fields in struct msi_descJiang Liu3-12/+10
2015-07-21PCI: xgene: Add support for a 64-bit prefetchable memory windowDuc Dang1-2/+10
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-16genirq: Rename irq_data_get_msi() as irq_data_get_msi_desc()Jiang Liu1-1/+1
2015-07-14PCI: xgene: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-07-14PCI: iproc: Delete unnecessary checks before phy callsMarkus Elfring1-21/+13
2015-07-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+3
2015-06-25Mohit Kumar has movedPratyush Anand1-1/+1
2015-06-25Pratyush Anand has movedPratyush Anand1-2/+2
2015-06-25PCI/keystone: Fix race in installing chained IRQ handlerThomas Gleixner1-4/+3
2015-06-18Merge branches 'pci/host-xgene' and 'pci/hotplug' into nextBjorn Helgaas1-4/+41
2015-06-18PCI: xgene: Allow config access to Root Port even when link is downDuc Dang1-3/+1
2015-06-18PCI: xgene: Disable Configuration Request Retry Status for v1 siliconDuc Dang1-1/+40
2015-06-16Merge branches 'pci/host-designware', 'pci/host-designware-common', 'pci/host-generic', 'pci/host-imx6', 'pci/host-iproc' and 'pci/host-xgene' into nextBjorn Helgaas15-191/+929
2015-06-16PCI: imx6: Add #define PCIE_RC_LCSRBjorn Helgaas1-1/+3
2015-06-16PCI: imx6: Use "u32", not "uint32_t"Bjorn Helgaas1-10/+10
2015-06-12PCI: imx6: Add speed change timeout messageTroy Kisky1-17/+27
2015-06-10PCI: designware: Wait for link to come up with consistent styleBjorn Helgaas6-66/+51