[PATCH v2 1/5] iio:adc:at91_adc8xx: introduce new atmel adc driver
From: robh@kernel.org (Rob Herring)
Date: 2016-01-11 02:32:45
Also in:
linux-devicetree, linux-iio, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-01-11 02:32:45
Also in:
linux-devicetree, linux-iio, lkml
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 <redacted> --- .../devicetree/bindings/iio/adc/at91_adc8xx.txt | 28 ++
For the binding: Acked-by: Rob Herring <robh@kernel.org>
drivers/iio/adc/Kconfig | 11 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/at91_adc8xx.c | 461 +++++++++++++++++++++ 4 files changed, 501 insertions(+)