commit | b19093fba739e1c1a5532f107d01ab62960ae981 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Oct 07 12:11:12 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 18 13:40:40 2022 -0400 |
tree | fd424a5e02b3c587ddcf09785993ff430729038a | |
parent | afea0a2b55b8219fa2a95625ba5944b776dc5c11 [diff] |
dma: ti-edma3: Add DMA map operations before and after transfers We should clean the caches before any DMA operation and clean+invalidate after. This matches what the DMA framework does for us already but adds it to the two functions here in this driver that don't yet go through the new DMA framework. Signed-off-by: Andrew Davis <afd@ti.com>