Re: [PATCH 3/5] mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capable

2018-10-09 Thread Lee Jones
On Sat, 30 Jun 2018, Vignesh R wrote: > If a child device like touchscreen is wakeup capable, then keep ADC > interface on, so that a touching resistive screen will generate wakeup > event to the system. > > Signed-off-by: Vignesh R > --- > drivers/mfd/ti_am335x_tscadc.c | 13 + > 1

Re: [PATCH 3/5] mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capable

2018-07-04 Thread Lee Jones
On Sat, 30 Jun 2018, Vignesh R wrote: > If a child device like touchscreen is wakeup capable, then keep ADC > interface on, so that a touching resistive screen will generate wakeup > event to the system. > > Signed-off-by: Vignesh R > --- > drivers/mfd/ti_am335x_tscadc.c | 13 + > 1

[PATCH 3/5] mfd: ti_am335x_tscadc: Keep ADC interface on if child is wakeup capable

2018-06-30 Thread Vignesh R
If a child device like touchscreen is wakeup capable, then keep ADC interface on, so that a touching resistive screen will generate wakeup event to the system. Signed-off-by: Vignesh R --- drivers/mfd/ti_am335x_tscadc.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/m