All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:26 ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-26  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:26 ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-26  2:26 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  2:26 ` Simon Horman
@ 2015-01-26  2:31   ` Kuninori Morimoto
  -1 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  2:31 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> eb4513482d1c4882e3633528ccc48d77581b7bb1
> (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> generated using a tree where CONFIG_REGULATOR is indirectly
> selected by ARCH_SH73A0.
> 
> ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> in that release. This causes at least SDHI to stop working on
> R-Car Gen2 SoCs.
> 
> Reported-by: Magnus Damm <damm+renesas@opensource.se>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> [horms: minimal patch targeted as a fix]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  arch/arm/configs/shmobile_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index 4f9868d..b553e2c 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
>  CONFIG_DA9063_WATCHDOG=y
>  CONFIG_MFD_AS3711=y
>  CONFIG_MFD_DA9063=y
> +CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_AS3711=y
>  CONFIG_REGULATOR_DA9210=y
>  CONFIG_REGULATOR_GPIO=y

Oh.. Thank you for your help
(I have sent other question mail)
It looks good :)


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  2:31   ` Kuninori Morimoto
  0 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  2:31 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> eb4513482d1c4882e3633528ccc48d77581b7bb1
> (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> generated using a tree where CONFIG_REGULATOR is indirectly
> selected by ARCH_SH73A0.
> 
> ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> in that release. This causes at least SDHI to stop working on
> R-Car Gen2 SoCs.
> 
> Reported-by: Magnus Damm <damm+renesas@opensource.se>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> [horms: minimal patch targeted as a fix]
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>  arch/arm/configs/shmobile_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index 4f9868d..b553e2c 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
>  CONFIG_DA9063_WATCHDOG=y
>  CONFIG_MFD_AS3711=y
>  CONFIG_MFD_DA9063=y
> +CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_AS3711=y
>  CONFIG_REGULATOR_DA9210=y
>  CONFIG_REGULATOR_GPIO=y

Oh.. Thank you for your help
(I have sent other question mail)
It looks good :)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  2:31   ` Kuninori Morimoto
@ 2015-01-26  3:59     ` Simon Horman
  -1 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-26  3:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 02:31:55AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > generated using a tree where CONFIG_REGULATOR is indirectly
> > selected by ARCH_SH73A0.
> > 
> > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > in that release. This causes at least SDHI to stop working on
> > R-Car Gen2 SoCs.
> > 
> > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > [horms: minimal patch targeted as a fix]
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/configs/shmobile_defconfig | 1 +
> >  1 file changed, 1 insertion(+)

For the record, this patch is based on
renesas-next-20150122-v3.19-rc1.

> > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > index 4f9868d..b553e2c 100644
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> >  CONFIG_DA9063_WATCHDOG=y
> >  CONFIG_MFD_AS3711=y
> >  CONFIG_MFD_DA9063=y
> > +CONFIG_REGULATOR=y
> >  CONFIG_REGULATOR_AS3711=y
> >  CONFIG_REGULATOR_DA9210=y
> >  CONFIG_REGULATOR_GPIO=y
> 
> Oh.. Thank you for your help
> (I have sent other question mail)
> It looks good :)

Thanks. I have tried to address your questions in an answer to your
other email. Can you confirm me know if the above patch is ok for you or not.
I'd like to get this one right :)


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  3:59     ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-26  3:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 02:31:55AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > 
> > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > generated using a tree where CONFIG_REGULATOR is indirectly
> > selected by ARCH_SH73A0.
> > 
> > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > in that release. This causes at least SDHI to stop working on
> > R-Car Gen2 SoCs.
> > 
> > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > [horms: minimal patch targeted as a fix]
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > ---
> >  arch/arm/configs/shmobile_defconfig | 1 +
> >  1 file changed, 1 insertion(+)

For the record, this patch is based on
renesas-next-20150122-v3.19-rc1.

> > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > index 4f9868d..b553e2c 100644
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> >  CONFIG_DA9063_WATCHDOG=y
> >  CONFIG_MFD_AS3711=y
> >  CONFIG_MFD_DA9063=y
> > +CONFIG_REGULATOR=y
> >  CONFIG_REGULATOR_AS3711=y
> >  CONFIG_REGULATOR_DA9210=y
> >  CONFIG_REGULATOR_GPIO=y
> 
> Oh.. Thank you for your help
> (I have sent other question mail)
> It looks good :)

Thanks. I have tried to address your questions in an answer to your
other email. Can you confirm me know if the above patch is ok for you or not.
I'd like to get this one right :)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  3:59     ` Simon Horman
@ 2015-01-26  4:07       ` Kuninori Morimoto
  -1 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  4:07 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > selected by ARCH_SH73A0.
> > > 
> > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > in that release. This causes at least SDHI to stop working on
> > > R-Car Gen2 SoCs.
> > > 
> > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > [horms: minimal patch targeted as a fix]
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > ---
> > >  arch/arm/configs/shmobile_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> 
> For the record, this patch is based on
> renesas-next-20150122-v3.19-rc1.

Thank you

> > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > index 4f9868d..b553e2c 100644
> > > --- a/arch/arm/configs/shmobile_defconfig
> > > +++ b/arch/arm/configs/shmobile_defconfig
> > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > >  CONFIG_DA9063_WATCHDOG=y
> > >  CONFIG_MFD_AS3711=y
> > >  CONFIG_MFD_DA9063=y
> > > +CONFIG_REGULATOR=y
> > >  CONFIG_REGULATOR_AS3711=y
> > >  CONFIG_REGULATOR_DA9210=y
> > >  CONFIG_REGULATOR_GPIO=y
> > 
> > Oh.. Thank you for your help
> > (I have sent other question mail)
> > It looks good :)
> 
> Thanks. I have tried to address your questions in an answer to your
> other email. Can you confirm me know if the above patch is ok for you or not.
> I'd like to get this one right :)

It OK in my quick check
Thank you

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  4:07       ` Kuninori Morimoto
  0 siblings, 0 replies; 12+ messages in thread
