Re: [PATCH v5 1/4] iio: chemical: scd30: add core driver

2020-06-21 Thread Tomasz Duszynski
On Sat, Jun 20, 2020 at 05:25:02PM +0100, Jonathan Cameron wrote: > On Sun, 7 Jun 2020 19:58:09 +0200 > Tomasz Duszynski wrote: > > > Add Sensirion SCD30 carbon dioxide core driver. > > > > Signed-off-by: Tomasz Duszynski > > A few things I'd missed showed up in warnings when I applied this and >

Re: [PATCH v5 1/4] iio: chemical: scd30: add core driver

2020-06-20 Thread Jonathan Cameron
On Sun, 7 Jun 2020 19:58:09 +0200 Tomasz Duszynski wrote: > Add Sensirion SCD30 carbon dioxide core driver. > > Signed-off-by: Tomasz Duszynski A few things I'd missed showed up in warnings when I applied this and ran a sparse check. Please fix up and send a v6. Also sanity check the rest wit

Re: [PATCH v5 1/4] iio: chemical: scd30: add core driver

2020-06-14 Thread Jonathan Cameron
On Tue, 9 Jun 2020 04:18:56 +0800 kernel test robot wrote: > Hi Tomasz, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on iio/togreg] > [also build test WARNING on robh/for-next linux/master v5.7] > [if your patch is applied to the wrong git tree, please drop

Re: [PATCH v5 1/4] iio: chemical: scd30: add core driver

2020-06-08 Thread kernel test robot
Hi Tomasz, I love your patch! Perhaps something to improve: [auto build test WARNING on iio/togreg] [also build test WARNING on robh/for-next linux/master v5.7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base'

[PATCH v5 1/4] iio: chemical: scd30: add core driver

2020-06-07 Thread Tomasz Duszynski
Add Sensirion SCD30 carbon dioxide core driver. Signed-off-by: Tomasz Duszynski --- Documentation/ABI/testing/sysfs-bus-iio-scd30 | 34 + MAINTAINERS | 6 + drivers/iio/chemical/Kconfig | 11 + drivers/iio/chemical/Makefile |