Re: [PATCH 3/5] iio: stmpe-adc: Enable all stmpe-adc interrupts just once

2019-05-11 Thread Jonathan Cameron
On Tue, 7 May 2019 16:36:13 +0200 Philippe Schenker wrote: > From: Philippe Schenker > > This commit will enable the interrupts of all channels handled by this > driver only once in the probe function. > > This will improve performance because one byte less has to be written over > i2c on

[PATCH 3/5] iio: stmpe-adc: Enable all stmpe-adc interrupts just once

2019-05-07 Thread Philippe Schenker
From: Philippe Schenker This commit will enable the interrupts of all channels handled by this driver only once in the probe function. This will improve performance because one byte less has to be written over i2c on each read out of the adc. On the fastest ADC mode this will improve read out