summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2013-12-09PCI: imx6: Remove unneeded 'goto err'Fabio Estevam1-22/+12
2013-12-09PCI: designware: Use typical "for" loop idiomBjorn Helgaas1-6/+2
2013-12-09PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen1-4/+4
2013-12-09PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen1-12/+37
2013-12-09PCI: imx6: Remove unneeded check of platform_get_resource()Fabio Estevam1-5/+0
2013-12-07PCI: rcar: Fix rcar_pci_probe() return value checkWei Yongjun1-2/+2
2013-12-07PCI: Disable Gen2 for Tegra20 and Tegra30Eric Brower1-1/+1
2013-11-26PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe1-20/+43
2013-11-26PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe1-2/+12
2013-11-26PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe1-0/+5
2013-11-26PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe1-1/+0
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/gi...Linus Torvalds8-24/+1312
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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/ar...Linus Torvalds4-29/+1782
2013-09-03Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-772/+900
2013-08-29PCI: tegra: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-21/+10