From 21157b0673a6ea288b33da2ebeb1f15461de6f87 Mon Sep 17 00:00:00 2001 From: Antoniu Miclaus Date: Tue, 2 Jul 2024 11:34:15 +0300 Subject: [PATCH] Documentation: ABI: testing: ad485x: add ABI docs Add documentation for the packet size. Signed-off-by: Antoniu Miclaus --- Documentation/ABI/testing/sysfs-bus-iio-adc-ad485x | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-adc-ad485x diff --git a/Documentation/ABI/testing/sysfs-bus-iio-adc-ad485x b/Documentation/ABI/testing/sysfs-bus-iio-adc-ad485x new file mode 100644 index 00000000000000..80aaef4eb750f2 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-bus-iio-adc-ad485x @@ -0,0 +1,14 @@ +What: /sys/bus/iio/devices/iio:deviceX/packet_format_available +KernelVersion: +Contact: linux-iio@vger.kernel.org +Description: + Packet sizes on the CMOS or LVDS conversion data output bus. + Reading this returns the valid values that can be written to the + packet_format. + +What: /sys/bus/iio/devices/iio:deviceX/packet_format +KernelVersion: +Contact: linux-iio@vger.kernel.org +Description: + This attribute configures the packet size. + Reading returns the actual size used.