summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-tegra194.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-21Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-15/+5
2020-09-10PCI: dwc: Use DBI accessorsRob Herring1-6/+4
2020-09-10PCI: dwc: Move N_FTS setup to common setupRob Herring1-22/+3
2020-09-10PCI: dwc: Centralize link gen settingRob Herring1-23/+0
2020-09-08PCI: dwc/tegra: Use common Designware port logic register definitionsRob Herring1-34/+22
2020-09-08PCI: dwc: Remove root_bus pointerRob Herring1-2/+2
2020-09-08PCI: dwc: tegra: Use pci_ops for root config space accessorsRob Herring1-14/+16
2020-09-07PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman1-15/+5
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski1-3/+1
2020-06-04Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-3/+2
2020-05-29PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-05-12PCI: Check for platform_get_irq() failure consistentlyAman Sharma1-2/+2
2020-04-02PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding1-7/+35
2020-03-31PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar1-15/+665
2019-10-18PCI: tegra: Fix CLKREQ dependency programmingVidya Sagar1-4/+2
2019-09-20PCI: tegra: Add support to enable slot regulatorsVidya Sagar1-0/+83
2019-09-20PCI: tegra: Add support to configure sideband pinsVidya Sagar1-2/+10
2019-09-08PCI: tegra: Add Tegra194 PCIe supportVidya Sagar1-0/+1641