From: Kuninori Morimoto @ 2015-01-26  4:07 UTC (permalink / raw)
  To: linux-arm-kernel


Hi Simon

> > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > selected by ARCH_SH73A0.
> > > 
> > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > in that release. This causes at least SDHI to stop working on
> > > R-Car Gen2 SoCs.
> > > 
> > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > [horms: minimal patch targeted as a fix]
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > ---
> > >  arch/arm/configs/shmobile_defconfig | 1 +
> > >  1 file changed, 1 insertion(+)
> 
> For the record, this patch is based on
> renesas-next-20150122-v3.19-rc1.

Thank you

> > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > index 4f9868d..b553e2c 100644
> > > --- a/arch/arm/configs/shmobile_defconfig
> > > +++ b/arch/arm/configs/shmobile_defconfig
> > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > >  CONFIG_DA9063_WATCHDOG=y
> > >  CONFIG_MFD_AS3711=y
> > >  CONFIG_MFD_DA9063=y
> > > +CONFIG_REGULATOR=y
> > >  CONFIG_REGULATOR_AS3711=y
> > >  CONFIG_REGULATOR_DA9210=y
> > >  CONFIG_REGULATOR_GPIO=y
> > 
> > Oh.. Thank you for your help
> > (I have sent other question mail)
> > It looks good :)
> 
> Thanks. I have tried to address your questions in an answer to your
> other email. Can you confirm me know if the above patch is ok for you or not.
> I'd like to get this one right :)

It OK in my quick check
Thank you

Best regards
---
Kuninori Morimoto

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-26  4:07       ` Kuninori Morimoto
@ 2015-01-26  8:47         ` Simon Horman
  -1 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-26  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 04:07:18AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > > selected by ARCH_SH73A0.
> > > > 
> > > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > > in that release. This causes at least SDHI to stop working on
> > > > R-Car Gen2 SoCs.
> > > > 
> > > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > > [horms: minimal patch targeted as a fix]
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > ---
> > > >  arch/arm/configs/shmobile_defconfig | 1 +
> > > >  1 file changed, 1 insertion(+)
> > 
> > For the record, this patch is based on
> > renesas-next-20150122-v3.19-rc1.
> 
> Thank you
> 
> > > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > > index 4f9868d..b553e2c 100644
> > > > --- a/arch/arm/configs/shmobile_defconfig
> > > > +++ b/arch/arm/configs/shmobile_defconfig
> > > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > > >  CONFIG_DA9063_WATCHDOG=y
> > > >  CONFIG_MFD_AS3711=y
> > > >  CONFIG_MFD_DA9063=y
> > > > +CONFIG_REGULATOR=y
> > > >  CONFIG_REGULATOR_AS3711=y
> > > >  CONFIG_REGULATOR_DA9210=y
> > > >  CONFIG_REGULATOR_GPIO=y
> > > 
> > > Oh.. Thank you for your help
> > > (I have sent other question mail)
> > > It looks good :)
> > 
> > Thanks. I have tried to address your questions in an answer to your
> > other email. Can you confirm me know if the above patch is ok for you or not.
> > I'd like to get this one right :)
> 
> It OK in my quick check
> Thank you

