History log of /linux-master/Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531
Revision Date Author Comments
# 2704e300 07-Nov-2016 Peter Rosin <peda@axentia.se>

iio: mcp4531: provide range of available raw values

Example:

$ cat '/sys/bus/iio/devices/iio:device0/out_resistance_raw_available'
[0 1 256]

Meaning: min 0, step 1 and max 256.

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>