Re: [PATCH 1/2] iio: chemical: bme680: Add device-tree support

2019-01-13 Thread kbuild test robot
Hi Sebastien, Thank you for the patch! Yet something to improve: [auto build test ERROR on iio/togreg] [also build test ERROR on v5.0-rc1 next-20190111] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/c

Re: [PATCH 1/2] iio: chemical: bme680: Add device-tree support

2019-01-13 Thread kbuild test robot
Hi Sebastien, Thank you for the patch! Yet something to improve: [auto build test ERROR on iio/togreg] [also build test ERROR on v5.0-rc1 next-20190111] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/c

[PATCH 1/2] iio: chemical: bme680: Add device-tree support

2019-01-11 Thread Sebastien Bourdelin
This commit allow the driver to work with device-tree. Signed-off-by: Sebastien Bourdelin --- drivers/iio/chemical/bme680_i2c.c | 7 +++ drivers/iio/chemical/bme680_spi.c | 7 +++ 2 files changed, 14 insertions(+) diff --git a/drivers/iio/chemical/bme680_i2c.c b/drivers/iio/chemical/bm