aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds22-109/+2469
2019-09-23Merge branch 'pci/trivial'Bjorn Helgaas1-2/+0
2019-09-23Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-10/+15
2019-09-23Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas8-49/+1869
2019-09-23Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas1-3/+7
2019-09-23Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas6-23/+19
2019-09-23Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas1-0/+18
2019-09-23Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas3-3/+21
2019-09-23Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas1-0/+33
2019-09-23Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-14/+80
2019-09-23Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2-3/+5
2019-09-23Merge branch 'remotes/lorenzo/pci/al'Bjorn Helgaas4-0/+401
2019-09-20PCI: tegra: Add support to enable slot regulatorsVidya Sagar1-0/+83
2019-09-20PCI: tegra: Add support to configure sideband pinsVidya Sagar1-2/+10
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds4-0/+383
2019-09-17PCI: vmd: Fix shadow offsets to reflect spec changesJon Derrick1-3/+6
2019-09-17PCI: vmd: Fix config addressing when using bus offsetsJon Derrick1-7/+9
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron2-0/+24
2019-09-16PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driverJonathan Chocron2-0/+377
2019-09-10PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang1-1/+1
2019-09-08PCI: tegra: Add Tegra194 PCIe supportVidya Sagar4-1/+1653
2019-09-04PCI: iproc: Propagate errors for optional PHYsThierry Reding1-6/+3
2019-09-04PCI: histb: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-09-04PCI: armada8x: Propagate errors for optional PHYsThierry Reding1-4/+3
2019-09-04PCI: imx6: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-09-04PCI: exynos: Propagate errors for optional PHYsThierry Reding1-1/+1
2019-09-04PCI: rockchip: Propagate errors for optional regulatorsThierry Reding1-8/+8
2019-08-30PCI: Remove unnecessary returnsKrzysztof Wilczynski1-2/+0
2019-08-22PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang1-2/+4
2019-08-22PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang4-3/+84
2019-08-22PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui1-0/+302
2019-08-21PCI: mobiveil: Fix the CPU base address setup in inbound windowHou Zhiqiang1-3/+7
2019-08-21PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta1-1/+1
2019-08-21PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang1-13/+79
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner1-0/+33
2019-08-14PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separatelyXiaowei Bao2-3/+20
2019-08-14PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driverXiaowei Bao1-0/+1
2019-08-13PCI: dwc: Add support to enable CDM register checkVidya Sagar2-0/+16
2019-08-13PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar1-0/+1
2019-08-13PCI: dwc: Add extended configuration space capability search APIVidya Sagar2-0/+42
2019-08-13PCI: dwc: Move config space capability search APIVidya Sagar3-35/+43
2019-08-13PCI: dwc: Group DBI registers writes requiring unlockingVidya Sagar1-6/+8
2019-08-12PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui1-1/+1
2019-08-12PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-08-07PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier1-1/+9
2019-08-07PCI: mediatek: Add controller support for MT7629Jianjun Wang1-0/+18
2019-07-24PCI: Use devm_add_action_or_reset()Fuqian Huang1-2/+1
2019-07-12Merge branch 'pci/trivial'Bjorn Helgaas6-6/+6
2019-07-12Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas1-6/+5
2019-07-12Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-82/+507