Re: [PATCH v3 2/8] iio: inkern: add helpers to query available values from channels

2016-10-30 Thread Peter Rosin
On 2016-10-30 16:23, Peter Meerwald-Stadler wrote: > >> On 23/10/16 23:39, Peter Rosin wrote: >>> Specifically a helper for reading the available maximum raw value of a >>> channel and a helper for forwarding read_avail requests for raw values >>> from one iio driver to an iio channel that is cons

Re: [PATCH v3 2/8] iio: inkern: add helpers to query available values from channels

2016-10-30 Thread Peter Meerwald-Stadler
> On 23/10/16 23:39, Peter Rosin wrote: > > Specifically a helper for reading the available maximum raw value of a > > channel and a helper for forwarding read_avail requests for raw values > > from one iio driver to an iio channel that is consumed. > > > > These rather specific helpers are in tu

Re: [PATCH v3 2/8] iio: inkern: add helpers to query available values from channels

2016-10-30 Thread Jonathan Cameron
On 23/10/16 23:39, Peter Rosin wrote: > Specifically a helper for reading the available maximum raw value of a > channel and a helper for forwarding read_avail requests for raw values > from one iio driver to an iio channel that is consumed. > > These rather specific helpers are in turn built with

[PATCH v3 2/8] iio: inkern: add helpers to query available values from channels

2016-10-23 Thread Peter Rosin
Specifically a helper for reading the available maximum raw value of a channel and a helper for forwarding read_avail requests for raw values from one iio driver to an iio channel that is consumed. These rather specific helpers are in turn built with generic helpers making it easy to build more he