Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-19 Thread Mark Brown
On Fri, Jul 19, 2013 at 09:16:55AM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin Applied both, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-19 Thread Mark Brown
On Fri, Jul 19, 2013 at 09:16:55AM +0800, Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com Applied both, thanks. signature.asc Description: Digital signature

[PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-18 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/regulator/88pm800.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c index a7d962f..fc0c352 100644 --- a/drivers/regulator/88pm800.c +++ b/drivers/regulator/88pm800.c @@ -331,6 +331,7 @@ static int

[PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-18 Thread Axel Lin
Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/88pm800.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/regulator/88pm800.c b/drivers/regulator/88pm800.c index a7d962f..fc0c352 100644 --- a/drivers/regulator/88pm800.c +++ b/drivers/regulator/88pm800.c @@ -331,6

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-01 Thread Mark Brown
On Sun, Jun 30, 2013 at 07:14:55PM -0700, Chao Xie wrote: > I have seen that mfd: 88pm800: add regulator sub device is already > merged into Linux-next. So you mean that I need wait for 3.11 to > release, then resubmit the regulator patch? Sorry, just realised you said v3.11 - waiting till the

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-01 Thread Mark Brown
On Sun, Jun 30, 2013 at 07:14:55PM -0700, Chao Xie wrote: Please fix your mailer to word wrap within paragraphs. > I have seen that mfd: 88pm800: add regulator sub device is already > merged into Linux-next. So you mean that I need wait for 3.11 to > release, then resubmit the regulator patch?

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-01 Thread Mark Brown
On Sun, Jun 30, 2013 at 07:14:55PM -0700, Chao Xie wrote: Please fix your mailer to word wrap within paragraphs. I have seen that mfd: 88pm800: add regulator sub device is already merged into Linux-next. So you mean that I need wait for 3.11 to release, then resubmit the regulator patch?

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-07-01 Thread Mark Brown
On Sun, Jun 30, 2013 at 07:14:55PM -0700, Chao Xie wrote: I have seen that mfd: 88pm800: add regulator sub device is already merged into Linux-next. So you mean that I need wait for 3.11 to release, then resubmit the regulator patch? Sorry, just realised you said v3.11 - waiting till the

RE: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-06-30 Thread Chao Xie
> -Original Message- > From: Mark Brown [mailto:broo...@kernel.org] > Sent: Friday, June 28, 2013 9:50 PM > To: Axel Lin > Cc: Yi Zhang; Chao Xie; Liam Girdwood; linux-kernel@vger.kernel.org > Subject: Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node >

RE: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-06-30 Thread Chao Xie
-Original Message- From: Mark Brown [mailto:broo...@kernel.org] Sent: Friday, June 28, 2013 9:50 PM To: Axel Lin Cc: Yi Zhang; Chao Xie; Liam Girdwood; linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-06-28 Thread Mark Brown
On Fri, Jun 28, 2013 at 09:32:34PM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin > --- > Hi, > Seems current code also needs this patch: > mfd: 88pm800: add regulator sub device [1] Oh dear. I've just reverted the patch (my build testing hadn't caught up yet). Chao, please resubmit

[PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-06-28 Thread Axel Lin
Signed-off-by: Axel Lin --- Hi, Seems current code also needs this patch: mfd: 88pm800: add regulator sub device [1] Otherwise, I got build error: CC drivers/regulator/88pm800.o drivers/regulator/88pm800.c: In function 'pm800_regulator_probe': drivers/regulator/88pm800.c:356:21:

[PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-06-28 Thread Axel Lin
Signed-off-by: Axel Lin axel@ingics.com --- Hi, Seems current code also needs this patch: mfd: 88pm800: add regulator sub device [1] Otherwise, I got build error: CC drivers/regulator/88pm800.o drivers/regulator/88pm800.c: In function 'pm800_regulator_probe':

Re: [PATCH 1/2] regulator: 88pm800: Add missing config.of_node setting for regulator register

2013-06-28 Thread Mark Brown
On Fri, Jun 28, 2013 at 09:32:34PM +0800, Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com --- Hi, Seems current code also needs this patch: mfd: 88pm800: add regulator sub device [1] Oh dear. I've just reverted the patch (my build testing hadn't caught up yet). Chao,