summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-3110-41/+781
|\
| * Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2020-01-291-30/+1
| |\
| | * PCI: uniphier: remove module code from built-in driverMasahiro Yamada2020-01-131-30/+1
| * | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2020-01-291-0/+150
| |\ \
| | * | PCI: qcom: Add support for SDM845 PCIe controllerBjorn Andersson2020-01-101-0/+150
| | |/
| * | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2020-01-291-1/+1
| |\ \
| | * | PCI: exynos: Rename Exynos to lowercaseKrzysztof Kozlowski2020-01-131-1/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2020-01-291-3/+3
| |\ \
| | * | PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I2020-01-211-1/+1
| | * | PCI: keystone: Fix outbound region mappingYurii Monakov2020-01-101-1/+1
| | * | PCI: keystone: Fix link training retries initiationYurii Monakov2020-01-101-1/+1
| | |/
| * | PCI: artpec6: Configure FTS with dwc helper functionDilip Kota2020-01-091-7/+1
| * | PCI: dwc: intel: PCIe RC controller driverDilip Kota2020-01-095-0/+625
| |/
* / remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-062-2/+2
|/
* Merge branch 'pci/trivial'Bjorn Helgaas2019-11-281-3/+3
|\
| * PCI: Fix indentationKrzysztof Kozlowski2019-11-211-3/+3
* | Merge branch 'remotes/lorenzo/pci/mmio-dma-ranges'Bjorn Helgaas2019-11-281-20/+9
|\ \
| * | PCI: of: Add inbound resource parsing to helpersRob Herring2019-11-201-1/+2
| * | PCI: dwc: Use pci_parse_request_of_pci_ranges()Rob Herring2019-10-291-20/+8
| |/
* | Merge branch 'remotes/lorenzo/pci/uniphier'Bjorn Helgaas2019-11-281-0/+10
|\ \
| * | PCI: uniphier: Set mode register to host modeKunihiko Hayashi2019-11-211-0/+10
| |/
* | Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2019-11-281-4/+2
|\ \
| * | PCI: tegra: Fix CLKREQ dependency programmingVidya Sagar2019-10-181-4/+2
| |/
* | Merge branch 'remotes/lorenzo/pci/meson'Bjorn Helgaas2019-11-281-27/+109
|\ \
| * | PCI: amlogic: meson: Add support for G12ANeil Armstrong2019-10-151-23/+105
| * | PCI: amlogic: Fix probed clock namesNeil Armstrong2019-10-151-3/+3
| * | PCI: amlogic: Fix reset assertion via gpio descriptorRemi Pommarel2019-10-151-2/+2
| |/
* | 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/dwc'Bjorn Helgaas2019-11-281-5/+6
|\ \
| * | PCI: dwc: Fix find_next_bit() usageNiklas Cassel2019-10-151-5/+6
| |/
* | Merge branch 'pci/resource'Bjorn Helgaas2019-11-285-5/+5
|\ \
| * | PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-145-5/+5
| |/
* / PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-211-0/+1
|/
* Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas2019-09-237-42/+1854
|\
| * 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
* | Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-09-234-9/+8
|\ \
| * | 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
| |/
* | 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
OpenPOWER on IntegriCloud