aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-bus-iio-potentiometer-mcp4531 (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-11-13iio: mcp4531: provide range of available raw valuesPeter Rosin1-0/+8
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>