summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
12 dayssoc/tegra: pmc: Ensure power-domains are in a known stateJon Hunter1-22/+29
2025-07-29Merge tag 'pmdomain-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds1-7/+19
2025-07-29Merge tag 'soc-defconfig-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+0
2025-07-21Merge tag 'tegra-for-6.17-soc' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann5-190/+732
2025-07-09soc/tegra: cbb: Add support for CBB fabrics in Tegra254Sumit Gupta1-0/+58
2025-07-09soc/tegra: cbb: Add support for CBB fabrics in Tegra264Sumit Gupta1-0/+279
2025-07-09soc/tegra: cbb: Support HW lookup to get timed out target addressSumit Gupta1-5/+36
2025-07-09soc/tegra: cbb: Improve handling for per SoC fabric dataSumit Gupta1-108/+131
2025-07-09soc/tegra: cbb: Make error interrupt enable and status per SoCSumit Gupta1-2/+20
2025-07-09soc/tegra: cbb: Change master/slave to initiator/targetSumit Gupta2-119/+120
2025-07-09soc/tegra: cbb: Clear ERR_FORCE register with ERR_STATUSSumit Gupta1-0/+2
2025-07-09soc/tegra: pmc: Opt-out from genpd's common ->sync_state() supportUlf Hansson1-7/+19
2025-07-08soc: Use dev_fwnode()Jiri Slaby (SUSE)1-2/+1
2025-07-07arm64: defconfig: Enable Tegra HSP and BPMPThierry Reding1-9/+0
2025-07-07soc/tegra: Add Tegra264 APBMISC compatible stringThierry Reding1-0/+1
2025-07-07soc/tegra: pmc: Add Tegra264 supportThierry Reding1-0/+121
2025-07-07soc/tegra: Enable support for Tegra264Thierry Reding1-0/+8
2025-05-16soc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)1-2/+3
2025-03-06soc/tegra: pmc: Use str_enable_disable-like helpersKrzysztof Kozlowski1-1/+2
2025-01-10soc/tegra: fuse: Update Tegra234 nvmem keepout listKartik Rajput1-6/+11
2025-01-10soc/tegra: Fix spelling error in tegra234_lookup_slave_timeout()liujing1-1/+1
2025-01-09soc/tegra: cbb: Drop unnecessary debugfs error handlingKrzysztof Kozlowski1-16/+4
2024-11-01soc: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-08-29soc/tegra: pmc: Simplify with scoped for each OF child loopJinjie Ruan1-8/+4
2024-07-08Merge tag 'tegra-for-6.11-soc' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann1-6/+2
2024-06-27soc/tegra: pmc: Simplify resource lookupJon Hunter1-6/+2
2024-06-06mm/util: Swap kmemdup_array() argumentsJean-Philippe Brucker1-2/+2
2024-04-26soc/tegra: pmc: Add EQOS wake event for Tegra194 and Tegra234Jon Hunter1-0/+2
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