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

iio: document inv_icm42600 driver private sysfs attributes

Add ABI documentation for inv_icm42600 private sysfs attributes.

Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>
Link: https://lore.kernel.org/r/20240605195949.766677-2-inv.git-commit@tdk.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Jean-Baptiste Maneyrol and committed by
Jonathan Cameron
3d4d033a 4c4daafc

+19
+18
Documentation/ABI/testing/sysfs-bus-iio-inv_icm42600
··· 1 + What: /sys/bus/iio/devices/iio:deviceX/in_accel_power_mode 2 + KernelVersion: 6.11 3 + Contact: linux-iio@vger.kernel.org 4 + Description: 5 + Accelerometer power mode. Setting this attribute will set the 6 + requested power mode to use if the ODR support it. If ODR 7 + support only 1 mode, power mode will be enforced. 8 + Reading this attribute will return the current accelerometer 9 + power mode if the sensor is on, or the requested value if the 10 + sensor is off. The value between real and requested value can 11 + be different for ODR supporting only 1 mode. 12 + 13 + What: /sys/bus/iio/devices/iio:deviceX/in_accel_power_mode_available 14 + KernelVersion: 6.11 15 + Contact: linux-iio@vger.kernel.org 16 + Description: 17 + List of available accelerometer power modes that can be set in 18 + in_accel_power_mode attribute.
+1
MAINTAINERS
··· 11520 11520 L: linux-iio@vger.kernel.org 11521 11521 S: Maintained 11522 11522 W: https://invensense.tdk.com/ 11523 + F: Documentation/ABI/testing/sysfs-bus-iio-inv_icm42600 11523 11524 F: Documentation/devicetree/bindings/iio/imu/invensense,icm42600.yaml 11524 11525 F: drivers/iio/imu/inv_icm42600/ 11525 11526