linux-stable/drivers/rpmsg
Bjorn Andersson deb1682b6f rpmsg: glink: smem: Ensure ordering during tx
[ Upstream commit 9d32497361 ]

Ensure the ordering of the fifo write and the update of the write index,
so that the index is not updated before the data has landed in the fifo.

Acked-By: Chris Lew <clew@codeaurora.org>
Reported-by: Arun Kumar Neelakantam <aneela@codeaurora.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-04-24 08:01:06 +02:00
..
Kconfig
Makefile
qcom_glink_native.c rpmsg: glink: Fix missing mutex_init() in qcom_glink_alloc_channel() 2020-04-24 08:01:05 +02:00
qcom_glink_native.h
qcom_glink_rpm.c
qcom_glink_smem.c rpmsg: glink: smem: Ensure ordering during tx 2020-04-24 08:01:06 +02:00
qcom_smd.c rpmsg: smd: fix memory leak on channel create 2018-11-13 11:15:12 -08:00
rpmsg_char.c rpmsg: added MODULE_ALIAS for rpmsg_char 2018-06-21 04:02:48 +09:00
rpmsg_core.c Revert "rpmsg: core: add support to power domains for devices" 2018-09-29 03:06:04 -07:00
rpmsg_internal.h
virtio_rpmsg_bus.c