[PATCH 0/2] dmaengine: zynqmp_dma: fix race between runtime PM and device removal

From: Golla Nagendra

Date: Tue Jun 30 2026 - 02:52:58 EST


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