Re: [PATCH v2 15/15] staging: iio: isl29028: add runtime power management support

2017-01-21 Thread Jonathan Cameron
On 21 January 2017 16:49:09 GMT+00:00, Brian Masney wrote: >On Sat, Jan 21, 2017 at 02:58:12PM +, Jonathan Cameron wrote: >> On 17/01/17 09:25, Brian Masney wrote: >> > This patch adds runtime power management support to the isl29028 >driver. >> > It defaults to

Re: [PATCH v2 15/15] staging: iio: isl29028: add runtime power management support

2017-01-21 Thread Brian Masney
On Sat, Jan 21, 2017 at 02:58:12PM +, Jonathan Cameron wrote: > On 17/01/17 09:25, Brian Masney wrote: > > This patch adds runtime power management support to the isl29028 driver. > > It defaults to powering off the device after two seconds of inactivity. > > > >

Re: [PATCH v2 15/15] staging: iio: isl29028: add runtime power management support

2017-01-21 Thread Jonathan Cameron
On 17/01/17 09:25, Brian Masney wrote: > This patch adds runtime power management support to the isl29028 driver. > It defaults to powering off the device after two seconds of inactivity. > > isl29028_chip_init_and_power_on() currently only zeros the CONFIGURE > register on the chip, which will

[PATCH v2 15/15] staging: iio: isl29028: add runtime power management support

2017-01-17 Thread Brian Masney
This patch adds runtime power management support to the isl29028 driver. It defaults to powering off the device after two seconds of inactivity. isl29028_chip_init_and_power_on() currently only zeros the CONFIGURE register on the chip, which will cause the chip to turn off. This patch also