android_kernel_xiaomi_sm8450/drivers/platform
Anil Veshala Veshala 9d2f771551 msm: geni: add synchronization b/w list_add and list_del
For client drivers spi/i2c/uart/i3c, if resume/suspend fails
due to command timeout or anyother reasons we are returning
error after clock voting is done, if client initiate the
next xfer, we are doing clock voting again, due to this we
are calling list_add again without doing list_del, this is
causing NULL pointer access. To solve this added synchronization
logic b/w list_add and list_del.

Change-Id: Ia0ec40eaf22bddfef31ddbc8f39c80b5bb53a9a9
Signed-off-by: Anil Veshala Veshala <quic_aveshala@quicinc.com>
2022-05-02 05:51:50 -07:00
..
chrome This is the 5.10.69 stable release 2021-09-30 18:36:17 +02:00
goldfish
mellanox platform/mellanox: mlxreg-io: Fix read access of n-bytes size attributes 2021-10-20 11:45:05 +02:00
mips MIPS: Loongson: Fix boot warning about hwmon_device_register() 2020-07-16 10:49:55 +02:00
msm msm: geni: add synchronization b/w list_add and list_del 2022-05-02 05:51:50 -07:00
olpc Platform: OLPC: Fix probe error handling 2021-03-17 17:06:23 +01:00
x86 platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning 2021-11-18 14:04:08 +01:00
Kconfig
Makefile