iio: adc: add exynos adc driver under iio framwork
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Fri, 15 Feb 2013 06:56:00 +0000 (06:56 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sat, 16 Mar 2013 10:18:15 +0000 (10:18 +0000)
commit10f5b14811023df0ba1a936b14880eabb6d9c199
treec525ef06cf65c56f5a10fa1e9a12b82ed997ee7d
parent43bb786ad2886ea38364e57924c19e9d29f37201
iio: adc: add exynos adc driver under iio framwork

This patch adds New driver to support:
1. Supports ADC IF found on EXYNOS4412/EXYNOS5250
   and future SoCs from Samsung
2. Add ADC driver under iio/adc framework
3. Also adds the Documentation for device tree bindings

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/arm/samsung/exynos-adc.txt [new file with mode: 0644]
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/exynos_adc.c [new file with mode: 0644]