aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
AgeCommit message (Expand)AuthorFilesLines
2015-10-09PCI: mvebu: Split port parsing and resource claiming from port setupRussell King1-3/+12
2015-10-09PCI: mvebu: Fix memory leaks and refcount leaksRussell King1-7/+43
2015-10-09PCI: mvebu: Move port parsing and resource claiming to separate functionRussell King1-56/+74
2015-10-08PCI: mvebu: Use port->name rather than "PCIe%d.%d"Russell King1-8/+8
2015-10-08PCI: mvebu: Report full node name when reporting a DT errorRussell King1-1/+2
2015-10-08PCI: mvebu: Use for_each_available_child_of_node() to walk child nodesRussell King1-4/+1
2015-10-08PCI: mvebu: Use of_get_available_child_count()Russell King1-8/+3
2015-10-08PCI: mvebu: Use exact config access size; don't read/modify/writeRussell King1-17/+26
2015-10-08PCI: mvebu: Return zero for reserved or unimplemented config spaceRussell King1-2/+7
2015-10-08PCI: generic: Pass starting bus number to pci_scan_root_bus()David Daney1-1/+2
2015-10-08PCI: generic: Allow multiple hosts with different map_bus() methodsDavid Daney1-12/+15
2015-09-25PCI/MSI: xgene: Remove msi_controller assignmentDuc Dang1-22/+0
2015-09-25PCI: iproc: Improve link detection logicRay Jui1-6/+23
2015-09-25PCI: iproc: Fix PCIe reset logicRay Jui1-5/+10
2015-09-25PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as ARMRay Jui1-2/+0
2015-09-25PCI: iproc: Remove unused struct iproc_pcie.irqs[]Ray Jui1-3/+0
2015-09-25PCI: iproc: Fix code comment to match codeRay Jui1-1/+1
2015-09-25Merge tag 'pci-v4.3-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+1
2015-09-24PCI: imx6: Add PCIE_PHY_RX_ASIC_OUT_VALID definitionFabio Estevam1-1/+2
2015-09-24PCI: imx6: Return real error code from imx6_add_pcie_port()Fabio Estevam1-1/+1
2015-09-24PCI: rcar: Add R8A7794 supportSergei Shtylyov1-0/+1
2015-09-18PCI: designware: Make get_msi_addr() return phys_addr_t, not u32Lucas Stach3-3/+3
2015-09-18PCI: designware: Implement multivector MSI IRQ setupLucas Stach1-0/+31
2015-09-18PCI: designware: Factor out MSI msg setupLucas Stach1-11/+17
2015-09-18PCI: designware: Fix PORT_LOGIC_LINK_WIDTH_MASKZhou Wang1-1/+1
2015-09-17PCI: generic: Fix lookup of linux,pci-probe-only propertyMarc Zyngier1-8/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner2-4/+3
2015-09-14PCI: tegra: Wrap static pgprot_t initializer with __pgprot()Ard Biesheuvel1-2/+2
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-60/+47
2015-09-01Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2015-08-28Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas6-26/+53
2015-08-24Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into nextBjorn Helgaas3-13/+4
2015-08-20PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas2-0/+2
2015-08-20ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi2-6/+17
2015-08-20PCI: generic: Add arm64 supportJayachandran C1-1/+1
2015-08-20PCI: generic: Remove dependency on ARM-specific struct hw_pciJayachandran C1-19/+33
2015-08-20PCI: imx6: Simplify a trivial if-return sequenceFabio Estevam1-10/+2
2015-08-20PCI: spear: Use BUG_ON() instead of condition followed by BUG()Fabio Estevam1-2/+1
2015-08-20PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE()Fabio Estevam1-1/+1
2015-08-18PCI: xilinx: Fix typo in function nameJiang Liu1-1/+1
2015-08-14Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into nextBjorn Helgaas4-32/+153
2015-08-14Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization' into nextBjorn Helgaas7-9/+0
2015-08-11PCI: dra7xx: Add support to make GPIO drive PERST# lineKishon Vijay Abraham I1-2/+22
2015-08-11PCI: dra7xx: Clear MSE bit during suspend so clocks will idleKishon Vijay Abraham I1-0/+40
2015-08-11PCI: dra7xx: Add PM supportKishon Vijay Abraham I1-0/+51
2015-08-11PCI: dra7xx: Disable pm_runtime on get_sync failureKishon Vijay Abraham I1-1/+3
2015-08-11PCI: iproc: Allow BCMA bus driver to be built as moduleHauke Mehrtens1-1/+1
2015-08-11PCI: Kill off set_irq_flags() usageRob Herring7-9/+0
2015-08-04Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' into nextBjorn Helgaas4-11/+21
2015-08-01PCI/MSI: pci-xgene-msi: Consolidate chained IRQ handler install/removeThomas Gleixner1-8/+6