mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-08-19 09:21:07 +00:00
On some device memory used by msm_qmp, there can be an early ack of a write to memory succeeding. This may cause the outgoing interrupt to be triggered before the msgram reflects the write. Add a readback to ensure the data is flushed to device memory before triggering the ipc interrupt. Change-Id: I37618f2921dc34d969a04de80badf1820a188351 Signed-off-by: Chris Lew <clew@codeaurora.org>