Re: [PATCH] dmaengine: dw-axi-dmac: fix __le32 on set of CH_CTL_H_LLI_VALID
From: Vinod Koul
Date: Thu Jul 02 2026 - 12:13:39 EST
On Wed, 17 Jun 2026 09:49:43 +0100, Ben Dooks wrote:
> When writing the lli->ctl_hi, this is an __le32 type so the
> value being orred should be convered to __le32 by cpu_to_le32.
>
> Fixes 1deb96c0fa58a ("dmaegine: dw-axi-dmac: Support device_prep_dma_cyclic()")
> --
> Note, the call to axi_chan_irq_clear() is passing lli->status_lo
> through which is also an __le32 but it does not seem to be set
> anywhere. Is this also a bug?
>
> [...]
Applied, thanks!
[1/1] dmaengine: dw-axi-dmac: fix __le32 on set of CH_CTL_H_LLI_VALID
commit: 89aba9c39bdda8a973a6ffed7c9e93321edcfc16
Best regards,
--
~Vinod