commit | 0782621cf710ae0653d76e59eea182b3f7f5ae3e | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Mon Jul 06 13:26:25 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Jul 13 20:58:34 2020 +0530 |
tree | 883182aacae49b0c9b327359ca186da6072b207b | |
parent | b627aadc953fd085a31b69e9daac4685578d3bf5 [diff] |
dma: ti: k3-udma: Introduce udma_chan_config struct Encapsulate channel configuration in a separate struct so as to ease resetting of these fields with memset() and also to increase readability of the code. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>