Re: [PATCH v6 2/2] iio: adc: add support for Allwinner SoCs ADC

2016-11-01 Thread Jonathan Cameron
On 31/10/16 09:34, Quentin Schulz wrote: > Hi Jonathan and Lee, > > On 30/10/2016 17:59, Jonathan Cameron wrote: >> On 15/09/16 13:44, Quentin Schulz wrote: >>> The Allwinner SoCs all have an ADC that can also act as a touchscreen >>> controller and a thermal sensor. This patch adds the ADC driver

Re: [PATCH v6 2/2] iio: adc: add support for Allwinner SoCs ADC

2016-10-31 Thread Quentin Schulz
Hi Jonathan and Lee, On 30/10/2016 17:59, Jonathan Cameron wrote: > On 15/09/16 13:44, Quentin Schulz wrote: >> The Allwinner SoCs all have an ADC that can also act as a touchscreen >> controller and a thermal sensor. This patch adds the ADC driver which is >> based on the MFD for the same SoCs AD

Re: [PATCH v6 2/2] iio: adc: add support for Allwinner SoCs ADC

2016-10-30 Thread Jonathan Cameron
On 15/09/16 13:44, Quentin Schulz wrote: > The Allwinner SoCs all have an ADC that can also act as a touchscreen > controller and a thermal sensor. This patch adds the ADC driver which is > based on the MFD for the same SoCs ADC. > > This also registers the thermal adc channel in the iio map array

[PATCH v6 2/2] iio: adc: add support for Allwinner SoCs ADC

2016-09-15 Thread Quentin Schulz
The Allwinner SoCs all have an ADC that can also act as a touchscreen controller and a thermal sensor. This patch adds the ADC driver which is based on the MFD for the same SoCs ADC. This also registers the thermal adc channel in the iio map array so iio_hwmon could use it without modifying the De