public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add runtime PM support to K3 UDMA and K3 INTA
@ 2026-04-29 17:49 Rahul Sharma
  2026-04-29 17:49 ` [PATCH 1/2] dma: ti: k3-udma: enable runtime PM support Rahul Sharma
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rahul Sharma @ 2026-04-29 17:49 UTC (permalink / raw)
  To: peter.ujfalusi, vkoul, Frank.Li, nm, kristo, ssantosh, tglx
  Cc: linux-arm-kernel, dmaengine, linux-kernel

This series adds runtime PM support to the TI K3 UDMA DMA engine driver
and the TI SCI Interrupt Aggregator (INTA) irqchip driver on K3 SoCs.

Runtime PM callbacks are registered via SET_RUNTIME_PM_OPS and enabled
in probe via devm_pm_runtime_enable(). System sleep is handled by
delegating to pm_runtime_force_suspend/resume as late/early sleep ops,
keeping the PM runtime state machine consistent across system sleep
transitions and ensuring correct sequencing with power domain restoration
by genpd.

Rahul Sharma (2):
  dma: ti: k3-udma: enable runtime PM support
  irqchip: ti-sci-inta: add runtime PM and system sleep support

 drivers/dma/ti/k3-udma.c          | 46 ++++++++++++++++++++++-------
 drivers/irqchip/irq-ti-sci-inta.c | 49 +++++++++++++++++++++++++++++++
 2 files changed, 85 insertions(+), 10 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-04-30  6:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-29 17:49 [PATCH 0/2] Add runtime PM support to K3 UDMA and K3 INTA Rahul Sharma
2026-04-29 17:49 ` [PATCH 1/2] dma: ti: k3-udma: enable runtime PM support Rahul Sharma
2026-04-29 17:49 ` [PATCH 2/2] irqchip: ti-sci-inta: add runtime PM and system sleep support Rahul Sharma
2026-04-30  6:11 ` [PATCH 0/2] Add runtime PM support to K3 UDMA and K3 INTA Rahul Sharma

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox