aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-16/+14
2021-08-05PCI: tegra: make const array err_msg staticChristophe JAILLET1-1/+1
2021-08-05PCI: tegra: Use 'seq_puts' instead of 'seq_printf'Christophe JAILLET1-5/+5
2021-08-05PCI: tegra: Fix OF node reference leakChristophe JAILLET1-5/+8
2021-08-02PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier1-5/+3
2021-07-23PCI: tegra: Remove unused struct tegra_pcie_busKrzysztof Wilczyński1-5/+0
2021-06-24PCI: tegra: Add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-04-20PCI: tegra: Convert to MSI domainsMarc Zyngier1-158/+191
2020-09-28PCI: tegra: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-25/+3
2020-09-07PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman1-20/+5
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas1-6/+2
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas1-25/+4
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-1/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-6/+0
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński1-6/+2
2020-07-28PCI: tegra: Remove PLL power suppliesThierry Reding1-8/+2
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-3/+1
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-20PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet1-32/+0
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-5/+3
2020-07-10PCI: tegra: Use pci_host_probe() to register hostRob Herring1-10/+1
2020-06-01PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-05-11PCI: tegra: Fix reporting GPIO error valuePali Rohár1-2/+2
2020-02-24PCI: tegra: Use pci_parse_request_of_pci_ranges()Rob Herring1-141/+46
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada1-1/+1
2020-01-10PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler1-1/+1
2020-01-10PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf1-1/+1
2019-08-12PCI: tegra: Fix OF node reference leakNishka Dasgupta1-7/+15
2019-07-05PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar1-2/+5
2019-07-05PCI: tegra: Change link retry log level to debugManikanta Maddireddy1-1/+1
2019-07-05PCI: tegra: Add support for GPIO based PERST#Manikanta Maddireddy1-6/+43
2019-06-20PCI: tegra: Put PEX CLK & BIAS pads in DPD modeManikanta Maddireddy1-1/+12
2019-06-20PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of SoC structManikanta Maddireddy1-2/+5
2019-06-20PCI: tegra: Change PRSNT_SENSE IRQ log to debugManikanta Maddireddy1-1/+1
2019-06-20PCI: tegra: Program AFI_CACHE_BAR_{0,1}_{ST,SZ} registers only for Tegra20Manikanta Maddireddy1-5/+13
2019-06-20PCI: tegra: Fix PLLE power down issue due to CLKREQ# signalManikanta Maddireddy1-1/+12
2019-06-20PCI: tegra: Set target speed as Gen1 before starting LTSSMManikanta Maddireddy1-0/+11
2019-06-20PCI: tegra: Update flow control timer frequency in Tegra210Manikanta Maddireddy1-0/+15
2019-06-20PCI: tegra: Add SW fixup for RAW violationsManikanta Maddireddy1-0/+34
2019-06-20PCI: tegra: Increase the deskew retry timeManikanta Maddireddy1-0/+30
2019-06-20PCI: tegra: Enable PCIe xclk clock clampingManikanta Maddireddy1-2/+28
2019-06-20PCI: tegra: Process pending DLL transactions before entering L1 or L2Manikanta Maddireddy1-0/+11
2019-06-20PCI: tegra: Disable AFI dynamic clock gatingManikanta Maddireddy1-2/+4
2019-06-20PCI: tegra: Enable opportunistic UpdateFC and ACKManikanta Maddireddy1-1/+9
2019-06-20PCI: tegra: Program UPHY electrical settings for Tegra210Manikanta Maddireddy1-0/+107
2019-06-20PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capabilityManikanta Maddireddy1-0/+15
2019-06-20PCI: tegra: Add PCIe Gen2 link speed supportManikanta Maddireddy1-0/+64
2019-06-20PCI: tegra: Fix PCIe host power up sequenceManikanta Maddireddy1-22/+30
2019-06-20PCI: tegra: Mask AFI_INTR in runtime suspendManikanta Maddireddy1-0/+15
2019-06-20PCI: tegra: Rearrange Tegra PCIe driver functionsManikanta Maddireddy1-40/+30