Re: [PATCH 1/1] dmaengine: amd: qdma: Remove using the private get and set dma_ops APIs
From: Christoph Hellwig
Date: Wed Sep 18 2024 - 01:22:39 EST
On Tue, Sep 17, 2024 at 09:17:40AM -0700, Lizhi Hou wrote:
> The get_dma_ops and set_dma_ops APIs were never for driver to use. Remove
> these calls from QDMA driver. Instead, pass the DMA device pointer from the
> qdma_platdata structure.
>
> Fixes: 73d5fc92a11c ("dmaengine: amd: qdma: Add AMD QDMA driver")
> Signed-off-by: Lizhi Hou <lizhi.hou@xxxxxxx>
>From the DMA point of view this looks good:
Reviewed-by: Christoph Hellwig <hch@xxxxxx>