commit | c5b3e5cd3d573bd3615c09f1aaa19291608e2093 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Wed Aug 16 17:05:55 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Aug 24 13:47:44 2023 -0400 |
tree | d33747464a80f321ea3feac3de85ddfb65d1c2a9 | |
parent | 12675cb100a860ec7f8fe6df36bb0f7602797e29 [diff] |
ufs: Implement cache management Add function to flush and invalidate cache over request and response queue entries, and perform flush and optional invalidate over block layer data that are passed into the UFS layer. This makes it possible to use UFS with caches enabled. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Tested-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>