commit | 01c94004fd4b11598f1cc3a46785dbb4fd4a83e4 | [log] [tgz] |
---|---|---|
author | Asutosh Das <asutoshd@codeaurora.org> | Wed Dec 05 15:34:19 2018 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri Jan 18 01:20:56 2019 -0800 |
tree | 73516999df0a185cb783a3653578b08a0dbc89c2 | |
parent | 85016969b58b59981055e85a8fa73fde3f36aa74 [diff] |
scsi: ufs: serialize h8 and device command contexts There's a race between clock scaling and issuing dev commands. Both these contexts can run simultaneously. Add a synchronization for this to avoid hibernating during scaling while issuing dev commands. Change-Id: Ic53f59d65d480a1857798ddc492028d3b756ef84 Signed-off-by: Asutosh Das <asutoshd@codeaurora.org>