Files
kernel_common_drivers/drivers/input
Huqiang Qin 4ce9e75a2a adc_keypad: optimize the suspend/resume process [1/1]
PD#SWPL-184201

Problem:
mod_delayed_work in adc_keypad needs to be canceled
during suspend, otherwise the saradc mutex may be held
by adc_keypad for a long time (up to 100 milliseconds)
when saradc resumes.

Solution:
Cancel mod_delayed_work when suspending.

Verify:
S6/BL201

Change-Id: If4404bc8a952eb552dc2a7492f2bebf3da1fc007
Signed-off-by: Huqiang Qin <huqiang.qin@amlogic.com>
2024-09-06 01:55:21 -07:00
..