aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/host
AgeCommit message (Expand)Author
2013-12-11pci: tegra: use reset frameworkStephen Warren
2013-12-09PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn
2013-12-09PCI: rcar: Add runtime PM supportValentine Barshak
2013-12-09PCI: imx6: Remove unneeded 'goto err'Fabio Estevam
2013-12-09PCI: designware: Use typical "for" loop idiomBjorn Helgaas
2013-12-09PCI: designware: Remove redundant call to pci_write_config_word()Bjørn Erik Nilsen
2013-12-09PCI: designware: Fix crash in dw_msi_teardown_irq()Bjørn Erik Nilsen
2013-12-09PCI: imx6: Remove unneeded check of platform_get_resource()Fabio Estevam
2013-12-07PCI: rcar: Fix rcar_pci_probe() return value checkWei Yongjun
2013-12-07PCI: Disable Gen2 for Tegra20 and Tegra30Eric Brower
2013-11-26PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe
2013-11-26PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe
2013-11-26PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt PinJason Gunthorpe
2013-11-26PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-10-31Merge branch 'pci/host-rcar' into nextBjorn Helgaas
2013-10-31Merge branch 'pci/host-imx6' into nextBjorn Helgaas
2013-10-31Merge branch 'pci/host-exynos' into nextBjorn Helgaas
2013-10-31PCI: imx6: Probe the PCIe in fs_initcall()Marek Vasut
2013-10-30PCI: Add R-Car Gen2 internal PCI supportValentine Barshak
2013-10-30PCI: imx6: Remove redundant of_match_ptrSachin Kamat
2013-10-29PCI: imx6: Increase link startup timeoutMarek Vasut
2013-10-29PCI: exynos: Remove redundant of_match_ptrSachin Kamat
2013-10-29PCI: imx6: Fix imprecise abort handlerTim Harvey
2013-10-29PCI: imx6: Remove redundant dev_err() in imx6_pcie_probe()Wei Yongjun
2013-10-24of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.Grant Likely
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely
2013-10-09PCI: designware: Add irq_create_mapping()Pratyush Anand
2013-10-09PCI: designware: Make dw_pcie_rd_own_conf(), etc., staticBjorn Helgaas
2013-10-09PCI: designware: Add header guardsSeungwon Jeon
2013-10-08PCI: mvebu: make local functions staticJingoo Han
2013-10-08PCI: mvebu: add I/O access wrappersSeungwon Jeon
2013-10-08PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plugJason Gunthorpe
2013-10-04PCI: exynos: Add missing clk_disable_unprepare() on error pathWei Yongjun
2013-09-30PCI: mvebu: add support for Marvell Dove SoCsSebastian Hesselbarth
2013-09-30PCI: mvebu: add support for reset on GPIOSebastian Hesselbarth
2013-09-30PCI: mvebu: remove subsys_initcallSebastian Hesselbarth
2013-09-30PCI: mvebu: increment nports only for registered portsSebastian Hesselbarth
2013-09-30PCI: mvebu: move clock enable before register accessSebastian Hesselbarth
2013-09-30PCI: mvebu: add support for MSIThomas Petazzoni
2013-09-27Merge branch 'pci/host-tegra' into nextBjorn Helgaas
2013-09-27Merge branch 'pci/host-imx6' into nextBjorn Helgaas
2013-09-27PCI: imx6: Add support for i.MX6 PCIe controllerSean Cross
2013-09-25PCI: tegra: Add missing __iomem annotationJingoo Han
2013-09-25PCI: exynos: Turn off power of phy block when link failedJingoo Han
2013-09-25PCI: exynos: Add support for MSIJingoo Han