Thanks, I have queued this up as a fix for v3.20
and pushed it as part of renesas-next-20150126-v3.19-rc1.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-26  8:47         ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-26  8:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Jan 26, 2015 at 04:07:18AM +0000, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > > eb4513482d1c4882e3633528ccc48d77581b7bb1
> > > > (ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
> > > > dropped CONFIG_REGULATOR from shmobile_defconfig as it was
> > > > generated using a tree where CONFIG_REGULATOR is indirectly
> > > > selected by ARCH_SH73A0.
> > > > 
> > > > ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
> > > > changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
> > > > in that release. This causes at least SDHI to stop working on
> > > > R-Car Gen2 SoCs.
> > > > 
> > > > Reported-by: Magnus Damm <damm+renesas@opensource.se>
> > > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> > > > [horms: minimal patch targeted as a fix]
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > > ---
> > > >  arch/arm/configs/shmobile_defconfig | 1 +
> > > >  1 file changed, 1 insertion(+)
> > 
> > For the record, this patch is based on
> > renesas-next-20150122-v3.19-rc1.
> 
> Thank you
> 
> > > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> > > > index 4f9868d..b553e2c 100644
> > > > --- a/arch/arm/configs/shmobile_defconfig
> > > > +++ b/arch/arm/configs/shmobile_defconfig
> > > > @@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
> > > >  CONFIG_DA9063_WATCHDOG=y
> > > >  CONFIG_MFD_AS3711=y
> > > >  CONFIG_MFD_DA9063=y
> > > > +CONFIG_REGULATOR=y
> > > >  CONFIG_REGULATOR_AS3711=y
> > > >  CONFIG_REGULATOR_DA9210=y
> > > >  CONFIG_REGULATOR_GPIO=y
> > > 
> > > Oh.. Thank you for your help
> > > (I have sent other question mail)
> > > It looks good :)
> > 
> > Thanks. I have tried to address your questions in an answer to your
> > other email. Can you confirm me know if the above patch is ok for you or not.
> > I'd like to get this one right :)
> 
> It OK in my quick check
> Thank you

Thanks, I have queued this up as a fix for v3.20
and pushed it as part of renesas-next-20150126-v3.19-rc1.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
  2015-01-29  1:31 [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Simon Horman
@ 2015-01-29  1:31   ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-29  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
@ 2015-01-29  1:31   ` Simon Horman
  0 siblings, 0 replies; 12+ messages in thread
From: Simon Horman @ 2015-01-29  1:31 UTC (permalink / raw)
  To: linux-arm-kernel

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

eb4513482d1c4882e3633528ccc48d77581b7bb1
(ARM: shmobile: Enable kzm9g board in multiplatform defconfig)
dropped CONFIG_REGULATOR from shmobile_defconfig as it was
generated using a tree where CONFIG_REGULATOR is indirectly
selected by ARCH_SH73A0.

ARCH_SH73A0 is not queued up for v3.20 and thus, baring unforeseen
changes, CONFIG_REGULATOR will not be selected by shmobile_defconfig
in that release. This causes at least SDHI to stop working on
R-Car Gen2 SoCs.

Reported-by: Magnus Damm <damm+renesas@opensource.se>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
[horms: minimal patch targeted as a fix]
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 4f9868d..b553e2c 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -118,6 +118,7 @@ CONFIG_WATCHDOG=y
 CONFIG_DA9063_WATCHDOG=y
 CONFIG_MFD_AS3711=y
 CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR=y
 CONFIG_REGULATOR_AS3711=y
 CONFIG_REGULATOR_DA9210=y
 CONFIG_REGULATOR_GPIO=y
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-01-29  1:31 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26  2:26 [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-26  2:26 ` Simon Horman
2015-01-26  2:31 ` Kuninori Morimoto
2015-01-26  2:31   ` Kuninori Morimoto
2015-01-26  3:59   ` Simon Horman
2015-01-26  3:59     ` Simon Horman
2015-01-26  4:07     ` Kuninori Morimoto
2015-01-26  4:07       ` Kuninori Morimoto
2015-01-26  8:47       ` Simon Horman
2015-01-26  8:47         ` Simon Horman
2015-01-29  1:31 [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Simon Horman
2015-01-29  1:31 ` [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-29  1:31   ` Simon Horman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.