Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-15 Thread Himanshu Jha
Hi Jonathan, On Sun, Jul 15, 2018 at 10:10:36AM +0100, Jonathan Cameron wrote: > On Sat, 14 Jul 2018 13:03:42 +0530 > Himanshu Jha wrote: > > > Hi David, > > > > On Fri, Jul 13, 2018 at 01:42:35PM -0700, David Frey wrote: > > > Hi Himanshu Jha, > > > > > > First a bit of background. I'm

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-15 Thread Himanshu Jha
Hi Jonathan, On Sun, Jul 15, 2018 at 10:10:36AM +0100, Jonathan Cameron wrote: > On Sat, 14 Jul 2018 13:03:42 +0530 > Himanshu Jha wrote: > > > Hi David, > > > > On Fri, Jul 13, 2018 at 01:42:35PM -0700, David Frey wrote: > > > Hi Himanshu Jha, > > > > > > First a bit of background. I'm

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-15 Thread Jonathan Cameron
On Sat, 14 Jul 2018 13:03:42 +0530 Himanshu Jha wrote: > Hi David, > > On Fri, Jul 13, 2018 at 01:42:35PM -0700, David Frey wrote: > > Hi Himanshu Jha, > > > > First a bit of background. I'm working on a device which will contain a > > bme680 sensor. A colleague of mine started work on a

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-15 Thread Jonathan Cameron
On Sat, 14 Jul 2018 13:03:42 +0530 Himanshu Jha wrote: > Hi David, > > On Fri, Jul 13, 2018 at 01:42:35PM -0700, David Frey wrote: > > Hi Himanshu Jha, > > > > First a bit of background. I'm working on a device which will contain a > > bme680 sensor. A colleague of mine started work on a

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-14 Thread Himanshu Jha
Hi David, On Fri, Jul 13, 2018 at 01:42:35PM -0700, David Frey wrote: > Hi Himanshu Jha, > > First a bit of background. I'm working on a device which will contain a > bme680 sensor. A colleague of mine started work on a Linux kernel driver > for the chip a little while ago. The (WIP) driver

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-14 Thread Himanshu Jha
Hi David, On Fri, Jul 13, 2018 at 01:42:35PM -0700, David Frey wrote: > Hi Himanshu Jha, > > First a bit of background. I'm working on a device which will contain a > bme680 sensor. A colleague of mine started work on a Linux kernel driver > for the chip a little while ago. The (WIP) driver

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-13 Thread David Frey
Hi Himanshu Jha, First a bit of background. I'm working on a device which will contain a bme680 sensor. A colleague of mine started work on a Linux kernel driver for the chip a little while ago. The (WIP) driver can be found here:

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-13 Thread David Frey
Hi Himanshu Jha, First a bit of background. I'm working on a device which will contain a bme680 sensor. A colleague of mine started work on a Linux kernel driver for the chip a little while ago. The (WIP) driver can be found here:

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-12 Thread Jonathan Cameron
On Wed, 11 Jul 2018 17:40:07 -0700 Matt Ranostay wrote: > On Wed, Jul 11, 2018 at 5:13 AM, Himanshu Jha > wrote: > > Bosch BME680 is a 4-in-1 sensor with temperature, pressure, humidity > > and gas sensing capability. It supports both I2C and SPI communication > > protocol for effective data

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-12 Thread Jonathan Cameron
On Wed, 11 Jul 2018 17:40:07 -0700 Matt Ranostay wrote: > On Wed, Jul 11, 2018 at 5:13 AM, Himanshu Jha > wrote: > > Bosch BME680 is a 4-in-1 sensor with temperature, pressure, humidity > > and gas sensing capability. It supports both I2C and SPI communication > > protocol for effective data

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-11 Thread Matt Ranostay
On Wed, Jul 11, 2018 at 5:13 AM, Himanshu Jha wrote: > Bosch BME680 is a 4-in-1 sensor with temperature, pressure, humidity > and gas sensing capability. It supports both I2C and SPI communication > protocol for effective data communication. > > The device supports two modes: > > 1. Sleep mode >

Re: [PATCH v3] iio: chemical: Add support for Bosch BME680 sensor

2018-07-11 Thread Matt Ranostay
On Wed, Jul 11, 2018 at 5:13 AM, Himanshu Jha wrote: > Bosch BME680 is a 4-in-1 sensor with temperature, pressure, humidity > and gas sensing capability. It supports both I2C and SPI communication > protocol for effective data communication. > > The device supports two modes: > > 1. Sleep mode >