summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra/pmc.c
AgeCommit message (Expand)Author
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-18soc/tegra: pmc: Add PMC contextual functionsThierry Reding
2026-01-18soc/tegra: pmc: Do not rely on global variableThierry Reding
2026-01-18soc/tegra: pmc: Use driver-private dataThierry Reding
2026-01-18soc/tegra: pmc: Use PMC context embedded in powergatesThierry Reding
2026-01-18soc/tegra: pmc: Pass PMC context as debugfs dataThierry Reding
2026-01-18soc/tegra: pmc: Pass PMC context via sys-off callback dataThierry Reding
2026-01-18soc/tegra: pmc: Embed reboot notifier in PMC contextThierry Reding
2026-01-18soc/tegra: pmc: Store PMC context in clocksThierry Reding
2026-01-18soc/tegra: pmc: Pass struct tegra_pmc to tegra_powergate_state()Thierry Reding
2026-01-18soc/tegra: pmc: Use contextual data instead of global variableThierry Reding
2026-01-18soc/tegra: pmc: Fix unsafe generic_handle_irq() callPrathamesh Shete
2025-11-25Merge tag 'tegra-for-6.19-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann
2025-11-14soc/tegra: pmc: Add USB wake events for Tegra234Haotien Hsu
2025-11-14soc/tegra: pmc: Document tegra_pmc.syscore fieldThierry Reding
2025-11-14soc/tegra: pmc: Don't fail if "aotag" is not presentPrathamesh Shete
2025-11-14syscore: Pass context data to callbacksThierry Reding
2025-08-11soc/tegra: pmc: Ensure power-domains are in a known stateJon Hunter
2025-07-29Merge tag 'pmdomain-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/u...Linus Torvalds
2025-07-21Merge tag 'tegra-for-6.17-soc' of https://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2025-07-09soc/tegra: pmc: Opt-out from genpd's common ->sync_state() supportUlf Hansson
2025-07-08soc: Use dev_fwnode()Jiri Slaby (SUSE)
2025-07-07soc/tegra: pmc: Add Tegra264 supportThierry Reding
2025-05-16soc: Switch to irq_domain_create_*()Jiri Slaby (SUSE)
2025-03-06soc/tegra: pmc: Use str_enable_disable-like helpersKrzysztof Kozlowski
2024-08-29soc/tegra: pmc: Simplify with scoped for each OF child loopJinjie Ruan
2024-06-27soc/tegra: pmc: Simplify resource lookupJon Hunter
2024-04-26soc/tegra: pmc: Add EQOS wake event for Tegra194 and Tegra234Jon Hunter
2024-02-16soc/tegra: pmc: Add SD wake event for Tegra234Prathamesh Shete
2024-02-16soc/tegra: pmc: Update scratch as an optional aperturePetlozu Pravareshwar
2024-02-16soc/tegra: pmc: Update address mapping sequence for PMC aperturesPetlozu Pravareshwar
2024-02-01soc/tegra: pmc: Remove some old and deprecated functions and constantsChristophe JAILLET
2023-10-13soc/tegra: pmc: Drop the ->opp_to_performance_state() callbackUlf Hansson
2023-06-09soc/tegra: pmc: Use devm_clk_notifier_register()Thierry Reding
2023-06-09soc/tegra: pmc: Simplify debugfs initializationThierry Reding
2023-06-08soc/tegra: pmc: Add AON SW Wake support for Tegra234Viswanath L
2023-04-03soc/tegra: pmc: Support software wake-up for SPEPetlozu Pravareshwar
2023-04-03soc/tegra: pmc: Add wake source interrupt for MGBESushil Singh
2023-04-03soc/tegra: pmc: Add the PMIC wake event for Tegra234Jon Hunter
2022-11-10soc/tegra: pmc: Process wake events during resumePetlozu Pravareshwar
2022-11-10soc/tegra: pmc: Fix dual edge triggered wakesPetlozu Pravareshwar
2022-11-10soc/tegra: pmc: Add I/O pad table for Tegra234Petlozu Pravareshwar
2022-09-15soc/tegra: pmc: Check device node status propertyPetlozu Pravareshwar
2022-09-15soc/tegra: pmc: Use devm_clk_get_optional()Christophe JAILLET
2022-09-15soc/tegra: pmc: Add USB port wake events for Tegra194Thierry Reding
2022-09-15soc/tegra: pmc: Add support for simple wake eventsThierry Reding
2022-09-15soc/tegra: pmc: Remove leading spaceThierry Reding
2022-07-08OPP: Make dev_pm_opp_set_regulators() accept NULL terminated listViresh Kumar
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds