commit | af374c24d94b96e524fe7184d24f223bf7dc2677 | [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 | b3f95997cefbfd53dcb02df95dcb03462430bcb6 [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>