2010-06-10 08:46:36

by Sonic Zhang

[permalink] [raw]
Subject: [PATCH] regulator: make sure the regulator is available prior to the consumers.

>From 5a71b38961b0889a239842defd733774ed3d9cdf Mon Sep 17 00:00:00 2001
From: Sonic Zhang <[email protected]>
Date: Thu, 10 Jun 2010 16:50:20 +0800
Subject: [PATCH] regulator: make sure the regulator is available prior to the consumers.

Some systems are likely to want this to be subsys_initcall() to
make sure the regulator is available prior to the consumers.

Signed-off-by: Sonic Zhang <[email protected]>
---
drivers/regulator/ad5398.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/regulator/ad5398.c b/drivers/regulator/ad5398.c
index 0451c30..03969d3 100644
--- a/drivers/regulator/ad5398.c
+++ b/drivers/regulator/ad5398.c
@@ -274,7 +274,7 @@ static int __init ad5398_init(void)
{
return i2c_add_driver(&ad5398_driver);
}
-module_init(ad5398_init);
+subsys_initcall(ad5398_init);

static void __exit ad5398_exit(void)
{
--
1.6.0



2010-06-10 11:49:11

by Mark Brown

[permalink] [raw]
Subject: Re: [PATCH] regulator: make sure the regulator is available prior to the consumers.

On Thu, Jun 10, 2010 at 04:53:47PM +0800, sonic zhang wrote:
> >From 5a71b38961b0889a239842defd733774ed3d9cdf Mon Sep 17 00:00:00 2001
> From: Sonic Zhang <[email protected]>
> Date: Thu, 10 Jun 2010 16:50:20 +0800
> Subject: [PATCH] regulator: make sure the regulator is available prior to the consumers.
>
> Some systems are likely to want this to be subsys_initcall() to
> make sure the regulator is available prior to the consumers.
>
> Signed-off-by: Sonic Zhang <[email protected]>

Acked-by: Mark Brown <[email protected]>

2010-06-15 10:46:40

by Liam Girdwood

[permalink] [raw]
Subject: Re: [PATCH] regulator: make sure the regulator is available prior to the consumers.

On Thu, 2010-06-10 at 12:49 +0100, Mark Brown wrote:
> On Thu, Jun 10, 2010 at 04:53:47PM +0800, sonic zhang wrote:
> > >From 5a71b38961b0889a239842defd733774ed3d9cdf Mon Sep 17 00:00:00 2001
> > From: Sonic Zhang <[email protected]>
> > Date: Thu, 10 Jun 2010 16:50:20 +0800
> > Subject: [PATCH] regulator: make sure the regulator is available prior to the consumers.
> >
> > Some systems are likely to want this to be subsys_initcall() to
> > make sure the regulator is available prior to the consumers.
> >
> > Signed-off-by: Sonic Zhang <[email protected]>
>
> Acked-by: Mark Brown <[email protected]>

Applied.

Thanks

Liam
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk