summaryrefslogtreecommitdiffstats
path: root/drivers/pci/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-1521-417/+1772
|\
| * Merge branch 'pci/host-vmd' into nextBjorn Helgaas2016-12-122-9/+23
| |\
| | * PCI: vmd: Fix suspend handlers defined-but-not-used warningBorislav Petkov2016-12-071-1/+1
| | * PCI: vmd: Use SRCU as a local RCU to prevent delaying global RCUJon Derrick2016-12-072-7/+22
| | * PCI: vmd: Remove unnecessary pci_set_drvdata()Wei Yongjun2016-11-111-1/+0
| * | Merge branch 'pci/host-tegra' into nextBjorn Helgaas2016-12-122-60/+102
| |\ \
| | * | PCI: tegra: Enable the driver on 64-bit ARMThierry Reding2016-12-071-1/+1
| | * | PCI: tegra: Add Tegra210 supportThierry Reding2016-12-071-8/+34
| | * | PCI: tegra: Implement PCA enable workaroundThierry Reding2016-12-071-0/+13
| | * | PCI: tegra: Use new pci_register_host_bridge() interfaceArnd Bergmann2016-12-071-51/+54
| | |/
| * | Merge branch 'pci/host-spear' into nextBjorn Helgaas2016-12-121-5/+1
| |\ \
| | * | PCI: spear: Use builtin_platform_driver() to simplify the codeGeliang Tang2016-12-071-5/+1
| | |/
| * | Merge branch 'pci/host-rockchip' into nextBjorn Helgaas2016-12-126-97/+221
| |\ \
| | * | PCI: rockchip: Move the deassert of pm/aclk/pclk after phy_init()Shawn Lin2016-12-071-20/+20
| | * | PCI: rockchip: Split out rockchip_cfg_atu()Shawn Lin2016-12-071-49/+55
| | * | PCI: rockchip: Clean up bit definitions for PCIE_RC_CONFIG_LCSShawn Lin2016-12-071-10/+4
| | * | PCI: rockchip: Correct the use of FTS maskBrian Norris2016-12-071-1/+1
| | * | PCI: rockchip: Remove the pointer to L1 substate capShawn Lin2016-12-071-9/+8
| | * | PCI: rockchip: Specify the link capabilityShawn Lin2016-12-071-23/+37
| | * | PCI: rockchip: Fix negotiated lanes calculationShawn Lin2016-12-071-2/+2
| | * | PCI: rockchip: Add Kconfig COMPILE_TESTShawn Lin2016-12-071-1/+1
| | * | PCI: rockchip: Mark RC as common clock architectureShawn Lin2016-12-071-0/+6
| | * | PCI: rockchip: Provide captured slot power limit and scaleShawn Lin2016-12-071-0/+40
| * | | Merge branch 'pci/host-rcar' into nextBjorn Helgaas2016-12-122-3/+4
| |\ \ \
| | * | | PCI: rcar: Add gen3 fallback compatibility string for pcie-rcarSimon Horman2016-12-071-0/+1
| | * | | PCI: rcar: Use gen2 fallback compatibility lastSimon Horman2016-12-071-2/+2
| | * | | PCI: rcar-gen2: Use gen2 fallback compatibility lastSimon Horman2016-12-071-1/+1
| | | |/ | | |/|
| * | | Merge branch 'pci/host-qcom' into nextBjorn Helgaas2016-12-121-5/+172
| |\ \ \
| | * | | PCI: qcom: Add support for MSM8996 PCIe controllerSrinivas Kandagatla2016-11-231-5/+172
| | |/ /
| * | | Merge branch 'pci/host-layerscape' into nextBjorn Helgaas2016-12-121-7/+13
| |\ \ \
| | * | | PCI: layerscape: Add LS1046a supportMingkai Hu2016-11-111-4/+12
| | * | | PCI: layerscape: Remove redundant error message from ls_pcie_probe()Wei Yongjun2016-11-111-3/+1
| | |/ /
| * | | Merge branch 'pci/host-iproc' into nextBjorn Helgaas2016-12-125-122/+902
| |\ \ \
| | * | | PCI: iproc: Skip check for legacy IRQ on PAXC busesAndy Gospodarek2016-12-082-2/+12
| | * | | PCI: iproc: Fix incorrect MSI address alignmentRay Jui2016-11-231-1/+1
| | * | | PCI: iproc: Add support for the next-gen PAXB controllerRay Jui2016-11-233-0/+132
| | * | | PCI: iproc: Add inbound DMA mapping supportRay Jui2016-11-172-0/+252
| | * | | PCI: iproc: Make outbound mapping code more genericRay Jui2016-11-173-89/+186
| | * | | PCI: iproc: Add PAXC v2 supportRay Jui2016-11-173-3/+180
| | * | | PCI: iproc: Fix exception with multi-function devicesRay Jui2016-11-142-2/+59
| | * | | PCI: iproc: Add BCMA typeRay Jui2016-11-144-1/+18
| | * | | PCI: iproc: Do not reset PAXC when initializing the driverRay Jui2016-11-141-9/+6
| | * | | PCI: iproc: Improve core register populationRay Jui2016-11-142-23/+64
| | |/ /
| * | | Merge branch 'pci/host-hv' into nextBjorn Helgaas2016-12-121-39/+61
| |\ \ \
| | * | | PCI: hv: Allocate physically contiguous hypercall params bufferLong Li2016-11-291-10/+19
| | * | | PCI: hv: Delete the device earlier from hbus->children for hot-removeDexuan Cui2016-11-161-4/+4
| | * | | PCI: hv: Fix hv_pci_remove() for hot-removeDexuan Cui2016-11-161-20/+33
| | * | | PCI: hv: Use the correct buffer size in new_pcichild_device()Dexuan Cui2016-11-161-3/+3
| | * | | PCI: hv: Make unnecessarily global IRQ masking functions staticTobias Klauser2016-10-311-2/+2
| | |/ /
| * | | Merge branch 'pci/host-hisi' into nextBjorn Helgaas2016-12-121-3/+1
| |\ \ \
OpenPOWER on IntegriCloud