Re: [PATCH 2/2] dmaengine: dw-axi-dmac: add reset control support

From: Philipp Zabel

Date: Mon Oct 13 2025 - 11:41:09 EST


On Mo, 2025-10-13 at 17:56 +0300, Artem Shimko wrote:

[...]
> dw_remove() has axi_dma_suspend() function, which is where the reset assertion
> occurs via reset_control_assert().

It looks to me like dw_remove() is now missing a deassert before
accessing registers, in case the device is removed while runtime
suspended.

regards
Philipp