summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
2024-02-16soc/tegra: pmc: Add SD wake event for Tegra234Prathamesh Shete1-1/+2
2024-02-16soc/tegra: pmc: Update scratch as an optional aperturePetlozu Pravareshwar1-9/+17
2024-02-16soc/tegra: pmc: Update address mapping sequence for PMC aperturesPetlozu Pravareshwar1-14/+20
2024-02-01soc/tegra: Fix build failure on Tegra241Arnd Bergmann1-1/+2
2024-02-01soc/tegra: fuse: Fix crash in tegra_fuse_readl()Jon Hunter1-0/+3
2024-02-01soc/tegra: fuse: Define tegra194_soc_attr_group for Tegra241Kartik2-2/+4
2024-02-01soc/tegra: fuse: Add support for Tegra241Kartik5-0/+35
2024-02-01soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234Kartik1-3/+49
2024-02-01soc/tegra: fuse: Add function to print SKU infoKartik1-6/+11
2024-02-01soc/tegra: fuse: Add function to add lookupsKartik1-8/+17
2024-02-01soc/tegra: fuse: Add tegra_acpi_init_apbmisc()Kartik2-0/+73
2024-02-01soc/tegra: fuse: Refactor resource mappingKartik1-16/+21
2024-02-01soc/tegra: fuse: Use dev_err_probe for probe failuresKartik1-13/+4
2024-02-01soc/tegra: pmc: Remove some old and deprecated functions and constantsChristophe JAILLET1-24/+0
2023-11-02Merge tag 'soc-drivers-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+2
2023-10-13soc/tegra: pmc: Drop the ->opp_to_performance_state() callbackUlf Hansson1-8/+0
2023-10-12soc/tegra: cbb: tegra194-cbb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-05pmdomain: tegra: Move Kconfig option to the pmdomain subsystemUlf Hansson1-5/+0
2023-08-12Merge tag 'tegra-for-6.6-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann7-27/+9
2023-07-27soc/tegra: cbb: Remove unnecessary print function dev_err()Jiapeng Chong1-6/+2
2023-07-27soc/tegra: fuse: Sort includes alphabeticallyThierry Reding1-2/+2
2023-07-21soc/tegra: fuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-6/+3
2023-07-21soc/tegra: Explicitly include correct DT includesRob Herring5-13/+2
2023-07-14soc: tegra: Move powergate-bpmp driver to the genpd dirUlf Hansson2-362/+0
2023-07-01Merge tag 'pinctrl-v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+1
2023-06-09soc/tegra: pmc: Use devm_clk_notifier_register()Thierry Reding1-2/+2
2023-06-09soc/tegra: pmc: Simplify debugfs initializationThierry Reding1-22/+4
2023-06-09pinctrl: tegra: Add Tegra234 pinmux driverPrathamesh Shete1-0/+1
2023-06-08soc/tegra: fuse: Fix Tegra234 fuse sizeKartik1-1/+1
2023-06-08soc/tegra: pmc: Add AON SW Wake support for Tegra234Viswanath L1-0/+1
2023-05-16soc/tegra: fuse: Add support for Tegra264Stefan Kristiansson1-1/+2
2023-04-05soc/tegra: fuse: Remove nvmem root only accessKartik1-2/+2
2023-04-05soc/tegra: cbb: tegra194: Use of_address_count() helperYang Yingliang1-3/+1
2023-04-05soc/tegra: cbb: Remove MODULE_LICENSE in non-modulesNick Alcock2-2/+0
2023-04-05soc/tegra: flowctrl: Use devm_platform_get_and_ioremap_resource()Ye Xingchen1-3/+1
2023-04-05soc: tegra: cbb: Drop empty platform remove functionUwe Kleine-König1-6/+0
2023-04-03soc/tegra: pmc: Support software wake-up for SPEPetlozu Pravareshwar1-0/+22
2023-04-03soc/tegra: pmc: Add wake source interrupt for MGBESushil Singh1-1/+2
2023-04-03soc/tegra: pmc: Add the PMIC wake event for Tegra234Jon Hunter1-0/+1
2023-04-03soc/tegra: bpmp: Actually free memory on error pathMikko Perttunen1-1/+1
2023-03-23soc/tegra: cbb: remove linux/version.hMuhammad Usama Anjum3-3/+0
2022-12-20Merge tag 'soc-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2022-12-19soc: tegra: fix CPU_BIG_ENDIAN dependenciesArnd Bergmann1-0/+3
2022-11-18soc/tegra: cbb: Remove redundant dev_err callShang XiaoJing1-3/+1
2022-11-18soc/tegra: cbb: Use DEFINE_SHOW_ATTRIBUTE to simplify tegra_cbb_errLiu Shixin1-12/+1
2022-11-11soc/tegra: cbb: Check firewall before enabling error reportingSumit Gupta1-2/+81
2022-11-11soc/tegra: cbb: Add checks for potential out of bound errorsSumit Gupta1-2/+40
2022-11-11soc/tegra: cbb: Update slave maps for Tegra234Sumit Gupta1-21/+13
2022-11-11soc/tegra: cbb: Use correct master_id mask for CBB NOC in Tegra194Sumit Gupta2-14/+13
2022-11-11soc/tegra: fuse: Use platform info with SoC revisionKartik2-2/+21