Re: [PATCH v2 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver

From: Rob Herring
Date: Sun Jan 10 2016 - 21:32:48 EST


On Wed, Jan 06, 2016 at 05:12:35PM +0100, Ludovic Desroches wrote:
> This driver supports the new version of the Atmel ADC device introduced
> with the SAMA5D2 SoC family.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@xxxxxxxxx>
> ---
> .../devicetree/bindings/iio/adc/at91_adc8xx.txt | 28 ++

For the binding:

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/iio/adc/Kconfig | 11 +
> drivers/iio/adc/Makefile | 1 +
> drivers/iio/adc/at91_adc8xx.c | 461 +++++++++++++++++++++
> 4 files changed, 501 insertions(+)