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

iio: Documentation: Add max9611 sysfs documentation

Add documentation for max9611 driver.
Document attributes describing value of shunt resistor installed between
RS+ and RS- voltage sense inputs.

Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

Jacopo Mondi and committed by
Jonathan Cameron
3fed601c 2a70d550

+17
+17
Documentation/ABI/testing/sysfs-bus-iio-adc-max9611
··· 1 + What: /sys/bus/iio/devices/iio:deviceX/in_power_shunt_resistor 2 + Date: March 2017 3 + KernelVersion: 4.12 4 + Contact: linux-iio@vger.kernel.org 5 + Description: The value of the shunt resistor used to compute power drain on 6 + common input voltage pin (RS+). In Ohms. 7 + 8 + What: /sys/bus/iio/devices/iio:deviceX/in_current_shunt_resistor 9 + Date: March 2017 10 + KernelVersion: 4.12 11 + Contact: linux-iio@vger.kernel.org 12 + Description: The value of the shunt resistor used to compute current flowing 13 + between RS+ and RS- voltage sense inputs. In Ohms. 14 + 15 + These attributes describe a single physical component, exposed as two distinct 16 + attributes as it is used to calculate two different values: power load and 17 + current flowing between RS+ and RS- inputs.