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

2020-07-27 Thread Vinod Koul
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 descri

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

2020-07-19 Thread Amit Singh Tomar
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 extend