summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-1412-12/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-0312-12/+0
| |\
| | * pci: host: drop owner assignment from platform_driversWolfram Sang2014-10-2012-12/+0
* | | Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-12-1013-127/+245
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------------------. \ \ Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', '...Bjorn Helgaas2014-11-1513-127/+245
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| | | | | | | | | | | | * | PCI: tegra: Add Kconfig help textThierry Reding2014-11-131-0/+3
| | | | | | | | | | | | * | PCI: tegra: Do not build on 64-bit ARMThierry Reding2014-11-131-1/+1
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
| | | | | | | | | | | * | PCI: spear: Remove unnecessary OOM messageJingoo Han2014-11-131-3/+1
| | | | | | | | | | | * | PCI: spear: Add __init annotation to spear13xx_add_pcie_port()Jingoo Han2014-11-131-2/+2
| | | | | | | | | | | * | PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(),...Jingoo Han2014-11-131-4/+5
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | | | | | | | | | * | PCI: rcar: Make rcar_pci staticJingoo Han2014-10-231-1/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | | | | | | | | * | PCI: mvebu: Add a blank line after declarationsJingoo Han2014-11-131-0/+2
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | | | | | | * | PCI: layerscape: Add Freescale Layerscape PCIe driverMinghuan Lian2014-11-133-0/+188
| | |_|_|_|_|_|/ / | |/| | | | | | |
| | | | | | | * | PCI: keystone: Remove unnecessary OOM messageJingoo Han2014-11-131-3/+2
| | | | | | | * | PCI: keystone: Make ks_dw_pcie_msi_domain_ops staticJingoo Han2014-10-231-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
| | | | | | * | PCI: imx6: Use tabs for indentationJingoo Han2014-11-131-2/+2
| | |_|_|_|/ / | |/| | | | |
| | | | | * | PCI: generic: Convert to DT resource parsing APILorenzo Pieralisi2014-11-051-93/+27
| | | | | * | PCI: generic: Allocate config space windows after limiting bus number rangeLorenzo Pieralisi2014-11-051-5/+5
| | |_|_|/ / | |/| | | |
| | | | * | PCI: exynos: Remove unnecessary return statementJingoo Han2014-11-131-8/+0
| | | | * | PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init()Jingoo Han2014-10-231-5/+5
| | |_|/ / | |/| | |
| | | * | PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port()Jingoo Han2014-11-131-2/+2
| | | * | PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port()Jingoo Han2014-11-131-3/+3
| | |/ / | |/| |
| | * | PCI: designware: Add a blank line after declarationsJingoo Han2014-11-131-0/+1
| |/ /
* | | 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
OpenPOWER on IntegriCloud