aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Merge branch 'pci/host-designware' into nextBjorn Helgaas1-2/+2
2014-01-02PCI: designware: Fix indent code styleJingoo Han1-2/+2
2013-12-20Merge branch 'pci/host-designware' into nextBjorn Helgaas3-17/+24
2013-12-20Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-2/+1
2013-12-20Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-54/+134
2013-12-20PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand1-3/+2
2013-12-20PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand3-13/+19
2013-12-20PCI: designware: Fix missing MSI IRQsHarro Haan1-1/+3
2013-12-19PCI: mvebu: Remove redundant of_match_ptrSachin Kamat1-2/+1
2013-12-19PCI: imx6: Fix bugs in PCIe startup codeRichard Zhu1-9/+6
2013-12-19PCI: imx6: Start link in Gen1 before negotiating for Gen2 modeMarek Vasut1-6/+72
2013-12-19PCI: imx6: Factor out link up wait loopMarek Vasut1-14/+20
2013-12-19PCI: imx6: Factor out PHY resetMarek Vasut1-16/+19
2013-12-19PCI: imx6: Report "link up" only after link training completesMarek Vasut1-4/+13
2013-12-19PCI: imx6: Make reset-gpio optionalMarek Vasut1-14/+13
2013-12-18Merge branch 'pci/host-tegra' into nextBjorn Helgaas1-1/+1
2013-12-18Merge branch 'pci/host-rcar' into nextBjorn Helgaas1-3/+9
2013-12-18Merge branch 'pci/host-mvebu' into nextBjorn Helgaas1-31/+55
2013-12-18Merge branch 'pci/host-imx6' into nextBjorn Helgaas1-27/+12
2013-12-18Merge branch 'pci/host-designware' into nextBjorn Helgaas1-19/+40
2013-12-09PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn1-8/+0
2013-12-09PCI: rcar: Add runtime PM supportValentine Barshak1-1/+7
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/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