commit | b75ca26b227a6fef9d5fffb9738655cbcbd8379b | [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 | 9787ecfd0d8fbfd1835a8afe4fe815cad7e7e46b [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>