]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
dmaengine: qcom: gpi: set DMA_PRIVATE capability
authorIcenowy Zheng <zhengxingda@iscas.ac.cn>
Tue, 2 Jun 2026 07:03:44 +0000 (15:03 +0800)
committerVinod Koul <vkoul@kernel.org>
Mon, 8 Jun 2026 11:32:21 +0000 (17:02 +0530)
commit4e351f408743354d54ee1af5193fc78234f2044e
tree358f4b04351994836728e01582d1922a7955ecd1
parentcc4fea19daeb0460fe3569e0a2d523f427b2bac1
dmaengine: qcom: gpi: set DMA_PRIVATE capability

The GPI DMA controller is only responsible for QUP peripherals, and
cannot work as a general-purpose DMA accelerator.

Set DMA_PRIVATE capability for it.

This fixes error messages about GPI being shown when an async-tx
consumer is loaded.

Fixes: 5d0c3533a19f ("dmaengine: qcom: Add GPI dma driver")
Signed-off-by: Icenowy Zheng <zhengxingda@iscas.ac.cn>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://patch.msgid.link/20260602070344.3707256-1-zhengxingda@iscas.ac.cn
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/qcom/gpi.c