Re: [PATCHv2 1/8] Regulator: Add TPS65023 regulator driver

2009-08-26 Thread Linus Walleij
2009/8/12 Anuj Aggarwal : > Adding support for TI TPS65023 regulator driver > > Signed-off-by: Anuj Aggarwal > --- >  drivers/regulator/tps65023-regulator.c |  638 > >  1 files changed, 638 insertions(+), 0 deletions(-) >  create mode 100644 drivers/regulator/tps

Re: [PATCHv2 1/8] Regulator: Add TPS65023 regulator driver

2009-08-13 Thread Liam Girdwood
On Wed, 2009-08-12 at 10:17 +0530, Anuj Aggarwal wrote: > Adding support for TI TPS65023 regulator driver > > Signed-off-by: Anuj Aggarwal > --- > drivers/regulator/tps65023-regulator.c | 638 > > 1 files changed, 638 insertions(+), 0 deletions(-) > create mod

Re: [PATCHv2 1/8] Regulator: Add TPS65023 regulator driver

2009-08-12 Thread Mark Brown
On Wed, Aug 12, 2009 at 10:17:56AM +0530, Anuj Aggarwal wrote: > Adding support for TI TPS65023 regulator driver > > Signed-off-by: Anuj Aggarwal Looks good. Acked-by: Mark Brown -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger

[PATCHv2 1/8] Regulator: Add TPS65023 regulator driver

2009-08-11 Thread Anuj Aggarwal
Adding support for TI TPS65023 regulator driver Signed-off-by: Anuj Aggarwal --- drivers/regulator/tps65023-regulator.c | 638 1 files changed, 638 insertions(+), 0 deletions(-) create mode 100644 drivers/regulator/tps65023-regulator.c diff --git a/drivers/reg