Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-03-06 Thread Jonathan Cameron
On 06/03/17 12:16, Quentin Schulz wrote: > Hi Jonathan, > > On 06/02/2017 19:35, Jonathan Cameron wrote: >> On 06/02/17 07:37, Quentin Schulz wrote: >>> Hi Jonathan, >>> >>> On 14/01/2017 20:28, Jonathan Cameron wrote: On 14 January 2017 19:19:58 GMT+00:00, Quentin Schulz wro

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-03-06 Thread Quentin Schulz
Hi Jonathan, On 06/02/2017 19:35, Jonathan Cameron wrote: > On 06/02/17 07:37, Quentin Schulz wrote: >> Hi Jonathan, >> >> On 14/01/2017 20:28, Jonathan Cameron wrote: >>> >>> >>> On 14 January 2017 19:19:58 GMT+00:00, Quentin Schulz >>> wrote: Hi Jonathan, On 08/01/2017 12:17, Jo

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-02-06 Thread Jonathan Cameron
On 06/02/17 07:37, Quentin Schulz wrote: > Hi Jonathan, > > On 14/01/2017 20:28, Jonathan Cameron wrote: >> >> >> On 14 January 2017 19:19:58 GMT+00:00, Quentin Schulz >> wrote: >>> Hi Jonathan, >>> >>> On 08/01/2017 12:17, Jonathan Cameron wrote: On 30/12/16 14:40, Jonathan Cameron wrote:

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-02-05 Thread Quentin Schulz
Hi Jonathan, On 14/01/2017 20:28, Jonathan Cameron wrote: > > > On 14 January 2017 19:19:58 GMT+00:00, Quentin Schulz > wrote: >> Hi Jonathan, >> >> On 08/01/2017 12:17, Jonathan Cameron wrote: >>> On 30/12/16 14:40, Jonathan Cameron wrote: On 13/12/16 14:33, Quentin Schulz wrote: > T

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-01-15 Thread Lars-Peter Clausen
On 12/13/2016 03:33 PM, Quentin Schulz wrote: > + indio_dev->name = dev_name(&pdev->dev); The name is supposed to be the type of the device, e.g. part name, not the name of parent device instance. This could e.g. come from a name field in the gpadc_data struct.

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-01-14 Thread Jonathan Cameron
On 14 January 2017 19:19:58 GMT+00:00, Quentin Schulz wrote: >Hi Jonathan, > >On 08/01/2017 12:17, Jonathan Cameron wrote: >> On 30/12/16 14:40, Jonathan Cameron wrote: >>> On 13/12/16 14:33, Quentin Schulz wrote: The Allwinner SoCs all have an ADC that can also act as a >touchscreen

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-01-14 Thread Quentin Schulz
Hi Jonathan, On 08/01/2017 12:17, Jonathan Cameron wrote: > On 30/12/16 14:40, Jonathan Cameron wrote: >> On 13/12/16 14:33, 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

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-01-08 Thread Zhang Rui
Hi, On Sun, 2017-01-08 at 11:17 +, Jonathan Cameron wrote: > On 30/12/16 14:40, Jonathan Cameron wrote: > > > > On 13/12/16 14:33, Quentin Schulz wrote: > > > > > > The Allwinner SoCs all have an ADC that can also act as a > > > touchscreen > > > controller and a thermal sensor. This patch a

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2017-01-08 Thread Jonathan Cameron
On 30/12/16 14:40, Jonathan Cameron wrote: > On 13/12/16 14:33, 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 regis

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2016-12-30 Thread Jonathan Cameron
On 13/12/16 14:33, 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

Re: [PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2016-12-13 Thread Maxime Ripard
On Tue, Dec 13, 2016 at 03:33:32PM +0100, 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 chann

[PATCH v9 3/3] iio: adc: add support for Allwinner SoCs ADC

2016-12-13 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