Re: [PATCH 1/4] iio: chemical: add particle number concentration channel type

2017-02-11 Thread Jonathan Cameron
On 05/02/17 16:06, Tomasz Duszynski wrote: > On Sun, Feb 05, 2017 at 04:21:27PM +0100, Peter Meerwald-Stadler wrote: >> >>> This patch adds channel type for expressing particle number >>> concentration. >> >> numberconcentration sound a bit strange to be, more like a number >> theoretic concept >>

Re: [PATCH 1/4] iio: chemical: add particle number concentration channel type

2017-02-05 Thread Tomasz Duszynski
On Sun, Feb 05, 2017 at 04:21:27PM +0100, Peter Meerwald-Stadler wrote: > > > This patch adds channel type for expressing particle number > > concentration. > > numberconcentration sound a bit strange to be, more like a number > theoretic concept > > how about particlecontentration? or numberpartic

Re: [PATCH 1/4] iio: chemical: add particle number concentration channel type

2017-02-05 Thread Peter Meerwald-Stadler
> This patch adds channel type for expressing particle number > concentration. numberconcentration sound a bit strange to be, more like a number theoretic concept how about particlecontentration? or numberparticles? > Signed-off-by: Tomasz Duszynski > --- > Documentation/ABI/testing/sysfs-b

[PATCH 1/4] iio: chemical: add particle number concentration channel type

2017-02-05 Thread Tomasz Duszynski
This patch adds channel type for expressing particle number concentration. Signed-off-by: Tomasz Duszynski --- Documentation/ABI/testing/sysfs-bus-iio | 7 +++ drivers/iio/industrialio-core.c | 1 + include/uapi/linux/iio/types.h | 1 + 3 files changed, 9 insertions(+) diff