Re: [PATCH 5/5] Input: ti_am335x_tsc: Mark IRQ as wakeup capable

2018-10-09 Thread Lee Jones
On Sat, 30 Jun 2018, Vignesh R wrote: > On AM335x, ti_am335x_tsc can wake up the system from suspend, mark the > IRQ as wakeup capable, so that device irq is not disabled during system > suspend. > > Signed-off-by: Vignesh R > --- > drivers/input/touchscreen/ti_am335x_tsc.c | 6 ++ > 1 file

Re: [PATCH 5/5] Input: ti_am335x_tsc: Mark IRQ as wakeup capable

2018-07-18 Thread Dmitry Torokhov
On Sat, Jun 30, 2018 at 04:03:18PM +0530, Vignesh R wrote: > On AM335x, ti_am335x_tsc can wake up the system from suspend, mark the > IRQ as wakeup capable, so that device irq is not disabled during system > suspend. > > Signed-off-by: Vignesh R Acked-by: Dmitry Torokhov > --- > drivers/input

[PATCH 5/5] Input: ti_am335x_tsc: Mark IRQ as wakeup capable

2018-06-30 Thread Vignesh R
On AM335x, ti_am335x_tsc can wake up the system from suspend, mark the IRQ as wakeup capable, so that device irq is not disabled during system suspend. Signed-off-by: Vignesh R --- drivers/input/touchscreen/ti_am335x_tsc.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/input/t