]> git.baikalelectronics.ru Git - kernel.git/commit
iio:adc: Driver for Linear Technology LTC2497 ADC
authorMichael Hennerich <michael.hennerich@analog.com>
Wed, 29 Mar 2017 09:42:58 +0000 (11:42 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 2 Apr 2017 09:56:59 +0000 (10:56 +0100)
commit2e781272d6c5a9ed73325ea92cb4396800a1a742
tree23b0ab709f2634439994372284928e095541ee40
parent53aa4e4fe339d65cb3f1b0326776be325776ddfe
iio:adc: Driver for Linear Technology LTC2497 ADC

This patch adds support for the Analog Devices / Linear Technology
LTC2497 ADCs. The LTC2497 is a 16-channel (eight differential),
16-bit, high precision, delta-sigma ADC with an automatic, differential,
input current cancellation front end and a 2-wire, I2C interface.

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Documentation/devicetree/bindings/iio/adc/ltc2497.txt [new file with mode: 0644]
MAINTAINERS
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/ltc2497.c [new file with mode: 0644]