Re: [PATCH v3 2/4] iio: adc: add STMPE ADC driver using IIO framework

2018-11-28 Thread Lee Jones
On Fri, 23 Nov 2018, Philippe Schenker wrote: > From: Stefan Agner > > 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,

Re: [PATCH v3 2/4] iio: adc: add STMPE ADC driver using IIO framework

2018-11-28 Thread Lee Jones
On Fri, 23 Nov 2018, Philippe Schenker wrote: > From: Stefan Agner > > 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,

Re: [PATCH v3 2/4] iio: adc: add STMPE ADC driver using IIO framework

2018-11-25 Thread Jonathan Cameron
On Fri, 23 Nov 2018 15:24:09 +0100 Philippe Schenker wrote: > From: Stefan Agner > > 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

Re: [PATCH v3 2/4] iio: adc: add STMPE ADC driver using IIO framework

2018-11-25 Thread Jonathan Cameron
On Fri, 23 Nov 2018 15:24:09 +0100 Philippe Schenker wrote: > From: Stefan Agner > > 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

[PATCH v3 2/4] iio: adc: add STMPE ADC driver using IIO framework

2018-11-23 Thread Philippe Schenker
From: Stefan Agner 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.

[PATCH v3 2/4] iio: adc: add STMPE ADC driver using IIO framework

2018-11-23 Thread Philippe Schenker
From: Stefan Agner 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.