commit | 4a207b8e7c38717118b334a2d384d2b7578dbd7a | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Fri Jan 06 12:02:50 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 12:51:27 2023 -0500 |
tree | a5b2084b1e5cef41efea6564614a00e663e15681 | |
parent | fe7e88edabeace2faaed0e7887424a52b8fccc75 [diff] |
common: bouncebuf: Use dma-mapping for cache ops This matches how this would be done in Linux and these functions do the alignment for us which makes the code look cleaner. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>