* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20
@ 2015-01-29 1:31 Simon Horman
2015-01-29 1:31 ` [PATCH] ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again Simon Horman
2015-01-29 21:59 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Olof Johansson
0 siblings, 2 replies; 3+ messages in thread
From: Simon Horman @ 2015-01-29 1:31 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these Renesas ARM based SoC defconfig fixes for v3.20.
This pull request is based on "Second Round of Renesas ARM Based SoC
Defconfig Updates for v3.20", tagged as renesas-defconfig2-for-v3.20, which
you have previously pulled.
That pull-request was comprised of a single patch "ARM: shmobile: Enable
kzm9g board in multiplatform defconfig" which updated the mach_shmobile
based on the output of make savedefconfig run on a tree with sh73a0/kzm9g
multiplatform support present. And due to REGULATOR being indirectly
selected by Kconfig with that support prsent it was not present in the
resulting shmobile_defconfig.
However, sh73a0/kzm9g multiplatform supportsupport is no longer queued up
for v3.20 and thus is not enabled by make shmobile_defconfig resulting at
least in SDHI not working on boards based on R-Car Gen2 SoCs.
It may have been better if I had held off on the patch in question
until sh73a0/kzm9g multiplatform support was merged, something I expected
to occur for v3.20. But things being as they are this pull-request
provides a simple fix for the fallout.
The following changes since commit eb4513482d1c4882e3633528ccc48d77581b7bb1:
ARM: shmobile: Enable kzm9g board in multiplatform defconfig (2015-01-14 09:51:08 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-fixes-for-v3.20
for you to fetch changes up to 30aca3c84bd79b48154908b6c1592347f4df3d53:
ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again (2015-01-26 16:14:04 +0900)
----------------------------------------------------------------
Renesas ARM Based SoC Defconfig Fixes for v3.20
* Select CONFIG_REGULATOR in mach_shmobile defconfig once again
----------------------------------------------------------------
Kuninori Morimoto (1):
ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again
arch/arm/configs/shmobile_defconfig | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 3+ 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
2015-01-29 21:59 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Olof Johansson
1 sibling, 0 replies; 3+ 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] 3+ messages in thread
* [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20
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 21:59 ` Olof Johansson
1 sibling, 0 replies; 3+ messages in thread
From: Olof Johansson @ 2015-01-29 21:59 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Jan 29, 2015 at 10:31:22AM +0900, Simon Horman wrote:
> Hi Olof, Hi Kevin, Hi Arnd,
>
> Please consider these Renesas ARM based SoC defconfig fixes for v3.20.
>
> This pull request is based on "Second Round of Renesas ARM Based SoC
> Defconfig Updates for v3.20", tagged as renesas-defconfig2-for-v3.20, which
> you have previously pulled.
>
>
> That pull-request was comprised of a single patch "ARM: shmobile: Enable
> kzm9g board in multiplatform defconfig" which updated the mach_shmobile
> based on the output of make savedefconfig run on a tree with sh73a0/kzm9g
> multiplatform support present. And due to REGULATOR being indirectly
> selected by Kconfig with that support prsent it was not present in the
> resulting shmobile_defconfig.
>
> However, sh73a0/kzm9g multiplatform supportsupport is no longer queued up
> for v3.20 and thus is not enabled by make shmobile_defconfig resulting at
> least in SDHI not working on boards based on R-Car Gen2 SoCs.
>
> It may have been better if I had held off on the patch in question
> until sh73a0/kzm9g multiplatform support was merged, something I expected
> to occur for v3.20. But things being as they are this pull-request
> provides a simple fix for the fallout.
>
>
> The following changes since commit eb4513482d1c4882e3633528ccc48d77581b7bb1:
>
> ARM: shmobile: Enable kzm9g board in multiplatform defconfig (2015-01-14 09:51:08 +0900)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig-fixes-for-v3.20
>
> for you to fetch changes up to 30aca3c84bd79b48154908b6c1592347f4df3d53:
>
> ARM: shmobile: Select CONFIG_REGULATOR in defconfig once again (2015-01-26 16:14:04 +0900)
Merged, thanks.
-Olof
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-01-29 21:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 21:59 ` [GIT PULL] Renesas ARM Based SoC Defconfig Fixes for v3.20 Olof Johansson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).