Re: [PATCH 3/5] iio: light: us5182d: Add functions for selectively enabling als and proximity

2015-11-29 Thread Jonathan Cameron
On 24/11/15 10:59, Adriana Reus wrote: > Keep track of the als and px enabled/disabled status in > order to enable them selectively. > > Signed-off-by: Adriana Reus Couple more nitpicks, but again fixed up during apply. > --- > drivers/iio/light/us5182d.c | 64 >

Re: [PATCH 3/5] iio: light: us5182d: Add functions for selectively enabling als and proximity

2015-11-29 Thread Jonathan Cameron
On 24/11/15 10:59, Adriana Reus wrote: > Keep track of the als and px enabled/disabled status in > order to enable them selectively. > > Signed-off-by: Adriana Reus Couple more nitpicks, but again fixed up during apply. > --- > drivers/iio/light/us5182d.c | 64 >

[PATCH 3/5] iio: light: us5182d: Add functions for selectively enabling als and proximity

2015-11-24 Thread Adriana Reus
Keep track of the als and px enabled/disabled status in order to enable them selectively. Signed-off-by: Adriana Reus --- drivers/iio/light/us5182d.c | 64 ++--- 1 file changed, 60 insertions(+), 4 deletions(-) diff --git a/drivers/iio/light/us5182d.c

[PATCH 3/5] iio: light: us5182d: Add functions for selectively enabling als and proximity

2015-11-24 Thread Adriana Reus
Keep track of the als and px enabled/disabled status in order to enable them selectively. Signed-off-by: Adriana Reus --- drivers/iio/light/us5182d.c | 64 ++--- 1 file changed, 60 insertions(+), 4 deletions(-) diff --git