Re: [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-11 Thread Jonathan Cameron
On Sat, 8 Dec 2018 21:09:20 +0100 Tomasz Duszynski wrote: > On Sat, Dec 08, 2018 at 03:55:26PM +, Jonathan Cameron wrote: > > On Thu, 6 Dec 2018 22:04:42 +0100 > > Tomasz Duszynski wrote: > > > > > Add support for Sensirion SPS30 particulate matter sensor. > > > > > > Signed-off-by:

Re: [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-09 Thread kbuild test robot
Hi Tomasz, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on v4.20-rc6 next-20181207] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-08 Thread Tomasz Duszynski
On Sat, Dec 08, 2018 at 03:55:26PM +, Jonathan Cameron wrote: > On Thu, 6 Dec 2018 22:04:42 +0100 > Tomasz Duszynski wrote: > > > Add support for Sensirion SPS30 particulate matter sensor. > > > > Signed-off-by: Tomasz Duszynski > > Just one comment inline and if that is all anyone comes up

Re: [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-08 Thread Tomasz Duszynski
On Sat, Dec 08, 2018 at 03:55:26PM +, Jonathan Cameron wrote: > On Thu, 6 Dec 2018 22:04:42 +0100 > Tomasz Duszynski wrote: > > > Add support for Sensirion SPS30 particulate matter sensor. > > > > Signed-off-by: Tomasz Duszynski > > Just one comment inline and if that is all anyone comes up

Re: [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-08 Thread Jonathan Cameron
On Thu, 6 Dec 2018 22:04:42 +0100 Tomasz Duszynski wrote: > Add support for Sensirion SPS30 particulate matter sensor. > > Signed-off-by: Tomasz Duszynski Just one comment inline and if that is all anyone comes up with I'll take it as it stands and we can tidy that up whenever we get around

Re: [PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-08 Thread Jonathan Cameron
On Thu, 6 Dec 2018 22:04:42 +0100 Tomasz Duszynski wrote: > Add support for Sensirion SPS30 particulate matter sensor. > > Signed-off-by: Tomasz Duszynski Just one comment inline and if that is all anyone comes up with I'll take it as it stands and we can tidy that up whenever we get around

[PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-06 Thread Tomasz Duszynski
Add support for Sensirion SPS30 particulate matter sensor. Signed-off-by: Tomasz Duszynski --- drivers/iio/chemical/Kconfig | 11 + drivers/iio/chemical/Makefile | 1 + drivers/iio/chemical/sps30.c | 406 ++ 3 files changed, 418 insertions(+) create mode

[PATCH v2 2/3] iio: chemical: add support for Sensirion SPS30 sensor

2018-12-06 Thread Tomasz Duszynski
Add support for Sensirion SPS30 particulate matter sensor. Signed-off-by: Tomasz Duszynski --- drivers/iio/chemical/Kconfig | 11 + drivers/iio/chemical/Makefile | 1 + drivers/iio/chemical/sps30.c | 406 ++ 3 files changed, 418 insertions(+) create mode