Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

doc: iio: ad4695: update for calibration support

Calibration support has been added to the ad4695 driver, so update the
documentation to reflect this.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/20240820-ad4695-gain-offset-v1-3-c8f6e3b47551@baylibre.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

David Lechner and committed by
Jonathan Cameron
b5fe2f7b 7763e40f

+6 -1
+6 -1
Documentation/iio/ad4695.rst
··· 143 143 disabled. If ``refin-supply`` is present, then the internal buffered reference 144 144 voltage is used. 145 145 146 + Gain/offset calibration 147 + ----------------------- 148 + 149 + System calibration is supported using the channel gain and offset registers via 150 + the ``calibscale`` and ``calibbias`` attributes respectively. 151 + 146 152 Unimplemented features 147 153 ---------------------- 148 154 149 155 - Additional wiring modes 150 156 - Threshold events 151 157 - Oversampling 152 - - Gain/offset calibration 153 158 - GPIO support 154 159 - CRC support 155 160