dmaengine: fsl-edma: configure tcd attr with separate src and dst settings
authorHan Xu <han.xu@nxp.com>
Wed, 19 Nov 2025 16:32:55 +0000 (10:32 -0600)
committerVinod Koul <vkoul@kernel.org>
Fri, 21 Nov 2025 12:14:28 +0000 (17:44 +0530)
commit1ecd8b6016c07da162175c708666762e058a0b29
tree1a1895357c216c5eaab6da4126880d4edf944c7f
parentcd3ba117688f7694f000293fd5c034f9f842dbb2
dmaengine: fsl-edma: configure tcd attr with separate src and dst settings

Set the edma tcd transfer attribution settings for the src and dst based
on their respective dma_addr values, to remove the previous 32-byte
alignment limitation in the EDMA memcpy function.

Signed-off-by: Han Xu <han.xu@nxp.com>
Reviewed-by: Frank Li <Frank.Li@nxp.com>
Link: https://patch.msgid.link/20251119163255.502070-1-han.xu@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/fsl-edma-common.c