Re: [PATCH 5/5] iio: stmpe-adc: Reset possible interrupts

2019-05-13 Thread Philippe Schenker
On Sat, 2019-05-11 at 11:24 +0100, Jonathan Cameron wrote: > On Tue, 7 May 2019 16:36:15 +0200 > Philippe Schenker wrote: > > > From: Philippe Schenker > > > > Clear any interrupt that still is on the device on every channel > > this driver is activated for in probe and specific channels in >

Re: [PATCH 5/5] iio: stmpe-adc: Reset possible interrupts

2019-05-11 Thread Jonathan Cameron
On Tue, 7 May 2019 16:36:15 +0200 Philippe Schenker wrote: > From: Philippe Schenker > > Clear any interrupt that still is on the device on every channel > this driver is activated for in probe and specific channels in > the timeout handler. > > Signed-off-by: Philippe Schenker I'm never

[PATCH 5/5] iio: stmpe-adc: Reset possible interrupts

2019-05-07 Thread Philippe Schenker
From: Philippe Schenker Clear any interrupt that still is on the device on every channel this driver is activated for in probe and specific channels in the timeout handler. Signed-off-by: Philippe Schenker --- drivers/iio/adc/stmpe-adc.c | 5 + 1 file changed, 5 insertions(+) diff