commit | ddcf5318af45a90d60be96e16b3653de5fa26965 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Mon Jul 06 13:26:27 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Jul 13 20:58:34 2020 +0530 |
tree | 6214d7bf045e73c558dd41c25106fee57a402525 | |
parent | 7be5121719c3e7384591c3c7f9e21f034031064c [diff] |
dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair We only request ring pairs via K3 DMA driver, switch to use the new k3_ringacc_request_rings_pair() to simplify the code. As a good side effect, all boot stages now use exposed RING mode which avoid maintaining proxy mode for 32 bit R5 core. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>