Re: [PATCH 1/7] iio: inkern: API for reading available iio channel attribute values

2019-02-20 Thread Jonathan Cameron
On Sun, 17 Feb 2019 15:29:10 +0100 Artur Rojek wrote: > Extend the inkern API with a function for reading available > attribute values of iio channels. > > Signed-off-by: Artur Rojek Hmm. It would have been cleaner if we'd done the generic version in the first place rather than just having the

Re: [PATCH 1/7] iio: inkern: API for reading available iio channel attribute values

2019-02-17 Thread Artur Rojek
Hi, This patchset is supposed to contain 5 patches, not 7. So this patch is actually 1/5. My apologies for the mistake. Artur On 2019-02-17 15:29, Artur Rojek wrote: Extend the inkern API with a function for reading available attribute values of iio channels. Signed-off-by: Artur Rojek ---

[PATCH 1/7] iio: inkern: API for reading available iio channel attribute values

2019-02-17 Thread Artur Rojek
Extend the inkern API with a function for reading available attribute values of iio channels. Signed-off-by: Artur Rojek --- drivers/iio/inkern.c | 20 include/linux/iio/consumer.h | 14 ++ 2 files changed, 34 insertions(+) diff --git a/drivers/iio/inker