summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorChenghai Huang <huangchenghai2@huawei.com>2026-01-17 13:18:03 +0300
committerHerbert Xu <herbert@gondor.apana.org.au>2026-01-31 05:52:31 +0300
commitebf35d8f9368816c930f5d70783a72716fab5e19 (patch)
treee588d044a071ed87bc074c1e28396d34aa000b26 /include/linux/platform_data
parent3d3135057ff567d5c09fff4c9ef6391a684e8042 (diff)
downloadlinux-ebf35d8f9368816c930f5d70783a72716fab5e19.tar.xz
crypto: hisilicon/qm - move the barrier before writing to the mailbox register
Before sending the data via the mailbox to the hardware, to ensure that the data accessed by the hardware is the most up-to-date, a write barrier should be added before writing to the mailbox register. The current memory barrier is placed after writing to the register, the barrier order should be modified to be before writing to the register. Signed-off-by: Chenghai Huang <huangchenghai2@huawei.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux/platform_data')
0 files changed, 0 insertions, 0 deletions