iio: adc: tlc4541: add support for TI tlc4541 adc
authorPhil Reid <preid@electromag.com.au>
Mon, 16 Jan 2017 08:38:24 +0000 (16:38 +0800)
committerJonathan Cameron <jic23@kernel.org>
Sun, 22 Jan 2017 13:21:28 +0000 (13:21 +0000)
commitac2bec9d587c6a423a00c7a2d21a8a5928dfedf5
tree84fd27c6fb2daeb02b0485067bbd700e56c2a16f
parent0dbe71c274550a4a848f0b0753337a57f9125c92
iio: adc: tlc4541: add support for TI tlc4541 adc

This adds TI's tlc4541 16-bit ADC driver. Which is a single channel
ADC. Supports raw and trigger buffer access.
Also supports the tlc3541 14-bit device, which has not been tested.
Implementation of the tlc3541 is fairly straight forward thou.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/max11100.c
drivers/iio/adc/ti-tlc4541.c [new file with mode: 0644]