summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-283-3/+31
|\
| * PCI: Lock down BAR access when the kernel is locked downMatthew Garrett2019-08-193-3/+31
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2352-908/+3645
|\ \
| * \ Merge branch 'pci/trivial'Bjorn Helgaas2019-09-2310-17/+3
| |\ \
| | * | PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-307-14/+1
| | * | PCI: OF: Correct of_irq_parse_pci() documentationLubomir Rintel2019-08-301-1/+1
| | * | PCI: Fix typos and whitespace errorsBjorn Helgaas2019-08-302-2/+1
| * | | Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas2019-09-231-10/+15
| |\ \ \
| | * | | PCI: vmd: Fix shadow offsets to reflect spec changesJon Derrick2019-09-171-3/+6
| | * | | PCI: vmd: Fix config addressing when using bus offsetsJon Derrick2019-09-171-7/+9
| | |/ /
| * | | Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-239-49/+1922
| |\ \ \
| | * | | PCI: tegra: Add support to enable slot regulatorsVidya Sagar2019-09-201-0/+83
| | * | | PCI: tegra: Add support to configure sideband pinsVidya Sagar2019-09-201-2/+10
| | * | | PCI: tegra: Add Tegra194 PCIe supportVidya Sagar2019-09-084-1/+1653
| | * | | PCI: dwc: Add support to enable CDM register checkVidya Sagar2019-08-132-0/+16
| | * | | PCI: dwc: Export dw_pcie_wait_for_link() APIVidya Sagar2019-08-131-0/+1
| | * | | PCI: dwc: Add extended configuration space capability search APIVidya Sagar2019-08-132-0/+42
| | * | | PCI: dwc: Move config space capability search APIVidya Sagar2019-08-133-35/+43
| | * | | PCI: dwc: Group DBI registers writes requiring unlockingVidya Sagar2019-08-131-6/+8
| | * | | PCI: Disable MSI for Tegra root portsVidya Sagar2019-08-131-0/+53
| | * | | PCI: tegra: Fix OF node reference leakNishka Dasgupta2019-08-121-7/+15
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mobiveil'Bjorn Helgaas2019-09-231-3/+7
| |\ \ \
| | * | | PCI: mobiveil: Fix the CPU base address setup in inbound windowHou Zhiqiang2019-08-211-3/+7
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-09-236-23/+19
| |\ \ \
| | * | | PCI: iproc: Propagate errors for optional PHYsThierry Reding2019-09-041-6/+3
| | * | | PCI: histb: Propagate errors for optional regulatorsThierry Reding2019-09-041-2/+2
| | * | | PCI: armada8x: Propagate errors for optional PHYsThierry Reding2019-09-041-4/+3
| | * | | PCI: imx6: Propagate errors for optional regulatorsThierry Reding2019-09-041-2/+2
| | * | | PCI: exynos: Propagate errors for optional PHYsThierry Reding2019-09-041-1/+1
| | * | | PCI: rockchip: Propagate errors for optional regulatorsThierry Reding2019-09-041-8/+8
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas2019-09-231-0/+18
| |\ \ \
| | * | | PCI: mediatek: Add controller support for MT7629Jianjun Wang2019-08-071-0/+18
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas2019-09-233-3/+21
| |\ \ \
| | * | | PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separatelyXiaowei Bao2019-08-142-3/+20
| | * | | PCI: layerscape: Add the bar_fixed_64bit property to the endpoint driverXiaowei Bao2019-08-141-0/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas2019-09-231-0/+33
| |\ \ \
| | * | | PCI: imx6: Limit DBI register lengthStefan Agner2019-08-151-0/+33
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-09-232-15/+81
| |\ \ \
| | * | | PCI: hv: Use bytes 4 and 5 from instance ID as the PCI domain numbersHaiyang Zhang2019-09-101-1/+1
| | * | | PCI: hv: Detect and fix Hyper-V PCI domain number collisionHaiyang Zhang2019-08-211-13/+79
| | * | | PCI: pci-hyperv: Fix build errors on non-SYSFS configRandy Dunlap2019-08-151-1/+1
| | * | | PCI: hv: Avoid use of hv_pci_dev->pci_slot after freeing itDexuan Cui2019-08-121-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-09-232-3/+5
| |\ \ \
| | * | | PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang2019-08-221-2/+4
| | * | | PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta2019-08-211-1/+1
| | |/ /
| * | | Merge branch 'remotes/lorenzo/pci/al'Bjorn Helgaas2019-09-236-0/+445
| |\ \ \
| | * | | PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron2019-09-162-0/+24
| | * | | PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driverJonathan Chocron2019-09-162-0/+377
| | * | | PCI: Add quirk to disable MSI-X support for Amazon's Annapurna Labs Root PortJonathan Chocron2019-09-161-0/+18
| | * | | PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root PortJonathan Chocron2019-09-161-0/+6