commit | e073640f86aaed63acb6e3a9677a61aacad458e3 | [log] [tgz] |
---|---|---|
author | Bhupesh Sharma <bhupesh.sharma@linaro.org> | Mon Aug 14 11:58:20 2023 +0530 |
committer | Neil Armstrong <neil.armstrong@linaro.org> | Thu Jul 11 10:18:35 2024 +0200 |
tree | d716d7b074b4cc8a5ef09fb2cd58b6d2a0999371 | |
parent | f36c32f99819dd01c940e5118e13d65fff944f74 [diff] |
ufs: Add missing memory barriers Add missing wmb() and mb() barriers in the u-boot UFS core framework driver to allow registers updates to happen before follow-up read operations. This makes the barrier placement similar to the Linux UFS driver. Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>