Re: [PATCH 6/6] iio: light: Updated Vishay Capella cm32181 ambient light sensor driver.

2015-05-23 Thread Jonathan Cameron
On 22/05/15 05:19, Kevin Tsai wrote: > - Added Interrupt support. > > Signed-off-by: Kevin Tsai This needs a detailed description. There is interaction in here I think between auto set thresholds and IIO threshold events. Not entirely obvious how this intended to work. Particularly as it seems

[PATCH 6/6] iio: light: Updated Vishay Capella cm32181 ambient light sensor driver.

2015-05-21 Thread Kevin Tsai
- Added Interrupt support. Signed-off-by: Kevin Tsai --- drivers/iio/light/cm32181.c | 156 +++- 1 file changed, 153 insertions(+), 3 deletions(-) diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c index b7abd46..1ae32a0 100644 --- a/d

[PATCH 6/6] iio: light: Updated Vishay Capella cm32181 ambient light sensor driver. - Added Interrupt support.

2015-05-21 Thread Kevin Tsai
Signed-off-by: Kevin Tsai --- Added Interrupt support. drivers/iio/light/cm32181.c | 156 +++- 1 file changed, 153 insertions(+), 3 deletions(-) diff --git a/drivers/iio/light/cm32181.c b/drivers/iio/light/cm32181.c index b7abd46..1ae32a0 100644 --- a/dri