iio: adc: add driver for Rockchip saradc
authorHeiko Stübner <heiko@sntech.de>
Wed, 23 Jul 2014 21:24:00 +0000 (22:24 +0100)
committerJonathan Cameron <jic23@kernel.org>
Thu, 7 Aug 2014 14:13:02 +0000 (15:13 +0100)
commit44d6f2ef94f9825e6eb9072f1611e0ea4cd81fa1
treec0ad7617550b142a62c747d81e112f797b6014f9
parentaf097e86312f2a2ec83d9d2497425f5d61592953
iio: adc: add driver for Rockchip saradc

The ADC is a 3-channel signal-ended 10-bit Successive Approximation
Register (SAR) A/D Converter. It uses the supply and ground as its reference
and converts the analog input signal into 10-bit binary digital codes.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Hartmut Knaack <knaack.h@gmx.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/rockchip_saradc.c [new file with mode: 0644]