aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
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-7/+10
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-190/+928
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
2015-06-10PCI: layerscape: Factor out ls_pcie_establish_link()Bjorn Helgaas1-6/+13
2015-06-10PCI: layerscape: Use dw_pcie_link_up() consistentlyBjorn Helgaas1-1/+1
2015-06-10PCI: dra7xx: Use dw_pcie_link_up() consistentlyBjorn Helgaas1-2/+1
2015-06-05PCI: xgene: Add APM X-Gene v1 PCIe MSI/MSIX termination driverDuc Dang4-0/+627
2015-06-02PCI: imx6: Rename imx6_pcie_start_link() to imx6_pcie_establish_link()Bjorn Helgaas1-2/+2
2015-05-27PCI: iproc: Free resource list after registrationHauke Mehrtens2-8/+8
2015-05-27PCI: iproc: Directly add PCI resourcesHauke Mehrtens4-10/+5
2015-05-27PCI: designware: Use pci_scan_root_bus() for simplicityYijing Wang1-3/+1
2015-05-27PCI: tegra: Remove tegra_pcie_scan_bus()Yijing Wang1-16/+0
2015-05-26PCI: mvebu: Remove mvebu_pcie_scan_bus()Yijing Wang1-17/+1
2015-05-20PCI: designware: Use iATU0 for cfg and IO, iATU1 for MEMJisheng Zhang1-36/+45
2015-05-20PCI: designware: Consolidate outbound iATU programming functionsJisheng Zhang1-70/+39
2015-05-20PCI: iproc: Add BCMA PCIe driverHauke Mehrtens3-0/+124
2015-05-20PCI: iproc: Allow override of device tree IRQ mapping functionHauke Mehrtens3-1/+4
2015-05-19PCI: designware: Add support for x8 linksZhou Wang1-0/+8
2015-04-13Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds12-19/+499
2015-04-10Merge branches 'pci/host-exynos', 'pci/host-iproc', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar' and 'pci/host-versatile' into nextBjorn Helgaas12-19/+498
2015-04-09PCI: layerscape: Simplify platform_get_resource_byname() failure checkingBjorn Helgaas1-6/+3
2015-04-09PCI: keystone: Don't dereference possible NULL pointerBjorn Helgaas1-1/+2
2015-04-09PCI: versatile: Check for devm_ioremap_resource() failuresJisheng Zhang1-6/+6
2015-04-09Merge tag 'pci-v4.0-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-4/+4
2015-04-08PCI: exynos: Fix INTx enablement statement termination errorJaehoon Chung1-1/+1
2015-04-08PCI: iproc: Add Broadcom iProc PCIe supportRay Jui5-0/+439