Re: [PATCH v2 1/3] iio: Add driver for Infineon DPS310

2019-05-18 Thread Jonathan Cameron
On Wed, 15 May 2019 13:46:46 -0500 Eddie James wrote: > On 5/11/19 4:22 AM, Jonathan Cameron wrote: > > On Wed, 8 May 2019 14:35:26 -0500 > > Eddie James wrote: > > > >> From: Joel Stanley > >> > >> The DPS310 is a temperature and pressure sensor. It can be accessed over > >> i2c and SPI. >

Re: [PATCH v2 1/3] iio: Add driver for Infineon DPS310

2019-05-15 Thread Eddie James
On 5/11/19 4:22 AM, Jonathan Cameron wrote: On Wed, 8 May 2019 14:35:26 -0500 Eddie James wrote: From: Joel Stanley The DPS310 is a temperature and pressure sensor. It can be accessed over i2c and SPI. Signed-off-by: Eddie James Hi Eddie, Ideally we'll get a sign off form Joel as

Re: [PATCH v2 1/3] iio: Add driver for Infineon DPS310

2019-05-11 Thread Jonathan Cameron
On Wed, 8 May 2019 14:35:26 -0500 Eddie James wrote: > From: Joel Stanley > > The DPS310 is a temperature and pressure sensor. It can be accessed over > i2c and SPI. > > Signed-off-by: Eddie James Hi Eddie, Ideally we'll get a sign off form Joel as well on this. A few comments inline. I

[PATCH v2 1/3] iio: Add driver for Infineon DPS310

2019-05-08 Thread Eddie James
From: Joel Stanley The DPS310 is a temperature and pressure sensor. It can be accessed over i2c and SPI. Signed-off-by: Eddie James --- MAINTAINERS | 6 + drivers/iio/pressure/Kconfig | 10 + drivers/iio/pressure/Makefile | 1 + drivers/iio/pressure/dps310.c | 429