Re: [PATCH v3 3/8] iio: mcp4531: provide range of available raw values

2016-10-30 Thread Jonathan Cameron
On 23/10/16 23:39, Peter Rosin wrote: > 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 Looks good. On comment inline, but nothing to change. This series is likely to just be w

[PATCH v3 3/8] iio: mcp4531: provide range of available raw values

2016-10-23 Thread Peter Rosin
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 --- .../testing/sysfs-bus-iio-potentiometer-mcp4531| 8 ++ MAINTAINERS| 1 + drivers/iio/poten