commit | 9a7ad5e98b8a7047d513c6a89a330a559556cabc | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Mon Jul 06 13:26:23 2020 +0530 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Mon Jul 13 20:58:34 2020 +0530 |
tree | 10b379164ba8280b32d61ba4500a293b4cfffda6 | |
parent | 91b4335f7351cf347016fd247a747468f04861ef [diff] |
soc: ti: k3-ringacc: Add an API to request pair of rings Add new API k3_ringacc_request_rings_pair() to request pair of rings at once, as in the most case Rings are used with DMA channels which required to request pair of rings - one to feed DMA with descriptors (TX/RX FDQ) and one to receive completions (RX/TX CQ). This will allow to simplify Ringacc API users. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>