OSDN Git Service

Input: edt-ft5x06 - use pm core to enable/disable the wake irq
authorMarco Felsch <m.felsch@pengutronix.de>
Fri, 10 Jan 2020 01:05:00 +0000 (17:05 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 10 Jan 2020 22:45:36 +0000 (14:45 -0800)
commit643dd7416649bea2e8c61d8fdeeefb409a0ca5eb
treeaf71a5e395ab5e8e0caea44672a7f78ac3599612
parent53435cd88e6ac0491ddbfa03111667229f7b8693
Input: edt-ft5x06 - use pm core to enable/disable the wake irq

We do not have to handle the wake-irq within the driver because the pm
core can handle this for us. The only use case for the suspend/resume
callbacks was to handle the wake-irq so we can remove the callbacks.

Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/edt-ft5x06.c