summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-tegra194.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: tegra194: Cleanup unused codeOm Prakash Singh2021-08-041-7/+0
* PCI: tegra194: Don't allow suspend when Tegra PCIe is in EP modeOm Prakash Singh2021-08-041-0/+5
* PCI: tegra194: Disable interrupts before entering L2Om Prakash Singh2021-08-041-0/+10
* PCI: tegra194: Fix MSI-X programmingOm Prakash Singh2021-08-041-1/+1
* PCI: tegra194: Fix handling BME_CHGED eventOm Prakash Singh2021-08-041-15/+15
* Merge tag 'pci-v5.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-081-1/+3
|\
| * PCI: tegra194: Fix tegra_pcie_ep_raise_msi_irq() ill-defined shiftJon Hunter2021-06-291-1/+1
| * PCI: tegra194: Fix host initialization during resumeVidya Sagar2021-06-251-0/+2
* | PCI: tegra194: Fix MCFG quirk build regressionsJon Hunter2021-06-181-120/+18
|/
* Merge branch 'pci/tegra'Bjorn Helgaas2021-05-041-0/+102
|\
| * PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataVidya Sagar2021-04-161-0/+102
* | PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()Dinghao Liu2021-04-081-1/+1
* | PCI: tegra: Constify static structsRikard Falkeborn2021-03-221-2/+2
|/
* PCI: tegra: Fix host link initializationRob Herring2020-12-261-26/+29
* PCI: tegra: Disable LTSSM during L2 entryVidya Sagar2020-12-071-7/+9
* PCI: tegra: Check return value of tegra_pcie_init_controller()Vidya Sagar2020-12-071-1/+5
* PCI: tegra: Continue unconfig sequence even if parts failVidya Sagar2020-12-071-24/+15
* PCI: tegra: Set DesignWare IP versionVidya Sagar2020-12-071-0/+1
* PCI: tegra: Fix ASPM-L1SS advertisement disable codeVidya Sagar2020-12-071-6/+6
* PCI: tegra: Read "dbi" base address to program in application logicVidya Sagar2020-12-011-0/+7
* PCI: tegra: Move "dbi" accesses to post common DWC initializationVidya Sagar2020-12-011-9/+10
* PCI: dwc: Detect number of iATU windowsRob Herring2020-11-191-0/+1
* PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-191-2/+0
* PCI: dwc: Move link handling into common codeRob Herring2020-11-191-1/+0
* PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-191-8/+0
* PCI: dwc: Drop the .set_num_vectors() host opRob Herring2020-11-191-6/+1
* PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-191-22/+0
* Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-10-211-15/+5
|\
| * PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman2020-09-071-15/+5
* | PCI: dwc: Use DBI accessorsRob Herring2020-09-101-6/+4
* | PCI: dwc: Move N_FTS setup to common setupRob Herring2020-09-101-22/+3
* | PCI: dwc: Centralize link gen settingRob Herring2020-09-101-23/+0
* | PCI: dwc/tegra: Use common Designware port logic register definitionsRob Herring2020-09-081-34/+22
* | PCI: dwc: Remove root_bus pointerRob Herring2020-09-081-2/+2
* | PCI: dwc: tegra: Use pci_ops for root config space accessorsRob Herring2020-09-081-14/+16
|/
* PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski2020-08-031-3/+1
* Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2020-06-041-3/+2
|\
| * PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu2020-05-291-3/+2
* | PCI: Check for platform_get_irq() failure consistentlyAman Sharma2020-05-121-2/+2
|/
* PCI: tegra: Print -EPROBE_DEFER error message at debug levelThierry Reding2020-04-021-7/+35
* PCI: tegra: Add support for PCIe endpoint mode in Tegra194Vidya Sagar2020-03-311-15/+665
* PCI: tegra: Fix CLKREQ dependency programmingVidya Sagar2019-10-181-4/+2
* 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-081-0/+1641