Re: [PATCH v4 5/8] iio: adc: add STMPE ADC driver using IIO framework

2018-12-16 Thread Jonathan Cameron
On Wed, 12 Dec 2018 14:06:46 +0100 Philippe Schenker wrote: > This adds an ADC driver for the STMPE device using the industrial > input/output interface. The driver supports raw reading of values. > The driver depends on the MFD STMPE driver. If the touchscreen > block is enabled too, only four o

[PATCH v4 5/8] iio: adc: add STMPE ADC driver using IIO framework

2018-12-12 Thread Philippe Schenker
This adds an ADC driver for the STMPE device using the industrial input/output interface. The driver supports raw reading of values. The driver depends on the MFD STMPE driver. If the touchscreen block is enabled too, only four of the 8 ADC channels are available. Signed-off-by: Stefan Agner Sign