Re: [PATCH v7 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-07-27 09:14:07
Also in:
dmaengine, lkml
From: Vinod Koul <vkoul@kernel.org>
Date: 2020-07-27 09:14:07
Also in:
dmaengine, lkml
On 19-07-20, 23:11, Amit Singh Tomar wrote:
At the moment, Driver uses bit fields to describe registers of the DMA descriptor structure that makes it less portable and maintainable, and Andre suugested(and even sketched important bits for it) to make use of array to describe this DMA descriptors instead. It gives the flexibility while extending support for other platform such as Actions S700. This commit removes the "owl_dma_lli_hw" (that includes bit-fields) and uses array to describe DMA descriptor.
Applied, thanks -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel