Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-22 | iio:adc: drop assign iio_info.driver_module and iio_trigger_ops.owner | Jonathan Cameron | |
The equivalent of both of these are now done via macro magic when the relevant register calls are made. The actual structure elements will shortly go away. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de> | |||
2017-07-02 | iio:adc:ltc2497: Add support for board file based iio consumer mapping. | Gaurav Gupta | |
Add missing hooks in the LTC2497 IIO driver to allow hwmon mapping. Signed-off-by: Gaurav Gupta <gauragup@cisco.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> | |||
2017-04-02 | iio:adc: Driver for Linear Technology LTC2497 ADC | Michael Hennerich | |
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> |