Re: [PATCH 2/5] Input: ti_am335x_tsc: Mark TSC device as wakeup source

2018-10-09 Thread Lee Jones
On Sat, 30 Jun 2018, Vignesh R wrote: > Instead of TSCADC MFD device, mark TSC as wakeup source and change all > wakeup related PM calls to operate on TSC device. > > Signed-off-by: Vignesh R > --- > drivers/input/touchscreen/ti_am335x_tsc.c | 16 +++- > 1 file changed, 11 insertion

Re: [PATCH 2/5] Input: ti_am335x_tsc: Mark TSC device as wakeup source

2018-07-18 Thread Dmitry Torokhov
On Sat, Jun 30, 2018 at 04:03:15PM +0530, Vignesh R wrote: > Instead of TSCADC MFD device, mark TSC as wakeup source and change all > wakeup related PM calls to operate on TSC device. > > Signed-off-by: Vignesh R Acked-by: Dmitry Torokhov > --- > drivers/input/touchscreen/ti_am335x_tsc.c | 16

[PATCH 2/5] Input: ti_am335x_tsc: Mark TSC device as wakeup source

2018-06-30 Thread Vignesh R
Instead of TSCADC MFD device, mark TSC as wakeup source and change all wakeup related PM calls to operate on TSC device. Signed-off-by: Vignesh R --- drivers/input/touchscreen/ti_am335x_tsc.c | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/drivers/input/touc