Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] dmaengine: zynqmp_dma: fix race between runtime PM and device removal
@ 2026-06-30  6:48 Golla Nagendra
  2026-06-30  6:48 ` [PATCH 1/2] " Golla Nagendra
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Golla Nagendra @ 2026-06-30  6:48 UTC (permalink / raw)
  To: vkoul, Frank.Li, michal.simek, nagendra.golla, abin.joseph, kees,
	ptsm, sakari.ailus, radhey.shyam.pandey, u.kleine-koenig
  Cc: git, dmaengine, linux-arm-kernel, linux-kernel

This patch series addresses two issues in the zynqmp_dma_remove() function:
 
1. Fix the race condition between runtime PM and device removal where
   pm_runtime_disable() was called after the power state check, leaving
   a window for the runtime PM framework to change state unexpectedly.
 
2. Update the stale kernel doc comment that still references a return
   value after the function was converted to return void.



Golla Nagendra (2):
  dmaengine: zynqmp_dma: fix race between runtime PM and device removal
  dmaengine: zynqmp_dma: fix kernel doc for zynqmp_dma_remove()

 drivers/dma/xilinx/zynqmp_dma.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

-- 
2.49.1



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

end of thread, other threads:[~2026-07-02 16:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30  6:48 [PATCH 0/2] dmaengine: zynqmp_dma: fix race between runtime PM and device removal Golla Nagendra
2026-06-30  6:48 ` [PATCH 1/2] " Golla Nagendra
2026-06-30  7:21   ` Pandey, Radhey Shyam
2026-06-30  6:48 ` [PATCH 2/2] dmaengine: zynqmp_dma: fix kernel doc for zynqmp_dma_remove() Golla Nagendra
2026-06-30  7:28   ` Pandey, Radhey Shyam
2026-07-02 16:03 ` [PATCH 0/2] dmaengine: zynqmp_dma: fix race between runtime PM and device removal Vinod Koul

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