]> git.samba.org - sfrench/cifs-2.6.git/commit
IIO: ADC: add sigma delta modulator support
authorArnaud Pouliquen <arnaud.pouliquen@st.com>
Wed, 10 Jan 2018 10:13:08 +0000 (11:13 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 10 Jan 2018 10:30:09 +0000 (10:30 +0000)
commit8a5f0b6f6c4f1a0ff98b5ca1f83cbe34cdebd96e
tree35413743029cb4c815d6ea04d50c20a33003e770
parentaf11143757b7995f185e9365d8450ea9d63ea267
IIO: ADC: add sigma delta modulator support

Add generic driver to support sigma delta modulators.
Typically, this device is hardware connected to
an IIO device in charge of the conversion. Devices are
bonded through the hardware consumer API.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/iio/adc/Kconfig
drivers/iio/adc/Makefile
drivers/iio/adc/sd_adc_modulator.c [new file with mode: 0644]