Re: [PATCH v5] [RESEND] regulator: Add GPIO enable control tofixed voltage regulator driver

From: Felipe Balbi
Date: Thu Aug 06 2009 - 03:26:53 EST


On Wed, Aug 05, 2009 at 10:25:51PM +0200, ext Roger Quadros wrote:
> From: Roger Quadros <ext-roger.quadros@xxxxxxxxx>
>
> Now fixed regulators that have their enable pin connected to a GPIO line
> can use the fixed regulator driver for regulator enable/disable control.
> The GPIO number and polarity information is passed through platform data.
> GPIO enable control is achieved using gpiolib.
>
> Signed-off-by: Roger Quadros <ext-roger.quadros@xxxxxxxxx>
> Reviewed-by: Philipp Zabel <philipp.zabel@xxxxxxxxx>
> Reviewed-by: Felipe Balbi <felipe.balbi@xxxxxxxxx>
> Acked-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> Makefile | 6 ++-
> drivers/regulator/fixed.c | 88 ++++++++++++++++++++++++++++++++++++++-
> include/linux/regulator/fixed.h | 24 +++++++++++
> 3 files changed, 114 insertions(+), 4 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 0d46615..b2ba5ef 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
> VERSION = 2
> PATCHLEVEL = 6
> SUBLEVEL = 31
> -EXTRAVERSION = -rc5
> +EXTRAVERSION = -rc4

nice!! :-p

--
balbi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/