Re: [PATCHv3 9/9] iio: inkern: add iio_read_channel_average_raw

2014-03-15 Thread Jonathan Cameron
On 10/03/14 17:25, Sebastian Reichel wrote: Add iio_read_channel_average_raw to support reading averaged raw values in consumer drivers. Signed-off-by: Sebastian Reichel As this one also stands fine on it's own and isn't actually used by the rest of the patch set - applied to the togreg

Re: [PATCHv3 9/9] iio: inkern: add iio_read_channel_average_raw

2014-03-15 Thread Jonathan Cameron
On 10/03/14 17:25, Sebastian Reichel wrote: Add iio_read_channel_average_raw to support reading averaged raw values in consumer drivers. Signed-off-by: Sebastian Reichel s...@debian.org As this one also stands fine on it's own and isn't actually used by the rest of the patch set - applied to

[PATCHv3 9/9] iio: inkern: add iio_read_channel_average_raw

2014-03-10 Thread Sebastian Reichel
Add iio_read_channel_average_raw to support reading averaged raw values in consumer drivers. Signed-off-by: Sebastian Reichel --- drivers/iio/inkern.c | 18 ++ include/linux/iio/consumer.h | 13 + 2 files changed, 31 insertions(+) diff --git

[PATCHv3 9/9] iio: inkern: add iio_read_channel_average_raw

2014-03-10 Thread Sebastian Reichel
Add iio_read_channel_average_raw to support reading averaged raw values in consumer drivers. Signed-off-by: Sebastian Reichel s...@debian.org --- drivers/iio/inkern.c | 18 ++ include/linux/iio/consumer.h | 13 + 2 files changed, 31 insertions(+) diff --git