summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/pci-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: tegra: Convert to platform remove callback returning voidUwe Kleine-König2023-06-241-4/+2
* PCI: Use of_property_present() for testing DT property presenceRob Herring2023-04-181-2/+2
* Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2023-02-241-4/+1
|\
| * PCI: tegra: Convert to devm_of_phy_optional_get()Geert Uytterhoeven2023-02-031-4/+1
* | PCI: Remove MODULE_LICENSE so boolean drivers don't look like modulesNick Alcock2023-02-171-1/+0
|/
* Merge tag 'pci-v6.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-141-4/+5
|\
| * PCI: tegra: Switch to using devm_fwnode_gpiod_getDmitry Torokhov2022-10-271-4/+5
* | Revert "PCI: tegra: Use PCI_CONF1_EXT_ADDRESS() macro"Jon Hunter2022-10-171-3/+8
|/
* PCI: tegra: Use PCI_CONF1_EXT_ADDRESS() macroPali Rohár2022-09-291-8/+3
* PCI: Convert to new *_PM_OPS macrosBjorn Helgaas2022-07-271-5/+4
* PCI: Add defines for normal and subtractive PCI bridgesPali Rohár2022-02-171-1/+1
* Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas2021-09-021-16/+14
|\
| * PCI: tegra: make const array err_msg staticChristophe JAILLET2021-08-051-1/+1
| * PCI: tegra: Use 'seq_puts' instead of 'seq_printf'Christophe JAILLET2021-08-051-5/+5
| * PCI: tegra: Fix OF node reference leakChristophe JAILLET2021-08-051-5/+8
| * PCI: tegra: Remove unused struct tegra_pcie_busKrzysztof Wilczyński2021-07-231-5/+0
* | PCI: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-021-5/+3
|/
* PCI: tegra: Add missing MODULE_DEVICE_TABLEZou Wei2021-06-241-0/+1
* PCI: tegra: Convert to MSI domainsMarc Zyngier2021-04-201-158/+191
* PCI: tegra: Convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-281-25/+3
* PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman2020-09-071-20/+5
* Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-051-6/+2
|\
| * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-031-6/+2
* | Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-051-25/+4
|\ \
| * | PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-041-1/+0
| * | PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-041-6/+0
| * | PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-231-3/+1
| * | PCI: Set default bridge parent deviceRob Herring2020-07-231-1/+0
| * | PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-101-5/+3
| * | PCI: tegra: Use pci_host_probe() to register hostRob Herring2020-07-101-10/+1
| |/
* | PCI: tegra: Remove PLL power suppliesThierry Reding2020-07-281-8/+2
* | PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet2020-07-201-32/+0
|/
* PCI: tegra: Fix runtime PM imbalance on errorDinghao Liu2020-06-011-2/+1
* PCI: tegra: Fix reporting GPIO error valuePali Rohár2020-05-111-2/+2
* PCI: tegra: Use pci_parse_request_of_pci_ranges()Rob Herring2020-02-241-141/+46
* treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada2020-02-041-1/+1
* PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30Marcel Ziswiler2020-01-101-1/+1
* PCI: tegra: Fix return value check of pm_runtime_get_sync()David Engraf2020-01-101-1/+1
* PCI: tegra: Fix OF node reference leakNishka Dasgupta2019-08-121-7/+15
* PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30Vidya Sagar2019-07-051-2/+5
* PCI: tegra: Change link retry log level to debugManikanta Maddireddy2019-07-051-1/+1
* PCI: tegra: Add support for GPIO based PERST#Manikanta Maddireddy2019-07-051-6/+43
* PCI: tegra: Put PEX CLK & BIAS pads in DPD modeManikanta Maddireddy2019-06-201-1/+12
* PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of SoC structManikanta Maddireddy2019-06-201-2/+5
* PCI: tegra: Change PRSNT_SENSE IRQ log to debugManikanta Maddireddy2019-06-201-1/+1
* PCI: tegra: Program AFI_CACHE_BAR_{0,1}_{ST,SZ} registers only for Tegra20Manikanta Maddireddy2019-06-201-5/+13
* PCI: tegra: Fix PLLE power down issue due to CLKREQ# signalManikanta Maddireddy2019-06-201-1/+12
* PCI: tegra: Set target speed as Gen1 before starting LTSSMManikanta Maddireddy2019-06-201-0/+11
* PCI: tegra: Update flow control timer frequency in Tegra210Manikanta Maddireddy2019-06-201-0/+15
* PCI: tegra: Add SW fixup for RAW violationsManikanta Maddireddy2019-06-201-0/+34