aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-26PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe1-0/+5
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2-7/+7
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds8-24/+1312
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-14/+1
2013-10-31Merge branch 'pci/host-rcar' into nextBjorn Helgaas3-0/+342
2013-10-31Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-10/+3
2013-10-31Merge branch 'pci/host-exynos' into nextBjorn Helgaas3-35/+40
2013-10-31PCI: imx6: Probe the PCIe in fs_initcall()Marek Vasut1-1/+1
2013-10-30PCI: Add R-Car Gen2 internal PCI supportValentine Barshak3-0/+342
2013-10-30PCI: imx6: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-29PCI: imx6: Increase link startup timeoutMarek Vasut1-1/+1
2013-10-29PCI: exynos: Remove redundant of_match_ptrSachin Kamat1-1/+1
2013-10-29PCI: imx6: Fix imprecise abort handlerTim Harvey1-6/+0
2013-10-29PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()Wei Yongjun1-1/+0
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely1-13/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-3/+2
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-10-09PCI: designware: Add irq_create_mapping()Pratyush Anand2-13/+14
2013-10-09PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas2-15/+8
2013-10-09PCI: designware: Add header guardsSeungwon Jeon1-0/+5
2013-10-08PCI: mvebu: make local functions staticJingoo Han1-6/+6
2013-10-08PCI: mvebu: add I/O access wrappersSeungwon Jeon1-42/+55
2013-10-08PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plugJason Gunthorpe1-11/+8
2013-10-04PCI: exynos: Add missing clk_disable_unprepare() on error pathWei Yongjun1-6/+12
2013-09-30PCI: mvebu: add support for Marvell Dove SoCsSebastian Hesselbarth2-1/+2
2013-09-30PCI: mvebu: add support for reset on GPIOSebastian Hesselbarth1-1/+32
2013-09-30PCI: mvebu: remove subsys_initcallSebastian Hesselbarth1-19/+14
2013-09-30PCI: mvebu: increment nports only for registered portsSebastian Hesselbarth1-3/+4
2013-09-30PCI: mvebu: move clock enable before register accessSebastian Hesselbarth1-13/+12
2013-09-30PCI: mvebu: add support for MSIThomas Petazzoni1-0/+26
2013-09-27Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-2/+2
2013-09-27Merge branch 'pci/host-imx6' into nextBjorn Helgaas3-0/+582
2013-09-27PCI: imx6: Add support for i.MX6 PCIe controllerSean Cross3-0/+582
2013-09-25PCI: tegra: Add missing __iomem annotationJingoo Han1-2/+2
2013-09-25PCI: exynos: Turn off power of phy block when link failedJingoo Han1-0/+68
2013-09-25PCI: exynos: Add support for MSIJingoo Han3-0/+298
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-29/+1782
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds6-772/+900
2013-08-29PCI: tegra: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-21/+10
2013-08-29PCI: exynos: Add I/O access wrappersSeungwon Jeon1-69/+91
2013-08-29PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()Seungwon Jeon1-80/+55
2013-08-21Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/socKevin Hilman3-0/+1707
2013-08-19Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/socKevin Hilman1-26/+1
2013-08-13ARM: tegra: disable LP2 cpuidle state if PCIe is enabledStephen Warren1-0/+5
2013-08-13PCI: tegra: set up PADS_REFCLK_CFG1Stephen Warren1-5/+24
2013-08-13PCI: tegra: Add Tegra 30 PCIe supportJay Agarwal1-33/+176
2013-08-13PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding3-0/+1540
2013-08-12PCI: exynos: Split into Synopsys part and Exynos partJingoo Han4-740/+869
2013-08-12PCI: mvebu: Make Marvell PCIe driver depend on OFThomas Petazzoni1-0/+1