linux/drivers/iio/adc
Lars-Peter Clausen af3008485e iio:adc: Add common code for ADI Sigma Delta devices
Most devices from the Analog Devices Sigma Delta family use a similar scheme for
communication with the device. This includes register access, as well as trigger
handling. But each device sub-family has different features and different
register layouts (some even have no registers at all) and thus it is impractical
to try to support all of the devices by the same driver. This patch adds a
common base library for Sigma Delta converter devices. It will be used by
individual drivers.

This code is mostly based on the three existing Sigma Delta drivers the AD7192,
AD7780 and AD7793, but has been improved for more robustness and flexibility.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
2012-08-27 17:53:12 +01:00
..
Kconfig iio:adc: Add common code for ADI Sigma Delta devices 2012-08-27 17:53:12 +01:00
Makefile iio:adc: Add common code for ADI Sigma Delta devices 2012-08-27 17:53:12 +01:00
ad7266.c iio:adc: Add AD7265/AD7266 support 2012-06-30 10:15:07 +01:00
ad_sigma_delta.c iio:adc: Add common code for ADI Sigma Delta devices 2012-08-27 17:53:12 +01:00
at91_adc.c drivers/iio/adc/at91_adc.c: use devm_ functions 2012-08-16 20:03:19 +01:00