iio: adc: ltc2485: add support for Linear Technology LTC2485 ADC
authorAlison Schofield <amsfield22@gmail.com>
Thu, 25 Aug 2016 05:48:43 +0000 (22:48 -0700)
committerJonathan Cameron <jic23@kernel.org>
Mon, 29 Aug 2016 15:57:40 +0000 (16:57 +0100)
commit8c9e7b1bf42af845f83350e5141fbc4181dc7f98
tree28380959f519eeb4f5a24cded0fdfcd3c08000b8
parenta5211b0d061644b48c80cfa1303413e79ace781e
iio: adc: ltc2485: add support for Linear Technology LTC2485 ADC

Adds basic support for the LTC2485 ADC - a delta-sigma analog-to-digital
converter with an I2C interface that operates in single shot conversion
mode.

The driver supports an on board 5V reference and the power-on default
configuration which rejects both 50hz & 60hz line frequencies and
operates in 1x speed mode.

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ltc2485.c [new file with mode: 0644]