diff options
author | Amit Singh Tomar <amittomer25@gmail.com> | 2020-07-19 23:11:59 +0530 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-07-27 14:43:08 +0530 |
commit | 57937faeed386a1d0617f99157e358ebd510e4cd (patch) | |
tree | aa82ab829c87bafc35e13136f06270de6c811d60 /include/linux | |
parent | bbeeb861971e5af5bea36818334522094878be77 (diff) |
dmaengine: Actions: get rid of bit fields from dma descriptor
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.
Suggested-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Amit Singh Tomar <amittomer25@gmail.com>
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/1595180527-11320-3-git-send-email-amittomer25@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions