]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Input: mpr121 - drop redundant wakeup handling
authorbui duc phuc <phucduc.bui@gmail.com>
Mon, 9 Mar 2026 07:14:13 +0000 (14:14 +0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 11 Mar 2026 00:05:50 +0000 (17:05 -0700)
commit6d4b67a2a76a4ff2393fe88119ae4332821b82b4
treedc2876aca732cabb49219f47aac576cf8e1bbfe6
parent37e89761380b5e65dccf3f0e5fa494f2514a08a2
Input: mpr121 - drop redundant wakeup handling

The driver currently calls device_init_wakeup() and manually toggles
IRQ wake in suspend and resume paths. This is unnecessary since the
I2C core already handles wakeup configuration when the device is
described in Device Tree with the "wakeup-source" property.

Signed-off-by: bui duc phuc <phucduc.bui@gmail.com>
Link: https://patch.msgid.link/20260309071413.92709-1-phucduc.bui@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/keyboard/mpr121_touchkey.c