RE: [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

2012-09-04 Thread Bill Huang
> nvpublic > > On 08/24/2012 06:36 PM, Bill Huang wrote: > > >>> On Sun, Aug 19, 2012 at 06:07:55PM -0700, Bill Huang wrote: > > Add DT property "ti,system-power-controller" telling whether or > > not this pmic is in charge of controlling the system power, so > > the power off routin

RE: [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

2012-08-26 Thread Bill Huang
nvpublic > On 08/24/2012 06:36 PM, Bill Huang wrote: > >>> On Sun, Aug 19, 2012 at 06:07:55PM -0700, Bill Huang wrote: > Add DT property "ti,system-power-controller" telling whether or not > this pmic is in charge of controlling the system power, so the > power off routine can be hoo

Re: [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

2012-08-24 Thread Stephen Warren
On 08/24/2012 06:36 PM, Bill Huang wrote: >>> On Sun, Aug 19, 2012 at 06:07:55PM -0700, Bill Huang wrote: Add DT property "ti,system-power-controller" telling whether or not this pmic is in charge of controlling the system power, so the power off routine can be hooked up to system ca

RE: [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

2012-08-24 Thread Bill Huang
nvpublic > > On Sun, Aug 19, 2012 at 06:07:55PM -0700, Bill Huang wrote: > > > Add DT property "ti,system-power-controller" telling whether or not > > > this pmic is in charge of controlling the system power, so the power > > > off routine can be hooked up to system call "pm_power_off". > > > > > >

RE: [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

2012-08-22 Thread Bill Huang
nvpublic > On Sun, Aug 19, 2012 at 06:07:55PM -0700, Bill Huang wrote: > > Add DT property "ti,system-power-controller" telling whether or not > > this pmic is in charge of controlling the system power, so the power > > off routine can be hooked up to system call "pm_power_off". > > > > Based on th

Re: [PATCH v2 1/2] mfd: dt: tps6586x: Add power off control

2012-08-20 Thread Thierry Reding
On Sun, Aug 19, 2012 at 06:07:55PM -0700, Bill Huang wrote: > Add DT property "ti,system-power-controller" telling whether or not this > pmic is in charge of controlling the system power, so the power off > routine can be hooked up to system call "pm_power_off". > > Based on the work by: > Dan Wil