[GIT PULL 2/4] soc/tegra: Changes for v6.20-rc1
Thierry Reding
thierry.reding at gmail.com
Sun Jan 18 00:03:01 PST 2026
Hi ARM SoC maintainers,
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-6.20-soc
for you to fetch changes up to 70f752ebb08c85a5ea19471a5aaf26263e53dcb0:
soc/tegra: pmc: Add PMC contextual functions (2026-01-18 08:48:30 +0100)
Thanks,
Thierry
----------------------------------------------------------------
soc/tegra: Changes for v6.20-rc1
This series primarily refactors the Tegra PMC driver to eliminate
reliance on a global variable, transitioning to passing the tegra_pmc
context explicitly across clocks, powergates, sysfs/debugfs interfaces,
and power management callbacks. Additionally, it resolves a warning
during system resume by deferring an unsafe generic_handle_irq() call to
a hard IRQ context using irq_work.
----------------------------------------------------------------
Prathamesh Shete (1):
soc/tegra: pmc: Fix unsafe generic_handle_irq() call
Thierry Reding (10):
soc/tegra: pmc: Use contextual data instead of global variable
soc/tegra: pmc: Pass struct tegra_pmc to tegra_powergate_state()
soc/tegra: pmc: Store PMC context in clocks
soc/tegra: pmc: Embed reboot notifier in PMC context
soc/tegra: pmc: Pass PMC context via sys-off callback data
soc/tegra: pmc: Pass PMC context as debugfs data
soc/tegra: pmc: Use PMC context embedded in powergates
soc/tegra: pmc: Use driver-private data
soc/tegra: pmc: Do not rely on global variable
soc/tegra: pmc: Add PMC contextual functions
drivers/soc/tegra/pmc.c | 425 ++++++++++++++++++++++++++++++++++++------------
include/soc/tegra/pmc.h | 60 ++++++-
2 files changed, 384 insertions(+), 101 deletions(-)
More information about the linux-arm-kernel
mailing list