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

2020-07-12 Thread Manivannan Sadhasivam
On Thu, Jul 02, 2020 at 08:22:48PM +0530, 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 de

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

2020-07-02 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