summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2322-109/+2469
|\
| * Merge branch 'pci/trivial'Bjorn Helgaas2019-09-231-2/+0
| |\
| | * PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-301-2/+0
| * | 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-238-49/+1869
| |\ \
| | * | 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: 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-231-14/+80
| |\ \
| | * | 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: 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-234-0/+401
| |\ \
| | * | 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: Use devm_add_action_or_reset()Fuqian Huang2019-07-241-2/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-184-0/+383
|\ \
| * | PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interfaceHaiyang Zhang2019-08-224-3/+84
| * | PCI: hv: Add a paravirtual backchannel in softwareDexuan Cui2019-08-221-0/+302
| |/
* / PCI: hv: Allocate a named fwnode instead of an address-based oneMarc Zyngier2019-08-071-1/+9
|/
* Merge branch 'pci/trivial'Bjorn Helgaas2019-07-126-6/+6
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-096-6/+6
* | Merge branch 'remotes/lorenzo/pci/xilinx'Bjorn Helgaas2019-07-121-6/+5
|\ \