Re: [PATCH 4/4] iio: adc: at91-sama5d2: add support for sama7g5 device

2021-03-08 Thread Jonathan Cameron
On Mon, 8 Mar 2021 13:27:48 + wrote: > On 06.03.2021 19:30, Jonathan Cameron wrote: > > On Mon, 1 Mar 2021 16:32:56 +0200 > > Eugen Hristev wrote: > > > >> Add support to sama7g5 ADC which is similar with sama5d2/sam9x60 device. > >> Differences are highlighted by compatible. > >> Main

Re: [PATCH 4/4] iio: adc: at91-sama5d2: add support for sama7g5 device

2021-03-08 Thread Eugen.Hristev
On 06.03.2021 19:30, Jonathan Cameron wrote: > On Mon, 1 Mar 2021 16:32:56 +0200 > Eugen Hristev wrote: > >> Add support to sama7g5 ADC which is similar with sama5d2/sam9x60 device. >> Differences are highlighted by compatible. >> Main differences include 16 channels instead of 12 and missing >>

Re: [PATCH 4/4] iio: adc: at91-sama5d2: add support for sama7g5 device

2021-03-06 Thread Jonathan Cameron
On Mon, 1 Mar 2021 16:32:56 +0200 Eugen Hristev wrote: > Add support to sama7g5 ADC which is similar with sama5d2/sam9x60 device. > Differences are highlighted by compatible. > Main differences include 16 channels instead of 12 and missing > resistive touchscreen. > > Signed-off-by: Eugen

[PATCH 4/4] iio: adc: at91-sama5d2: add support for sama7g5 device

2021-03-01 Thread Eugen Hristev
Add support to sama7g5 ADC which is similar with sama5d2/sam9x60 device. Differences are highlighted by compatible. Main differences include 16 channels instead of 12 and missing resistive touchscreen. Signed-off-by: Eugen Hristev --- drivers/iio/adc/at91-sama5d2_adc.c | 287