Re: [PATCH v7 02/10] dmaengine: Actions: get rid of bit fields from dma descriptor

From: Vinod Koul
Date: Mon Jul 27 2020 - 05:14:09 EST


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