summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe2013-11-261-0/+5
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-142-7/+7
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-148-24/+1312
|\
| * Merge branch 'pci/host-rcar' into nextBjorn Helgaas2013-10-313-0/+342
| |\
| | * PCI: Add R-Car Gen2 internal PCI supportValentine Barshak2013-10-303-0/+342
| * | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-10-311-10/+3
| |\ \
| | * | PCI: imx6: Probe the PCIe in fs_initcall()Marek Vasut2013-10-311-1/+1
| | * | PCI: imx6: Remove redundant of_match_ptrSachin Kamat2013-10-301-1/+1
| | * | PCI: imx6: Increase link startup timeoutMarek Vasut2013-10-291-1/+1
| | * | PCI: imx6: Fix imprecise abort handlerTim Harvey2013-10-291-6/+0
| | * | PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()Wei Yongjun2013-10-291-1/+0
| * | | Merge branch 'pci/host-exynos' into nextBjorn Helgaas2013-10-313-35/+40
| |\ \ \
| | * | | PCI: exynos: Remove redundant of_match_ptrSachin Kamat2013-10-291-1/+1
| | * | | PCI: designware: Add irq_create_mapping()Pratyush Anand2013-10-092-13/+14
| | * | | PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas2013-10-092-15/+8
| | * | | PCI: designware: Add header guardsSeungwon Jeon2013-10-091-0/+5
| | * | | PCI: exynos: Add missing clk_disable_unprepare() on error pathWei Yongjun2013-10-041-6/+12
| * | | | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2013-09-271-2/+2
| |\ \ \ \
| | * | | | PCI: tegra: Add missing __iomem annotationJingoo Han2013-09-251-2/+2
| | | |_|/ | | |/| |
| * | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-09-273-0/+582
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | PCI: imx6: Add support for i.MX6 PCIe controllerSean Cross2013-09-273-0/+582
| | |/
| * | PCI: exynos: Turn off power of phy block when link failedJingoo Han2013-09-251-0/+68
| * | PCI: exynos: Add support for MSIJingoo Han2013-09-253-0/+298
| |/
* | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-14/+1
|\ \
| * | of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely2013-10-241-13/+1
| * | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
| * | of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-3/+2
| * | of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
| |/
* | PCI: mvebu: make local functions staticJingoo Han2013-10-081-6/+6
* | PCI: mvebu: add I/O access wrappersSeungwon Jeon2013-10-081-42/+55
* | PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plugJason Gunthorpe2013-10-081-11/+8
* | PCI: mvebu: add support for Marvell Dove SoCsSebastian Hesselbarth2013-09-302-1/+2
* | PCI: mvebu: add support for reset on GPIOSebastian Hesselbarth2013-09-301-1/+32
* | PCI: mvebu: remove subsys_initcallSebastian Hesselbarth2013-09-301-19/+14
* | PCI: mvebu: increment nports only for registered portsSebastian Hesselbarth2013-09-301-3/+4
* | PCI: mvebu: move clock enable before register accessSebastian Hesselbarth2013-09-301-13/+12
* | PCI: mvebu: add support for MSIThomas Petazzoni2013-09-301-0/+26
|/
* Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2013-09-064-29/+1782
|\
| * PCI: tegra: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall2013-08-291-21/+10
| * Merge tag 'tegra-for-3.12-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Kevin Hilman2013-08-213-0/+1707
| |\
| | * ARM: tegra: disable LP2 cpuidle state if PCIe is enabledStephen Warren2013-08-131-0/+5
| | * PCI: tegra: set up PADS_REFCLK_CFG1Stephen Warren2013-08-131-5/+24
| | * PCI: tegra: Add Tegra 30 PCIe supportJay Agarwal2013-08-131-33/+176
| | * PCI: tegra: Move PCIe driver to drivers/pci/hostThierry Reding2013-08-133-0/+1540
| * | Merge tag 'omap-for-v3.12/dra7xx' of git://git.kernel.org/pub/scm/linux/kerne...Kevin Hilman2013-08-191-26/+1
| |\ \
| * | | PCI: mvebu: Check valid base address before port setupEzequiel Garcia2013-08-061-0/+2
| * | | PCI: mvebu: Adapt to the new device tree layoutThomas Petazzoni2013-08-061-29/+84
| | |/ | |/|
* | | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-036-772/+900
|\ \ \ | |_|/ |/| |
| * | PCI: exynos: Add I/O access wrappersSeungwon Jeon2013-08-291-69/+91
| * | PCI: designware: Drop "addr" arg from dw_pcie_readl_rc()/dw_pcie_writel_rc()Seungwon Jeon2013-08-291-80/+55
OpenPOWER on IntegriCloud