commit | 4bd44bb2b470459d795c4bac328ed8edb7ebd132 | [log] [tgz] |
---|---|---|
author | Philippe Schenker <philippe.schenker@toradex.com> | Tue May 07 16:36:13 2019 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat May 11 11:09:02 2019 +0100 |
tree | f15646247ff64526deeedbf531605b1a56f86541 | |
parent | 263d21cd5e85eb4d96fd560eee814d98c5b89546 [diff] |
iio: stmpe-adc: Enable all stmpe-adc interrupts just once 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 speed by 15%. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>