summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-108-94/+64
|\
| * PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-235-18/+18
| * PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-234-4/+4
| * PCI: xilinx: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-15/+5
| * PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-7/+4
| * PCI: rcar: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+3
| * PCI: designware: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-11/+5
| * PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+4
| * PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-128-19/+21
* | PCI: tegra: Use physical range for I/O mappingThierry Reding2014-12-011-8/+20
* | PCI: xgene: Assign resources to bus before adding new devicesDuc Dang2014-11-131-1/+6
* | 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
| | | |/ / | | |/| |
OpenPOWER on IntegriCloud