commit | 2eb2a1e08b97d9326d0bd5896035792e6e213a36 | [log] [tgz] |
---|---|---|
author | Bhupesh Sharma <bhupesh.sharma@linaro.org> | Mon Aug 14 11:58:20 2023 +0530 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Thu Dec 07 00:23:01 2023 +0000 |
tree | c092ff6cfefbd469add8669ca87427fe96aff23d | |
parent | cb578556830cf9637c65c0087f4884f6b7fa7a0a [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>