iio:adc:ad7949: Add AD7949 ADC driver family
authorCharles-Antoine Couret <charles-antoine.couret@essensium.com>
Mon, 22 Oct 2018 21:02:42 +0000 (23:02 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 3 Nov 2018 09:44:34 +0000 (09:44 +0000)
commit7f40e0614317f20ac07b5aa5cec2eb43737e28d6
tree5c97d4e50c04858ab0c2febf2aad4446186a15c2
parent3138bbc12915d3b894b70e8f9dc44de2948c1c25
iio:adc:ad7949: Add AD7949 ADC driver family

Compatible with AD7682 and AD7689 chips.
It is a Analog Devices ADC driver 14/16 bits 4/8 channels
with SPI protocol

Datasheet of the device:
http://www.analog.com/media/en/technical-documentation/data-sheets/AD7949.pdf

Signed-off-by: Charles-Antoine Couret <charles-antoine.couret@essensium.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ad7949.c [new file with mode: 0644]