Re: [PATCH] iio: Add driver for Infineon DPS310

2017-05-14 Thread Jonathan Cameron
On 12/05/17 07:18, Joel Stanley wrote: On Sat, May 6, 2017 at 4:15 AM, Jonathan Cameron wrote: On 04/05/17 08:19, Joel Stanley wrote: The DPS310 is a temperature and pressure sensor. It can be accessed over i2c and SPI. This driver supports polled measurement of temperature over i2c only. Si

Re: [PATCH] iio: Add driver for Infineon DPS310

2017-05-14 Thread Jonathan Cameron
On 12/05/17 07:28, Joel Stanley wrote: On Fri, May 5, 2017 at 9:13 PM, Peter Meerwald-Stadler wrote: The DPS310 is a temperature and pressure sensor. It can be accessed over i2c and SPI. comments below This driver supports polled measurement of temperature over i2c only. Signed-off-by: Joe

Re: [PATCH] iio: Add driver for Infineon DPS310

2017-05-11 Thread Joel Stanley
On Fri, May 5, 2017 at 9:13 PM, Peter Meerwald-Stadler wrote: >> The DPS310 is a temperature and pressure sensor. It can be accessed over >> i2c and SPI. > > comments below > >> This driver supports polled measurement of temperature over i2c only. >> >> Signed-off-by: Joel Stanley >> --- >> driv

Re: [PATCH] iio: Add driver for Infineon DPS310

2017-05-11 Thread Joel Stanley
On Sat, May 6, 2017 at 4:15 AM, Jonathan Cameron wrote: > On 04/05/17 08:19, Joel Stanley wrote: >> The DPS310 is a temperature and pressure sensor. It can be accessed over >> i2c and SPI. >> >> This driver supports polled measurement of temperature over i2c only. >> >> Signed-off-by: Joel Stanley

Re: [PATCH] iio: Add driver for Infineon DPS310

2017-05-05 Thread Jonathan Cameron
On 04/05/17 08:19, Joel Stanley wrote: > The DPS310 is a temperature and pressure sensor. It can be accessed over > i2c and SPI. > > This driver supports polled measurement of temperature over i2c only. > > Signed-off-by: Joel Stanley Few bits inline, but looks pretty good for a v1. > --- > dri

Re: [PATCH] iio: Add driver for Infineon DPS310

2017-05-05 Thread Peter Meerwald-Stadler
> The DPS310 is a temperature and pressure sensor. It can be accessed over > i2c and SPI. comments below > This driver supports polled measurement of temperature over i2c only. > > Signed-off-by: Joel Stanley > --- > drivers/iio/pressure/Kconfig | 11 ++ > drivers/iio/pressure/Makefile |