summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-tegra194.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: tegra194: Move dw_pcie_ep_linkup() to threaded IRQ handlerManivannan Sadhasivam2023-02-141-2/+7
* PCI: Remove unnecessary <linux/of_irq.h> includesBjorn Helgaas2022-11-101-1/+0
* Merge branch 'pci/ctrl/tegra194'Bjorn Helgaas2022-08-041-234/+423
|\
| * PCI: tegra194: Add Tegra234 PCIe supportVidya Sagar2022-07-221-59/+225
| * PCI: tegra194: Extend Endpoint mode supportVidya Sagar2022-07-221-0/+9
| * PCI: tegra194: Fix link up retry sequenceVidya Sagar2022-07-221-1/+1
| * PCI: tegra194: Clean up the exit path for Endpoint modeVidya Sagar2022-07-221-14/+31
| * PCI: tegra194: Enable support for 256 Byte payloadVidya Sagar2022-07-221-0/+13
| * PCI: tegra194: Clear bandwidth management statusVidya Sagar2022-07-221-0/+6
| * PCI: tegra194: Fix Root Port interrupt handlingVidya Sagar2022-07-221-24/+22
| * PCI: tegra194: Find RAS DES PCIe capability offsetVidya Sagar2022-07-221-37/+16
| * Revert "PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcie"Vidya Sagar2022-07-221-111/+111
| * PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep()Miaoqian Lin2022-06-081-0/+1
* | Merge branch 'pci/ctrl/qcom'Bjorn Helgaas2022-08-041-6/+0
|\ \
| * | PCI: dwc: Move GEN3_RELATED DBI definitions to common headerBaruch Siach2022-07-151-6/+0
| |/
* | PCI: dwc: Convert struct pcie_port.msi_irq to an arrayDmitry Baryshkov2022-08-011-1/+1
* | PCI: tegra194: Drop manual DW PCIe controller version setupSerge Semin2022-08-011-1/+0
* | PCI: dwc: Use native DWC IP core version representationSerge Semin2022-08-011-1/+1
* | PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin2022-07-051-11/+11
|/
* PCI: tegra194: Remove unnecessary MSI enable reg save and restoreJisheng Zhang2022-04-111-9/+0
* PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcieFan Fei2022-01-031-111/+111
* 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-281-1/+1
| * PCI: tegra194: Fix host initialization during resumeVidya Sagar2021-06-241-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-251-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