Re: [PATCH v2] iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig

2016-08-15 Thread Jonathan Cameron
On 25/07/16 19:50, Alison Schofield wrote: > hdc100x supports Texas Instruments HDC1000 and HDC1008 relative > humidity and temperature sensors. Add these product names to > Kconfig. > > Signed-off-by: Alison Schofield > Cc: Daniel Baluta Thanks

Re: [PATCH v2] iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig

2016-08-15 Thread Jonathan Cameron
On 25/07/16 19:50, Alison Schofield wrote: > hdc100x supports Texas Instruments HDC1000 and HDC1008 relative > humidity and temperature sensors. Add these product names to > Kconfig. > > Signed-off-by: Alison Schofield > Cc: Daniel Baluta Thanks for sorting this out! Applied to the togreg

[PATCH v2] iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig

2016-07-25 Thread Alison Schofield
hdc100x supports Texas Instruments HDC1000 and HDC1008 relative humidity and temperature sensors. Add these product names to Kconfig. Signed-off-by: Alison Schofield Cc: Daniel Baluta --- Changes in v2: - removed names from i2c_device_id struct.

[PATCH v2] iio: humidity: hdc100x: add HDC1000 and HDC1008 to Kconfig

2016-07-25 Thread Alison Schofield
hdc100x supports Texas Instruments HDC1000 and HDC1008 relative humidity and temperature sensors. Add these product names to Kconfig. Signed-off-by: Alison Schofield Cc: Daniel Baluta --- Changes in v2: - removed names from i2c_device_id struct. (keep as hdc100x only) - updated commit msg and