summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-iproc', 'pci...Bjorn Helgaas14-458/+480
2016-10-12MAINTAINERS: Add DT binding to the Aardvark PCIe driver maintainerThomas Petazzoni1-0/+1
2016-10-12PCI: rockchip: Indent "if" statement bodyDan Carpenter1-1/+1
2016-10-12PCI: xilinx-nwl: Remove unused platform dataBjorn Helgaas1-1/+0
2016-10-12PCI: xilinx-nwl: Add local struct device pointersBjorn Helgaas1-52/+56
2016-10-12PCI: xilinx: Removed unused xilinx_pcie_assign_msi() argumentBjorn Helgaas1-3/+2
2016-10-12PCI: xilinx: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-12PCI: xilinx: Add local struct device pointersBjorn Helgaas1-26/+29
2016-10-12PCI: xgene: Add register accessorsBjorn Helgaas1-42/+44
2016-10-12PCI: xgene: Pass struct xgene_pcie_port to setup functionsBjorn Helgaas1-15/+21
2016-10-12PCI: xgene: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-12PCI: tegra: Remove unused platform dataBjorn Helgaas1-1/+0
2016-10-12PCI: tegra: Add local struct device pointersBjorn Helgaas1-112/+122
2016-10-12PCI: tegra: Fix argument order in tegra_pcie_phy_disable()Bjorn Helgaas1-1/+1
2016-10-12PCI: rockchip: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-12PCI: rcar-gen2: Add local struct device pointersBjorn Helgaas1-21/+25
2016-10-12PCI: rcar: Remove DRV_NAME macroBjorn Helgaas1-3/+1
2016-10-12PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device argBjorn Helgaas1-3/+2
2016-10-12PCI: rcar: Remove unused platform dataBjorn Helgaas1-1/+0
2016-10-12PCI: mvebu: Use existing of_node pointerBjorn Helgaas1-2/+2
2016-10-12PCI: mvebu: Add local struct device pointersBjorn Helgaas1-12/+9
2016-10-12PCI: iproc: Hard-code PCIe capability offset instead of searchingBjorn Helgaas1-6/+5
2016-10-12PCI: iproc: Remove redundant null pointer checkingBjorn Helgaas1-3/+0
2016-10-12PCI: iproc: Validate CSR base in BCMA setup codeBjorn Helgaas2-1/+6
2016-10-12PCI: iproc: Set drvdata at end of probe functionBjorn Helgaas2-2/+2
2016-10-12PCI: iproc: Add local struct device pointersBjorn Helgaas3-32/+38
2016-10-12PCI: altera: Simplify TLP_CFG_DW1 usageBjorn Helgaas1-7/+6
2016-10-12PCI: altera: Simplify TLB_CFG_DW0 usageBjorn Helgaas1-11/+6
2016-10-12PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device()Bjorn Helgaas1-3/+3
2016-10-12PCI: altera: Remove redundant platform_get_resource() return value checkBjorn Helgaas1-6/+1
2016-10-12PCI: altera: Remove unused platform dataBjorn Helgaas1-2/+0
2016-10-12PCI: altera: Add local struct device pointersBjorn Helgaas1-16/+18
2016-10-12PCI: aardvark: Remove unused platform dataBjorn Helgaas1-1/+0
2016-10-12PCI: aardvark: Add local struct device pointersBjorn Helgaas1-18/+20
2016-10-11PCI: xgene: Add local struct device pointersBjorn Helgaas1-19/+24
2016-10-10PCI: rcar: Add local struct device pointersBjorn Helgaas1-41/+47
2016-10-05Merge branch 'pci/host-vmd' into nextBjorn Helgaas9-67/+66
2016-10-05Merge branches 'pci/host-aardvark', 'pci/host-altera', 'pci/host-artpec', 'pc...Bjorn Helgaas21-224/+1925
2016-10-04x86/PCI: VMD: Move VMD driver to drivers/pci/hostKeith Busch5-15/+17
2016-10-04PCI: rockchip: Fix wrong transmitted FTS countShawn Lin1-0/+10
2016-10-04PCI: rockchip: Improve the deassert sequence of four reset pinsShawn Lin1-6/+10
2016-10-04PCI: rockchip: Increase the Max Credit update intervalRajat Jain1-0/+17
2016-10-04PCI: rcar: Try increasing PCIe link speed to 5 GT/s at bootSergei Shtylyov1-0/+66
2016-10-03Merge branch 'pci/virtualization' into nextBjorn Helgaas5-22/+5
2016-10-03Merge branch 'pci/resource' into nextBjorn Helgaas1-0/+23
2016-10-03Merge branch 'pci/pm' into nextBjorn Helgaas4-19/+73
2016-10-03Merge branch 'pci/msi' into nextBjorn Helgaas2-1/+2
2016-10-03Merge branch 'pci/misc' into nextBjorn Helgaas1-2/+0
2016-10-03Merge branch 'pci/hotplug' into nextBjorn Helgaas8-95/+141
2016-10-03Merge branch 'pci/enumeration' into nextBjorn Helgaas6-23/+38