Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-08-01 Thread Stephen Warren
On 08/01/2013 02:47 AM, Lee Jones wrote: > On Wed, 31 Jul 2013, Stephen Warren wrote: > >> On 07/31/2013 03:56 AM, Lee Jones wrote: >>> On Tue, 30 Jul 2013, Bill Huang wrote: >>> Hook up "pm_power_off" to palmas power off routine if there is DT property "ti,system-power-controller" defin

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-08-01 Thread Lee Jones
On Wed, 31 Jul 2013, Stephen Warren wrote: > On 07/31/2013 03:56 AM, Lee Jones wrote: > > On Tue, 30 Jul 2013, Bill Huang wrote: > > > >> Hook up "pm_power_off" to palmas power off routine if there is DT > >> property "ti,system-power-controller" defined, so platform which is > >> powered by this

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-31 Thread Stephen Warren
On 07/31/2013 12:22 AM, Bill Huang wrote: > On Tue, 2013-07-30 at 21:17 +0800, Nishanth Menon wrote: >> On 07/30/2013 07:05 AM, Bill Huang wrote: >>> Hook up "pm_power_off" to palmas power off routine if there is DT >>> property "ti,system-power-controller" defined, so platform which is >>> powered

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-31 Thread Stephen Warren
On 07/31/2013 03:56 AM, Lee Jones wrote: > On Tue, 30 Jul 2013, Bill Huang wrote: > >> Hook up "pm_power_off" to palmas power off routine if there is DT >> property "ti,system-power-controller" defined, so platform which is >> powered by this regulator can be powered off properly. >> >> Based on w

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-31 Thread Nishanth Menon
On 07/31/2013 01:22 AM, Bill Huang wrote: On Tue, 2013-07-30 at 21:17 +0800, Nishanth Menon wrote: On 07/30/2013 07:05 AM, Bill Huang wrote: [...] diff --git a/Documentation/devicetree/bindings/regulator/palmas-pmic.txt b/Documentation/devicetree/bindings/regulator/palmas-pmic.txt index 30b0

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-31 Thread Bill Huang
On Wed, 2013-07-31 at 17:56 +0800, Lee Jones wrote: > On Tue, 30 Jul 2013, Bill Huang wrote: > > > Hook up "pm_power_off" to palmas power off routine if there is DT > > property "ti,system-power-controller" defined, so platform which is > > powered by this regulator can be powered off properly. >

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-31 Thread Lee Jones
On Tue, 30 Jul 2013, Bill Huang wrote: > Hook up "pm_power_off" to palmas power off routine if there is DT > property "ti,system-power-controller" defined, so platform which is > powered by this regulator can be powered off properly. > > Based on work by: > Mallikarjun Kasoju > > Signed-off-by:

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-30 Thread Bill Huang
On Tue, 2013-07-30 at 21:17 +0800, Nishanth Menon wrote: > On 07/30/2013 07:05 AM, Bill Huang wrote: > > Hook up "pm_power_off" to palmas power off routine if there is DT > > property "ti,system-power-controller" defined, so platform which is > > powered by this regulator can be powered off properl

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-07-30 Thread Nishanth Menon
On 07/30/2013 07:05 AM, Bill Huang wrote: Hook up "pm_power_off" to palmas power off routine if there is DT property "ti,system-power-controller" defined, so platform which is powered by this regulator can be powered off properly. Based on work by: Mallikarjun Kasoju Signed-off-by: Bill Huang

[PATCH 1/1] mfd: palmas: Add power off control

2013-07-30 Thread Bill Huang
Hook up "pm_power_off" to palmas power off routine if there is DT property "ti,system-power-controller" defined, so platform which is powered by this regulator can be powered off properly. Based on work by: Mallikarjun Kasoju Signed-off-by: Bill Huang cc: Mallikarjun Kasoju --- .../devicetree

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-03-15 Thread Bill Huang
On Sat, 2013-03-16 at 01:22 +0800, Stephen Warren wrote: > On 03/14/2013 11:51 PM, Bill Huang wrote: > > On Fri, 2013-03-15 at 13:19 +0800, Stephen Warren wrote: > >> On 03/14/2013 04:58 AM, Bill Huang wrote: > >>> Hook up "pm_power_off" to palmas power off routine if there is DT > >>> property "ti

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-03-15 Thread Stephen Warren
On 03/14/2013 11:51 PM, Bill Huang wrote: > On Fri, 2013-03-15 at 13:19 +0800, Stephen Warren wrote: >> On 03/14/2013 04:58 AM, Bill Huang wrote: >>> Hook up "pm_power_off" to palmas power off routine if there is DT >>> property "ti,system-power-controller" defined, so platform which is >>> powered

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-03-14 Thread Bill Huang
On Fri, 2013-03-15 at 13:19 +0800, Stephen Warren wrote: > On 03/14/2013 04:58 AM, Bill Huang wrote: > > Hook up "pm_power_off" to palmas power off routine if there is DT > > property "ti,system-power-controller" defined, so platform which is > > powered by this regulator can be powered off properl

Re: [PATCH 1/1] mfd: palmas: Add power off control

2013-03-14 Thread Stephen Warren
On 03/14/2013 04:58 AM, Bill Huang wrote: > Hook up "pm_power_off" to palmas power off routine if there is DT > property "ti,system-power-controller" defined, so platform which is > powered by this regulator can be powered off properly. > diff --git a/drivers/mfd/palmas.c b/drivers/mfd/palmas.c >

[PATCH 1/1] mfd: palmas: Add power off control

2013-03-14 Thread Bill Huang
Hook up "pm_power_off" to palmas power off routine if there is DT property "ti,system-power-controller" defined, so platform which is powered by this regulator can be powered off properly. Based on work by: Mallikarjun Kasoju Signed-off-by: Bill Huang --- drivers/mfd/palmas.c | 25