summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* PCI: imx6: Wait for clocks to stabilize after ref_enRichard Zhu2014-10-291-3/+10
* Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-0914-235/+3023
|\
| * Merge branch 'pci/host-xgene' into nextBjorn Helgaas2014-10-063-1/+670
| |\
| | * PCI: xgene: Add APM X-Gene PCIe driverTanmay Inamdar2014-10-013-0/+670
| * | Merge branch 'pci/host-designware' into nextBjorn Helgaas2014-10-011-83/+14
| |\ \
| | * | PCI: designware: Remove open-coded bitmap operationsLucas Stach2014-10-011-44/+7
| | * | PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach2014-09-301-40/+7
| * | | Merge branch 'pci/msi' into nextBjorn Helgaas2014-10-011-3/+2
| |\ \ \
| | * | | PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-011-3/+2
| * | | | Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-012-9/+24
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-09-302-9/+22
| | |/ /
| * | | Merge branch 'pci/host-designware' into nextBjorn Helgaas2014-09-295-11/+15
| |\ \ \ | | | |/ | | |/|
| | * | PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian2014-09-242-1/+7
| | * | PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian2014-09-242-3/+3
| | * | PCI: designware: Fix IO resource end address calculationMinghuan Lian2014-09-241-1/+1
| | * | PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian2014-09-241-2/+0
| | * | PCI: designware: Use NULL instead of falseFabio Estevam2014-09-221-1/+1
| | | |
| | \ \
| *-. \ \ Merge branches 'pci/host-mvebu' and 'pci/host-spear' into nextBjorn Helgaas2014-09-252-4/+4
| |\ \ \ \
| | | * | | PCI: spear: Pass config resource through reg propertyPratyush Anand2014-09-221-1/+1
| | | | |/ | | | |/|
| | * | | PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni2014-09-221-3/+3
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', '...Bjorn Helgaas2014-09-227-102/+288
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | | | | * | PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testDan Carpenter2014-09-161-2/+2
| | | | | * | | PCI: tegra: Add Tegra124 supportThierry Reding2014-09-161-31/+180
| | | | | * | | PCI: tegra: Make sure the PCIe PLL is really resetEric Yuen2014-09-161-0/+7
| | | | | * | | PCI: tegra: Fix extended configuration space mappingPeter Daifuku2014-09-161-1/+1
| | | | | * | | PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding2014-09-161-0/+5
| | | | * | | | PCI: keystone: Set device ID based on SoC to support multiple portsMurali Karicheri2014-09-162-6/+7
| | | | * | | | PCI: keystone: Assume controller is already in RC modeMurali Karicheri2014-09-161-19/+2
| | | | * | | | PCI: keystone: Limit MRSS for all downstream devicesMurali Karicheri2014-09-161-0/+45
| | | * | | | | PCI: imx6: Delay enabling reference clock for SS until it stabilizesTim Harvey2014-09-051-5/+6
| | * | | | | | PCI: designware: Fold struct pcie_port_info into struct pcie_portPratyush Anand2014-09-052-38/+33
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-------. \ \ \ \ \ \ Merge branches 'pci/misc', 'pci/pm', 'pci/host-designware', 'pci/host-imx6', ...Bjorn Helgaas2014-09-0510-60/+2082
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | / / / / / | | | | |_|_|/ / / / / | | | |/| | | / / / / | | | | | |_|/ / / / | | | | |/| | / / / | | | | | | |/ / / | | | | | |/| / / | | | | | | |/ / | | |_|_|_|_| / | |/| | | | |
| | | | | | * PCI: xilinx: Add Xilinx AXI PCIe Host Bridge IP driverSrikanth Thokala2014-09-043-0/+978
| | |_|_|_|/ | |/| | | |
| | | | | * PCI: tegra: Implement a proper resource hierarchyThierry Reding2014-09-041-3/+29
| | | | | * PCI: tegra: Add missing cleanup in error path and tegra_msi_teardown_irq()Jisheng Zhang2014-09-041-2/+6
| | |_|_|/ | |/| | |
| | | | * PCI: keystone: Add TI Keystone PCIe driverMurali Karicheri2014-09-045-0/+971
| | | * | PCI: imx6: Probe in module_init(), not fs_initcall()Lucas Stach2014-09-051-1/+1
| | | * | Merge branch 'pci/host-designware' into pci/host-imx6Bjorn Helgaas2014-09-052-27/+55
| | | |\ \
| | * | | | PCI: designware: Check private_data validity in single placeLucas Stach2014-09-051-27/+2
| | | |/ / | | |/| |
| | * | | PCI: designware: Remove pci_assign_unassigned_resources() from dw_pcie_host_i...Lucas Stach2014-09-041-1/+0
| | * | | PCI: designware: Use pci_create_root_bus() instead of pci_scan_root_bus()Lucas Stach2014-09-041-8/+7
| | * | | PCI: designware: Parse bus-range property from devicetreeLucas Stach2014-09-042-0/+12
| | | |/ | | |/|
| | * | PCI: designware: Add support for v3.65 hardwareMurali Karicheri2014-09-022-18/+36
| |/ /
* | | Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-191-0/+38
|\ \ \ | | |/ | |/|
| * | PCI: imx6: Put LTSSM in "Detect" state before disabling itLucas Stach2014-09-041-0/+38
| |/
* | Merge tag 'pci-v3.17-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-031-1/+1
|\ \ | |/ |/|
| * PCI: spear: Remove module optionSachin Kamat2014-08-171-1/+1
* | Merge tag 'pci-v3.17-changes-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-08-196-33/+700
|\ \ | |/ |/|
| *---. Merge branches 'pci/host-designware', 'pci/host-mvebu' and 'pci/host-tegra' i...Bjorn Helgaas2014-07-226-33/+700
| |\ \ \
| | | | * PCI: tegra: Add debugfs supportThierry Reding2014-07-221-0/+118
OpenPOWER on IntegriCloud