summaryrefslogtreecommitdiff
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2014-09-24PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian1-2/+0
2014-09-23PCI: designware: Use NULL instead of falseFabio Estevam1-1/+1
2014-09-23PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni1-3/+3
2014-09-23PCI: spear: Pass config resource through reg propertyPratyush Anand1-1/+1
2014-09-22Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', '...Bjorn Helgaas7-102/+288
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+38
2014-09-17PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testDan Carpenter1-2/+2
2014-09-17PCI: tegra: Add Tegra124 supportThierry Reding1-31/+180
2014-09-17PCI: tegra: Make sure the PCIe PLL is really resetEric Yuen1-0/+7
2014-09-17PCI: tegra: Fix extended configuration space mappingPeter Daifuku1-1/+1
2014-09-17PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding1-0/+5
2014-09-17PCI: keystone: Set device ID based on SoC to support multiple portsMurali Karicheri2-6/+7
2014-09-17PCI: keystone: Assume controller is already in RC modeMurali Karicheri1-19/+2
2014-09-17PCI: keystone: Limit MRSS for all downstream devicesMurali Karicheri1-0/+45
2014-09-06PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand2-38/+33
2014-09-05PCI: imx6: Delay enabling reference clock for SS until it stabilizesTim Harvey1-5/+6
2014-09-05Merge branches 'pci/misc', 'pci/pm', 'pci/host-designware', 'pci/host-imx6', ...Bjorn Helgaas10-60/+2082
2014-09-05PCI: designware: Check private_data validity in single placeLucas Stach1-27/+2
2014-09-05PCI: imx6: Probe in module_init(), not fs_initcall()Lucas Stach1-1/+1
2014-09-05Merge branch 'pci/host-designware' into pci/host-imx6Bjorn Helgaas2-27/+55
2014-09-05PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_i...Lucas Stach1-1/+0
2014-09-05PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach1-8/+7
2014-09-05PCI: designware: Parse bus-range property from devicetreeLucas Stach2-0/+12
2014-09-05PCI: keystone: Add TI Keystone PCIe driverMurali Karicheri5-0/+971
2014-09-05PCI: tegra: Implement a proper resource hierarchyThierry Reding1-3/+29
2014-09-05PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Jisheng Zhang1-2/+6
2014-09-04PCI: imx6: Put LTSSM in "Detect" state before disabling itLucas Stach1-0/+38
2014-09-04PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverSrikanth Thokala3-0/+978
2014-09-03Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2014-09-03PCI: designware: Add support for v3.65 hardwareMurali Karicheri2-18/+36
2014-08-19Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-33/+700
2014-08-18PCI: spear: Remove module optionSachin Kamat1-1/+1
2014-08-08Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-61/+563
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2014-07-23Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' i...Bjorn Helgaas6-33/+700
2014-07-23PCI: designware: Add MSI-related pcie_host_ops for v3.65 hardwareMurali Karicheri2-14/+39
2014-07-23PCI: designware: Add config access-related pcie_host_ops for v3.65 hardwareMurali Karicheri2-2/+14
2014-07-23PCI: dra7xx: Add TI DRA7xx PCIe driverKishon Vijay Abraham I3-0/+468
2014-07-23PCI: designware: Program ATU with untranslated addressKishon Vijay Abraham I2-14/+45
2014-07-23PCI: designware: Look for configuration space in 'reg', not 'ranges'Kishon Vijay Abraham I1-2/+15
2014-07-22PCI: tegra: Add debugfs supportThierry Reding1-0/+118
2014-07-22PCI: mvebu: Remove ARCH_KIRKWOOD dependencyAndrew Lunn1-1/+1
2014-07-20PCI: spear: Remove spear13xx_pcie_remove()Viresh Kumar1-12/+0
2014-07-20PCI: spear: Fix Section mismatch compilation warning for probe()Viresh Kumar1-1/+1
2014-07-19Merge tag 'tegra-for-3.17-pcie-regulators' of git://git.kernel.org/pub/scm/li...Olof Johansson1-61/+161
2014-07-18PCI: tegra: Implement accurate power supply schemeThierry Reding1-61/+161
2014-07-17ARM: tegra: Convert PMC to a driverThierry Reding1-1/+1
2014-07-17ARM: tegra: Move includes to include/soc/tegraThierry Reding1-2/+3
2014-07-17Merge branches 'pci/host-generic', 'pci/host-mvebu', 'pci/host-rcar', 'pci/ho...Bjorn Helgaas4-4/+4
2014-07-16PCI: generic: Fix GPL v2 license string typoBjorn Helgaas1-1/+1