aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-15Merge branches 'pci/host-designware', 'pci/host-dra7xx', 'pci/host-exynos', 'pci/host-generic', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-layerscape', 'pci/host-mvebu', 'pci/host-rcar', 'pci/host-spear' and 'pci/host-tegra' into nextBjorn Helgaas13-127/+245
2014-11-13PCI: tegra: Add Kconfig help textThierry Reding1-0/+3
2014-11-13PCI: tegra: Do not build on 64-bit ARMThierry Reding1-1/+1
2014-11-13PCI: spear: Remove unnecessary OOM messageJingoo Han1-3/+1
2014-11-13PCI: mvebu: Add a blank line after declarationsJingoo Han1-0/+2
2014-11-13PCI: designware: Add a blank line after declarationsJingoo Han1-0/+1
2014-11-13PCI: exynos: Remove unnecessary return statementJingoo Han1-8/+0
2014-11-13PCI: imx6: Use tabs for indentationJingoo Han1-2/+2
2014-11-13PCI: keystone: Remove unnecessary OOM messageJingoo Han1-3/+2
2014-11-13PCI: dra7xx: Add __init annotation to dra7xx_add_pcie_port()Jingoo Han1-2/+2
2014-11-13PCI: spear: Add __init annotation to spear13xx_add_pcie_port()Jingoo Han1-2/+2
2014-11-13PCI: spear: Rename add_pcie_port(), pcie_init() to spear13xx_add_pcie_port(), etc.Jingoo Han1-4/+5
2014-11-13PCI: dra7xx: Rename add_pcie_port() to dra7xx_add_pcie_port()Jingoo Han1-3/+3
2014-11-13PCI: layerscape: Add Freescale Layerscape PCIe driverMinghuan Lian3-0/+188
2014-11-05PCI: generic: Convert to DT resource parsing APILorenzo Pieralisi1-93/+27
2014-11-05PCI: generic: Allocate config space windows after limiting bus number rangeLorenzo Pieralisi1-5/+5
2014-10-23PCI: rcar: Make rcar_pci staticJingoo Han1-1/+1
2014-10-23PCI: keystone: Make ks_dw_pcie_msi_domain_ops staticJingoo Han1-1/+1
2014-10-23PCI: exynos: Add exynos prefix to add_pcie_port()/pcie_init()Jingoo Han1-5/+5
2014-10-09Merge tag 'pci-v3.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds14-235/+3023
2014-10-06Merge branch 'pci/host-xgene' into nextBjorn Helgaas3-1/+670
2014-10-01Merge branch 'pci/host-designware' into nextBjorn Helgaas1-83/+14
2014-10-01PCI: xgene: Add APM X-Gene PCIe driverTanmay Inamdar3-0/+670
2014-10-01PCI: designware: Remove open-coded bitmap operationsLucas Stach1-44/+7
2014-10-01Merge branch 'pci/msi' into nextBjorn Helgaas1-3/+2
2014-10-01Merge branch 'pci/host-generic' into nextBjorn Helgaas2-9/+24
2014-10-01PCI/MSI: Remove "pos" from the struct msi_desc msi_attribYijing Wang1-3/+2
2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau2-9/+22
2014-09-30PCI: designware: Setup and clear exactly one MSI at a timeLucas Stach1-40/+7
2014-09-29Merge branch 'pci/host-designware' into nextBjorn Helgaas5-11/+15
2014-09-25Merge branches 'pci/host-mvebu' and 'pci/host-spear' into nextBjorn Helgaas2-4/+4
2014-09-24PCI: designware: Add get_msi_data() to pcie_host_opsMinghuan Lian2-1/+7
2014-09-24PCI: designware: Rename get_msi_data() to get_msi_addr()Minghuan Lian2-3/+3
2014-09-24PCI: designware: Fix IO resource end address calculationMinghuan Lian1-1/+1
2014-09-24PCI: designware: Fix configuration base address when using 'reg'Minghuan Lian1-2/+0
2014-09-22PCI: designware: Use NULL instead of falseFabio Estevam1-1/+1
2014-09-22PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()Thomas Petazzoni1-3/+3
2014-09-22PCI: spear: Pass config resource through reg propertyPratyush Anand1-1/+1
2014-09-22Merge branches 'pci/host-designware', 'pci/host-imx6', 'pci/host-keystone', 'pci/host-tegra' and 'pci/host-xilinx' into nextBjorn Helgaas7-102/+288
2014-09-19Merge tag 'pci-v3.17-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+38
2014-09-16PCI: xilinx: Fix xilinx_pcie_assign_msi() return value testDan Carpenter1-2/+2
2014-09-16PCI: tegra: Add Tegra124 supportThierry Reding1-31/+180
2014-09-16PCI: tegra: Make sure the PCIe PLL is really resetEric Yuen1-0/+7
2014-09-16PCI: tegra: Fix extended configuration space mappingPeter Daifuku1-1/+1
2014-09-16PCI: tegra: Clear CLKREQ# enable on port disableThierry Reding1-0/+5
2014-09-16PCI: keystone: Set device ID based on SoC to support multiple portsMurali Karicheri2-6/+7
2014-09-16PCI: keystone: Assume controller is already in RC modeMurali Karicheri1-19/+2
2014-09-16PCI: keystone: Limit MRSS for all downstream devicesMurali Karicheri1-0/+45
2014-09-05PCI: 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