summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-5/+5
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook2-5/+5
2026-01-18soc/tegra: pmc: Add PMC contextual functionsThierry Reding1-14/+160
2026-01-18soc/tegra: pmc: Do not rely on global variableThierry Reding1-1/+3
2026-01-18soc/tegra: pmc: Use driver-private dataThierry Reding1-0/+2
2026-01-18soc/tegra: pmc: Use PMC context embedded in powergatesThierry Reding1-10/+24
2026-01-18soc/tegra: pmc: Pass PMC context as debugfs dataThierry Reding1-1/+2
2026-01-18soc/tegra: pmc: Pass PMC context via sys-off callback dataThierry Reding1-5/+11
2026-01-18soc/tegra: pmc: Embed reboot notifier in PMC contextThierry Reding1-7/+10
2026-01-18soc/tegra: pmc: Store PMC context in clocksThierry Reding1-20/+26
2026-01-18soc/tegra: pmc: Pass struct tegra_pmc to tegra_powergate_state()Thierry Reding1-12/+9
2026-01-18soc/tegra: pmc: Use contextual data instead of global variableThierry Reding1-0/+4
2026-01-18soc/tegra: pmc: Fix unsafe generic_handle_irq() callPrathamesh Shete1-30/+74
2025-12-06Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-32/+73
2025-11-27soc: tegra: Simplify with of_machine_device_match()Krzysztof Kozlowski1-11/+1
2025-11-25Merge tag 'tegra-for-6.19-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann4-25/+63
2025-11-14soc/tegra: pmc: Add USB wake events for Tegra234Haotien Hsu1-0/+7
2025-11-14soc/tegra: pmc: Document tegra_pmc.syscore fieldThierry Reding1-0/+1
2025-11-14soc/tegra: pmc: Don't fail if "aotag" is not presentPrathamesh Shete1-3/+10
2025-11-14soc/tegra: fuse: speedo-tegra210: Add SoC speedo 2Aaron Kling1-0/+1
2025-11-14soc/tegra: fuse: speedo-tegra210: Update speedo IDsAaron Kling1-19/+43
2025-11-14soc/tegra: Resolve a spelling error in the tegra194-cbb.cBruno Sobreira França1-1/+1
2025-11-14soc/tegra: fuse: Do not register SoC device on ACPI bootKartik Rajput1-2/+0
2025-11-14syscore: Pass context data to callbacksThierry Reding1-7/+10
2025-10-02Merge tag 'soc-drivers-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+122
2025-10-01Merge tag 'pinctrl-v6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-09-15Merge tag 'tegra-for-6.18-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+122
2025-09-11soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookupsSvyatoslav Ryhel1-0/+122
2025-08-19pinctrl: tegra: Add Tegra186 pinmux driverAaron Kling1-0/+1
2025-08-11soc/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