iio: stmpe-adc: Enable all stmpe-adc interrupts just once
authorPhilippe Schenker <philippe.schenker@toradex.com>
Tue, 7 May 2019 14:36:13 +0000 (16:36 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 11 May 2019 10:09:02 +0000 (11:09 +0100)
commit4bd44bb2b470459d795c4bac328ed8edb7ebd132
treef15646247ff64526deeedbf531605b1a56f86541
parent263d21cd5e85eb4d96fd560eee814d98c5b89546
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>
drivers/iio/adc/stmpe-adc.c