Re: [PATCH 1/2] regulator: twl6030: do not write to _GRP for regulator enable

2011-05-22 Thread Mark Brown
On Fri, May 20, 2011 at 07:03:51PM +0530, Balaji T K wrote: TWL6030: regulator is enabled via VREG_STATE TWL4030: regulator is enabled via VREG_GRP Since there is nothing common, split twlreg_enable similar to other regulator_ops Signed-off-by: Balaji T K balaj...@ti.com Acked-by: Mark

Re: [PATCH 1/2] regulator: twl6030: do not write to _GRP for regulator enable

2011-05-22 Thread Liam Girdwood
On Sun, 2011-05-22 at 14:50 +0800, Mark Brown wrote: On Fri, May 20, 2011 at 07:03:51PM +0530, Balaji T K wrote: TWL6030: regulator is enabled via VREG_STATE TWL4030: regulator is enabled via VREG_GRP Since there is nothing common, split twlreg_enable similar to other regulator_ops

[PATCH 1/2] regulator: twl6030: do not write to _GRP for regulator enable

2011-05-20 Thread Balaji T K
TWL6030: regulator is enabled via VREG_STATE TWL4030: regulator is enabled via VREG_GRP Since there is nothing common, split twlreg_enable similar to other regulator_ops Signed-off-by: Balaji T K balaj...@ti.com --- drivers/regulator/twl-regulator.c | 39 +++-