Files
kernel_xiaomi_raphael/drivers/rpmsg
Raghavendra Kakarla 7fbf64f46b rpm-smd: Remove redundant spinlocks which are not required
As rpmsg takes care of locking when sending data, this patch
removes the redundant locking by removing the smd_write spinlock.

Also this patch reverts the 'commit 808861b856 ("drivers: rpmsg:
fix to avoid dump stack in rpm-smd driver")' which is not required
after removing extra spinlocks.

It removes the unsed smd_read spinlock aswell.

Change-Id: I7b15d19add2c4da876aa127be233331b58d3c8ae
Signed-off-by: Raghavendra Kakarla <rkakarla@codeaurora.org>
2020-06-04 16:07:03 +05:30
..