iio: adc: add ADC12130/ADC12132/ADC12138 ADC driver
authorAkinobu Mita <akinobu.mita@gmail.com>
Sun, 28 Aug 2016 14:52:49 +0000 (23:52 +0900)
committerJonathan Cameron <jic23@kernel.org>
Wed, 31 Aug 2016 17:10:36 +0000 (18:10 +0100)
commit50a6edb1b6e08643442386e8f81acc8123d17931
tree14984c981bfd00276fbd2a806938ef1315acb2ea
parent2d6d840a5a93c9493554d36cacabac797b441972
iio: adc: add ADC12130/ADC12132/ADC12138 ADC driver

This adds Texas Instruments' ADC12130/ADC12132/ADC12138 12-bit plus
sign ADC driver.  I have tested with the ADC12138.  The ADC12130 and
ADC12132 are not tested but these are similar to ADC12138 except that
the mode programming instruction is a bit different.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Hartmut Knaack <knaack.h@gmx.de>
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: Peter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/adc/ti-adc12138.txt [new file with mode: 0644]
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ti-adc12138.c [new file with mode: 0644]