Re: [PATCH v5 5/5] iio: humidity: si7020: add No Hold read mode

2015-10-31 Thread Jonathan Cameron
On 29/10/15 11:34, Nicola Corna wrote: > The Si7013/20/21 modules support 2 read modes: > * Hold mode (blocking), where the device stretches the clock until the end > of the measurement > * No Hold mode (non-blocking), where the device replies NACK for every I2C > call during the measurement >

Re: [PATCH 4/5] i2c: add i2c_check_quirks helper function

2015-10-31 Thread Jonathan Cameron
On 29/10/15 11:34, Nicola Corna wrote: > This patch adds a i2c_check_quirks helper function to check the quirk flags > of an i2c adapter, in a similar way to i2c_check_functionality. > > Signed-off-by: Nicola Corna I don't know about everyone else, but I'm finding this

[PATCH 2/2] i2c: add driver for Sigma Designs SMP8642 I2C master

2015-10-31 Thread Mans Rullgard
This adds a driver for the Sigma Designs SMP8642 built-in I2C master controller. The hardware is very similar to the I2C controller in the Ralink RT3050 chip with the addition of interrupt generation and an inverted busy/idle status bit. There are typically two controllers with a shared IRQ.

[PATCH 1/2] devicetree: i2c: add binding for Sigma Designs SMP8642 I2C master

2015-10-31 Thread Mans Rullgard
This adds a binding for the Sigma Designs SMP8642 built-in I2C master controller. Signed-off-by: Mans Rullgard --- .../devicetree/bindings/i2c/sigma,smp8642-i2c.txt | 24 ++ 1 file changed, 24 insertions(+) create mode 100644

Re: [PATCH 1/2] devicetree: i2c: add binding for Sigma Designs SMP8642 I2C master

2015-10-31 Thread Rob Herring
On Sat, Oct 31, 2015 at 12:35 PM, Mans Rullgard wrote: > This adds a binding for the Sigma Designs SMP8642 built-in I2C master > controller. > > Signed-off-by: Mans Rullgard Acked-by: Rob Herring > --- >