Re: [PATCH 04/19] staging: iio: isl29028: add power management support

2017-01-08 Thread Jonathan Cameron
On 04/12/16 02:19, Brian Masney wrote: > This patch adds power management support to the isl29028 driver. > > Signed-off-by: Brian Masney Hmm. I'm not sure why we need the suspended boolean. I 'think' it's impossible to have a sysfs read in progress during suspend or

Re: [PATCH 04/19] staging: iio: isl29028: add power management support

2017-01-08 Thread Jonathan Cameron
On 04/12/16 02:19, Brian Masney wrote: > This patch adds power management support to the isl29028 driver. > > Signed-off-by: Brian Masney Hmm. I'm not sure why we need the suspended boolean. I 'think' it's impossible to have a sysfs read in progress during suspend or resume. At least I hope it

[PATCH 04/19] staging: iio: isl29028: add power management support

2016-12-03 Thread Brian Masney
This patch adds power management support to the isl29028 driver. Signed-off-by: Brian Masney --- drivers/staging/iio/light/isl29028.c | 59 1 file changed, 59 insertions(+) diff --git a/drivers/staging/iio/light/isl29028.c

[PATCH 04/19] staging: iio: isl29028: add power management support

2016-12-03 Thread Brian Masney
This patch adds power management support to the isl29028 driver. Signed-off-by: Brian Masney --- drivers/staging/iio/light/isl29028.c | 59 1 file changed, 59 insertions(+) diff --git a/drivers/staging/iio/light/isl29028.c