Re: [PATCH] regulator: Move regulator drivers to subsys_initcall()

From: Liam Girdwood
Date: Tue Apr 28 2009 - 07:19:17 EST


On Mon, 2009-04-27 at 18:21 +0100, Mark Brown wrote:
> Regulators need to be available early in init in order to allow them
> to be available for consumers when requested. This is generally done
> by registering them at subsys_initcall() time but not all regulator
> drivers have done that. Convert these drivers to do so in order to
> mimimise future support.
>
> Signed-off-by: Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
> drivers/regulator/da903x.c | 2 +-
> drivers/regulator/fixed.c | 2 +-
> drivers/regulator/pcf50633-regulator.c | 2 +-
> drivers/regulator/wm8400-regulator.c | 2 +-
> 4 files changed, 4 insertions(+), 4 deletions(-)
>

Applied.

Thanks

Liam

--
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/