summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-084-61/+563
|\
| * PCI: spear: Remove spear13xx_pcie_remove()Viresh Kumar2014-07-201-12/+0
| * PCI: spear: Fix Section mismatch compilation warning for probe()Viresh Kumar2014-07-201-1/+1
| * Merge tag 'tegra-for-3.17-pcie-regulators' of git://git.kernel.org/pub/scm/li...Olof Johansson2014-07-191-61/+161
| |\
| | * PCI: tegra: Implement accurate power supply schemeThierry Reding2014-07-181-61/+161
| * | PCI: spear: Add PCIe driver for ST Microelectronics SPEAr13xxPratyush Anand2014-07-143-0/+414
| |/
* | Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-081-2/+3
|\ \
| * | ARM: tegra: Convert PMC to a driverThierry Reding2014-07-171-1/+1
| * | ARM: tegra: Move includes to include/soc/tegraThierry Reding2014-07-171-2/+3
| |/
| |
| \
| \
| \
| \
| \
| \
| \
*-------. \ Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/ho...Bjorn Helgaas2014-07-164-4/+4
|\ \ \ \ \ \ | | | | | |/
| | | | * | PCI: tegra: Fix GPL v2 license string typoThierry Reding2014-07-151-1/+1
| | | | |/
| | | * | PCI: rcar: Fix GPL v2 license string typoBjorn Helgaas2014-07-151-1/+1
| |_|/ / |/| | |
| | * | PCI: mvebu: Fix GPL v2 license string typoThierry Reding2014-07-151-1/+1
| | |/
| * | PCI: generic: Fix GPL v2 license string typoBjorn Helgaas2014-07-151-1/+1
| |/
* | PCI: rcar: Remove rcar_pcie_setup_window() resource argumentPhil Edworthy2014-07-051-3/+4
* | PCI: rcar: Cleanup style and formattingPhil Edworthy2014-07-051-61/+63
* | PCI: rcar: Use correct initial HW settingsPhil Edworthy2014-07-051-11/+4
* | PCI: rcar: Remove redundant config accessor register number checksSergei Shtylyov2014-07-051-10/+0
|/
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-6/+4
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-8/+9
*-----. Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-mvebu' and '...Bjorn Helgaas2014-06-036-41/+97
|\ \ \ \
| | | | * PCI: tegra: Use new OF interrupt mapping when possibleLucas Stach2014-04-141-1/+6
| | | * | PCI: mvebu: Use '%pa' for printing 'phys_addr_t' typeFabio Estevam2014-04-291-2/+4
| | | * | PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-291-8/+0
| | | * | PCI: mvebu: split PCIe BARs into multiple MBus windows when neededThomas Petazzoni2014-04-241-14/+74
| | | * | PCI: mvebu: fix off-by-one in the computed size of the mbus windowsWilly Tarreau2014-04-241-2/+2
| | | |/
| * | | PCI: designware: Remove unnecessary use of 'conf_lock' spinlockAndrew Murray2014-04-164-9/+0
| * | | PCI: designware: Use new OF interrupt mapping when possibleLucas Stach2014-04-161-3/+9
| * | | PCI: designware: Fix iATU programming for cfg1, io and mem viewportMohit Kumar2014-04-161-3/+3
| * | | PCI: designware: Fix comment for setting number of lanesMohit Kumar2014-04-161-1/+1
| | |/ | |/|
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'pci/host-exynos', 'pci/host-imx6', 'pci/resource' and 'pci/mi...Bjorn Helgaas2014-05-304-98/+64
|\ \ \ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | * | PCI: imx6: Add support for MSILucas Stach2014-05-301-0/+27
| | * | PCI: designware: Make MSI ISR shared IRQ awareLucas Stach2014-05-303-5/+7
| | * | PCI: imx6: Remove optional (and unused) IRQsLucas Stach2014-05-301-42/+0
| | * | PCI: imx6: Drop old IRQ mappingLucas Stach2014-05-301-6/+0
| | * | PCI: imx6: Use new clock namesLucas Stach2014-05-301-45/+29
| | * | PCI: imx6: Fix imx6_add_pcie_port() section mismatch warningSachin Kamat2014-05-301-1/+1
| | |/
| * | PCI: exynos: Fix add_pcie_port() section mismatch warningSachin Kamat2014-05-291-1/+2
* | | Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-05-303-0/+396
|\ \ \
| * | | PCI: generic: Add generic PCI host controller driverWill Deacon2014-05-303-0/+396
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge branches 'pci/host-exynos', 'pci/host-rcar' and 'pci/amd-numa' into nextBjorn Helgaas2014-05-285-6/+1052
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| | * PCI: rcar: Add gen2 device tree supportBen Dooks2014-05-281-2/+29
| | * PCI: rcar: Add MSI support for PCIePhil Edworthy2014-05-271-1/+241
| | * PCI: rcar: Add Renesas R-Car PCIe driverPhil Edworthy2014-05-273-0/+775
| | * PCI: rcar: Use new OF interrupt mapping when possibleLucas Stach2014-04-151-1/+7
| |/ |/|
| * PCI: exynos: Remove unnecessary OOM messagesJingoo Han2014-05-271-3/+1
|/
* 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
OpenPOWER on IntegriCloud