commit | 643dd7416649bea2e8c61d8fdeeefb409a0ca5eb | [log] [tgz] |
---|---|---|
author | Marco Felsch <m.felsch@pengutronix.de> | Thu Jan 09 17:05:00 2020 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Jan 10 14:45:36 2020 -0800 |
tree | af71a5e395ab5e8e0caea44672a7f78ac3599612 | |
parent | 53435cd88e6ac0491ddbfa03111667229f7b8693 [diff] |
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>