summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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/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
| |/
* | 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
|/
* Merge branch 'pci/trivial'Bjorn Helgaas2019-07-122-2/+2
|\
| * PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-092-2/+2
* | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2019-07-121-61/+54
|\ \
| * | PCI: qcom: Ensure that PERST is asserted for at least 100 msNiklas Cassel2019-05-301-0/+2
| * | PCI: qcom: Add QCS404 PCIe controller supportBjorn Andersson2019-05-291-26/+38
| * | PCI: qcom: Use clk bulk API for 2.4.0 controllersBjorn Andersson2019-05-291-37/+16
| |/
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2019-07-125-35/+80
|\ \
| * | PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIBYueHaibing2019-07-091-0/+1
| * | PCI: imx6: Simplify Kconfig depends onLeonard Crestez2019-07-051-1/+1
| * | PCI: dwc: Export APIs to support .remove() implementationVidya Sagar2019-06-272-0/+8
| * | PCI: dwc: Cleanup DBI,ATU read and write APIsVidya Sagar2019-06-272-34/+57
| * | PCI: dwc: Add API support to de-initialize hostVidya Sagar2019-06-272-0/+13
| |/
* / PCI: armada8k: Add PHYs supportMiquel Raynal2019-06-171-1/+81
|/
* Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2019-05-133-3/+10
|\
| * PCI: dwc: layerscape: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-04-011-0/+1
| * PCI: uniphier: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-03-291-3/+8
| * PCI: dwc: pci-dra7xx: Fix a leaked reference by adding missing of_node_put()Wen Yang2019-03-291-0/+1
* | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2019-05-1310-353/+835
|\ \
| * | PCI: designware-ep: Use aligned ATU window for raising MSI interruptsKishon Vijay Abraham I2019-05-011-2/+5
| * | PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest sizeKishon Vijay Abraham I2019-05-011-0/+34
| * | PCI: keystone: Add support for PCIe EP in AM654x PlatformsKishon Vijay Abraham I2019-05-012-37/+240
| * | PCI: dwc: Add callbacks for accessing dbi2 address spaceKishon Vijay Abraham I2019-04-162-2/+41
| * | PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offsetKishon Vijay Abraham I2019-04-161-5/+5
| * | PCI: dwc: Add const qualifier to struct dw_pcie_ep_opsKishon Vijay Abraham I2019-04-155-5/+5
| * | PCI: keystone: Add support to set the max link speed from DTKishon Vijay Abraham I2019-04-151-0/+35
| * | PCI: keystone: Invoke phy_reset() API before enabling PHYKishon Vijay Abraham I2019-04-151-0/+4