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

Documentation: ABI: IIO: Add filter_type documentation

A previous patch added documentation for filter_type_available attributes.
However, the description for the value attribute (filter_type) was missing.
Add documentation for filter_type sysfs ABI.

Fixes: 01bb12922b60 ("Documentation: ABI: added filter mode doc in sysfs-bus-iio")
Signed-off-by: Marcelo Schmitt <marcelo.schmitt@analog.com>
Reviewed-by: David Lechner <dlechner@baylibre.com>
Link: https://patch.msgid.link/a8dbccac909e8d11e7d47561935a5575b1354d3a.1738680728.git.marcelo.schmitt@analog.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Marcelo Schmitt and committed by
Jonathan Cameron
fdaa9b76 e903868b

+8
+8
Documentation/ABI/testing/sysfs-bus-iio
··· 2291 2291 * "sinc3+pf3" - Sinc3 + device specific Post Filter 3. 2292 2292 * "sinc3+pf4" - Sinc3 + device specific Post Filter 4. 2293 2293 2294 + What: /sys/bus/iio/devices/iio:deviceX/filter_type 2295 + What: /sys/bus/iio/devices/iio:deviceX/in_voltageY-voltageZ_filter_type 2296 + KernelVersion: 6.1 2297 + Contact: linux-iio@vger.kernel.org 2298 + Description: 2299 + Specifies which filter type apply to the channel. The possible 2300 + values are given by the filter_type_available attribute. 2301 + 2294 2302 What: /sys/.../events/in_proximity_thresh_either_runningperiod 2295 2303 KernelVersion: 6.6 2296 2304 Contact: linux-iio@vger.kernel.org