RE: [PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-09-11 Thread Bill Huang
> > V1: > * Based on master branch of sameo/mfd-2.6.git > > Bill Huang (2): > mfd: dt: tps6586x: Add power off control > mfd: dt: tps65910: add power off control > > Documentation/devicetree/bindings/mfd/tps65910.txt |4 +++ > ..

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 i

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 t

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 ca

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 &

[PATCH v2 2/2] mfd: dt: tps65910: add power off control

2012-08-19 Thread Bill Huang
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 Willemsen Signed-off-by: Bill Huang Teste

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

2012-08-19 Thread Bill Huang
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 Willemsen Signed-off-by: Bill Huang Teste

[PATCH v2 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-08-19 Thread Bill Huang
ied on Seaboard (Tegra20) and Cardhu (Tegra30) V2: * Take multiple pmic instances into consideration while assigning global variables as per suggestion from Thierry Reding V1: * Based on master branch of sameo/mfd-2.6.git Bill Huang (2): mfd: dt: tps6586x: Add power off control mfd: dt: tps6

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

2012-08-17 Thread Bill Huang
nvpublic > On Fri, Aug 17, 2012 at 02:16:28AM -0700, Bill Huang wrote: > [...] > > diff --git a/drivers/mfd/tps6586x.c b/drivers/mfd/tps6586x.c > [...] > > @@ -505,6 +519,11 @@ static int __devinit tps6586x_i2c_probe(struct > > i2c_client *client, > &

[PATCH 2/2] mfd: dt: tps65910: add power off control

2012-08-17 Thread Bill Huang
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 Willemsen Signed-off-by: Bill Huang --- Docu

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

2012-08-17 Thread Bill Huang
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 Willemsen Signed-off-by: Bill Huang --- ...

[PATCH 0/2] mfd: dt: add power off support for Tegra20/Tegra30

2012-08-17 Thread Bill Huang
ied on Seaboard (Tegra20) and Cardhu (Tegra30) Bill Huang (2): mfd: dt: tps6586x: Add power off control mfd: dt: tps65910: add power off control Documentation/devicetree/bindings/mfd/tps65910.txt |4 +++ .../devicetree/bindings/regulator/tps6586x.txt |6 + drivers