summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas2019-11-281-0/+1
|\ \
| * | PCI: layerscape: Add LS1028a supportXiaowei Bao2019-11-081-0/+1
| |/
* | Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2019-11-281-0/+28
|\ \
| * | PCI: iproc: Invalidate PAXB address mapping before programming itAbhishek Shah2019-10-251-0/+28
| |/
* | Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas2019-11-281-29/+179
|\ \
| * | PCI: hv: Avoid a kmemleak false positive caused by the hbus bufferDexuan Cui2019-11-261-3/+21
| * | PCI: hv: Change pci_protocol_version to per-hbusDexuan Cui2019-11-261-12/+10
| * | PCI: hv: Add hibernation supportDexuan Cui2019-11-261-2/+123
| * | PCI: hv: Reorganize the code in preparation of hibernationDexuan Cui2019-11-261-15/+28
| |/
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-11-281-5/+6
|\ \
| * | PCI: dwc: Fix find_next_bit() usageNiklas Cassel2019-10-151-5/+6
| |/
* | Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2019-11-289-210/+315
|\ \
| * | PCI: cadence: Move all files to per-device cadence directoryTom Joseph2019-11-119-47/+52
| * | PCI: cadence: Refactor driver to use as a core libraryTom Joseph2019-11-116-187/+287
| |/
* | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2019-11-281-15/+57
|\ \
| * | PCI: aardvark: Fix big endian supportGrzegorz Jaszczyk2019-10-171-5/+7
| * | PCI: aardvark: Don't rely on jiffies while holding spinlockRemi Pommarel2019-10-151-5/+5
| * | PCI: aardvark: Fix PCI_EXP_RTCTL register configurationRemi Pommarel2019-10-151-4/+9
| * | PCI: aardvark: Wait for endpoint to be ready before training linkRemi Pommarel2019-10-151-0/+8
| * | PCI: aardvark: Use LTSSM state to build link training flagRemi Pommarel2019-10-141-1/+28
| |/
* | Merge branch 'pci/resource'Bjorn Helgaas2019-11-286-10/+10
|\ \
| * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-146-10/+10
| |/
* | PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-213-0/+3
* | x86/PCI: Correct SPDX comment styleKrzysztof Wilczynski2019-11-212-2/+2
|/
* Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-2422-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
| |\ \