summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-015-80/+177
|\
| *---. Merge branches 'pci/host-designware', 'pci/host-imx6' and 'pci/host-rcar' int...Bjorn Helgaas2014-02-264-78/+153
| |\ \ \
| | | | * PCI: rcar: Make the Kconfig dependencies more genericMagnus Damm2014-02-261-1/+1
| | | | * PCI: rcar: Break out window size handlingMagnus Damm2014-02-181-3/+28
| | | | * PCI: rcar: Register each instance independentlyMagnus Damm2014-02-181-60/+20
| | | | * PCI: rcar: Fix bridge logic configuration accessesBen Dooks2014-02-181-0/+4
| | | | * PCI: rcar: Add error interrupt handlingBen Dooks2014-02-181-0/+60
| | | | * PCI: rcar: Check platform_get_irq() return codeBen Dooks2014-02-181-0/+5
| | | * | PCI: imx6: Wait for retrainingMarek Vasut2014-02-191-13/+34
| | | |/
| | * / PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar2014-02-191-1/+1
| | |/
| * | PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe2014-02-181-1/+23
| * | PCI: mvebu: Fix potential issue in range parsingJean-Jacques Hiblot2014-02-141-1/+1
| * | PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn2014-02-121-9/+2
| |/
* | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-121-9/+2
|\ \
| * | PCI: mvebu: Use Device ID and revision from underlying endpointAndrew Lunn2014-02-121-9/+2
| |/
* / pci: pcie-designware: Remove irq_desc abuseThomas Gleixner2014-03-041-3/+1
|/
* Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-231-15/+38
|\
| * Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson2013-12-261-15/+38
| |\
| | * ARM: tegra: pass reset to tegra_powergate_sequence_power_up()Stephen Warren2013-12-111-1/+2
| | * pci: tegra: use reset frameworkStephen Warren2013-12-111-14/+36
* | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2014-01-071-4/+6
|\ \ \
| * | | PCI: mvebu: Use max_t() instead of max(resource_size_t,)Jingoo Han2014-01-021-2/+2
| * | | PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamicallyThomas Petazzoni2014-01-021-2/+4
* | | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2014-01-071-2/+2
|\ \ \ \
| * | | | PCI: designware: Fix indent code styleJingoo Han2014-01-021-2/+2
* | | | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2013-12-203-17/+24
|\| | | |
| * | | | PCI: designware: Fix I/O transfers by using CPU (not realio) addressPratyush Anand2013-12-201-3/+2
| * | | | PCI: designware: Add dw_pcie prefix before cfg_read/writePratyush Anand2013-12-203-13/+19
| * | | | PCI: designware: Fix missing MSI IRQsHarro Haan2013-12-201-1/+3
* | | | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-201-2/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | PCI: mvebu: Remove redundant of_match_ptrSachin Kamat2013-12-191-2/+1
* | | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-12-201-54/+134
|\ \ \ \ \
| * | | | | PCI: imx6: Fix bugs in PCIe startup codeRichard Zhu2013-12-191-9/+6
| * | | | | PCI: imx6: Start link in Gen1 before negotiating for Gen2 modeMarek Vasut2013-12-191-6/+72
| * | | | | PCI: imx6: Factor out link up wait loopMarek Vasut2013-12-191-14/+20
| * | | | | PCI: imx6: Factor out PHY resetMarek Vasut2013-12-191-16/+19
| * | | | | PCI: imx6: Report "link up" only after link training completesMarek Vasut2013-12-191-4/+13
| * | | | | PCI: imx6: Make reset-gpio optionalMarek Vasut2013-12-191-14/+13
* | | | | | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2013-12-181-1/+1
|\ \ \ \ \ \
| * | | | | | PCI: Disable Gen2 for Tegra20 and Tegra30Eric Brower2013-12-071-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2013-12-181-3/+9
|\ \ \ \ \ \
| * | | | | | PCI: rcar: Add runtime PM supportValentine Barshak2013-12-091-1/+7
| * | | | | | PCI: rcar: Fix rcar_pci_probe() return value checkWei Yongjun2013-12-071-2/+2
| |/ / / / /
* | | | | | Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2013-12-181-31/+55
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | PCI: mvebu: Remove duplicate of_clk_get_by_name() callAndrew Lunn2013-12-091-8/+0
| * | | | | PCI: mvebu: Support a bridge with no IO port windowJason Gunthorpe2013-11-261-20/+43
| * | | | | PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bitsJason Gunthorpe2013-11-261-2/+12
| * | | | | PCI: mvebu: Drop writes to bridge Secondary Status registerJason Gunthorpe2013-11-261-1/+0
| |/ / / /
* | | | | Merge branch 'pci/host-imx6' into nextBjorn Helgaas2013-12-181-27/+12
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | PCI: imx6: Remove unneeded 'goto err'Fabio Estevam2013-12-091-22/+12