summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | | * | PCI: spear: Remove unnecessary OOM messageJingoo Han2014-11-131-3/+1Star
| | | | | | | | | | | * | 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/+2Star
| | | | | | | * | 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-061-93/+27Star
| | | | | * | PCI: generic: Allocate config space windows after limiting bus number rangeLorenzo Pieralisi2014-11-061-5/+5
| | |_|_|/ / | |/| | | |
| | | | * | PCI: exynos: Remove unnecessary return statementJingoo Han2014-11-131-8/+0Star
| | | | * | 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/+64Star
|\ \ \
| * | | 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/+5Star
| * | | PCI: mvebu: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-7/+4Star
| * | | PCI: rcar: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+3Star
| * | | PCI: designware: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-11/+5Star
| * | | PCI: tegra: Save MSI controller in pci_sys_dataYijing Wang2014-11-211-10/+4Star
| * | | 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-021-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-021-83/+14Star
| |\ \
| | * | PCI: designware: Remove open-coded bitmap operationsLucas Stach2014-10-011-44/+7Star
| | * | PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach2014-09-301-40/+7Star
| * | | Merge branch 'pci/msi' into nextBjorn Helgaas2014-10-011-3/+2Star
| |\ \ \
| | * | | PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang2014-10-011-3/+2Star
| * | | | Merge branch 'pci/host-generic' into nextBjorn Helgaas2014-10-012-9/+24
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2014-10-012-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/+0Star
| | * | 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-171-2/+2
| | | | | * | | PCI: tegra: Add Tegra124 supportThierry Reding2014-09-171-31/+180