[PATCH v3] dmaengine: zynqmp_dma: Add shutdown operation support

Vinod Koul vkoul at kernel.org
Wed Aug 20 10:42:21 PDT 2025


On Tue, 22 Jul 2025 12:32:55 +0530, Abin Joseph wrote:
> Add shutdown callback to ensure that DMA operations are properly stopped
> and resources are released during system shutdown or kexec operations.
> Fix incorrect PM state handling in the remove function that was causing
> clock disable warnings during the shutdown operations, which was not
> implemented earlier. The original logic used pm_runtime_enabled() check
> after calling the pm_runtime_disable(), would always evaluate to true
> after the disable call, which leads to unconditionally calling the
> runtime_suspend regardless of the device's actual power state.
> 
> [...]

Applied, thanks!

[1/1] dmaengine: zynqmp_dma: Add shutdown operation support
      commit: 72dd8b2914b5db1dccf902971c2ea6b541711b28

Best regards,
-- 
~Vinod





More information about the linux-arm-kernel mailing list