* [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig
@ 2015-07-15 6:42 Simon Horman
2015-07-15 6:47 ` Magnus Damm
2015-07-15 7:43 ` Geert Uytterhoeven
0 siblings, 2 replies; 5+ messages in thread
From: Simon Horman @ 2015-07-15 6:42 UTC (permalink / raw)
To: linux-arm-kernel
This is selected by MACH_MARZEN which is enabled in shmobile_defconfig,
however, MACH_MARZEN is going away along with the board code it enables.
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
Tested on top of renesas-next-20150715-v4.2-rc1
This patch is intended to be queued up before the patch that removes
MACH_MARZEN, thus the wording above.
---
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 38f0da00114e..fc15a19bfaf0 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -120,6 +120,7 @@ CONFIG_WATCHDOG=y
CONFIG_DA9063_WATCHDOG=y
CONFIG_MFD_AS3711=y
CONFIG_MFD_DA9063=y
+CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_AS3711=y
CONFIG_REGULATOR_DA9210=y
CONFIG_REGULATOR_GPIO=y
--
2.1.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig
2015-07-15 6:42 [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig Simon Horman
@ 2015-07-15 6:47 ` Magnus Damm
2015-07-15 6:55 ` Simon Horman
2015-07-15 7:43 ` Geert Uytterhoeven
1 sibling, 1 reply; 5+ messages in thread
From: Magnus Damm @ 2015-07-15 6:47 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simon,
On Wed, Jul 15, 2015 at 3:42 PM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> This is selected by MACH_MARZEN which is enabled in shmobile_defconfig,
> however, MACH_MARZEN is going away along with the board code it enables.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Thanks for dealing with this, looking good!
Cheers,
/ magnus
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig
2015-07-15 6:47 ` Magnus Damm
@ 2015-07-15 6:55 ` Simon Horman
0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2015-07-15 6:55 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jul 15, 2015 at 03:47:59PM +0900, Magnus Damm wrote:
> Hi Simon,
>
> On Wed, Jul 15, 2015 at 3:42 PM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > This is selected by MACH_MARZEN which is enabled in shmobile_defconfig,
> > however, MACH_MARZEN is going away along with the board code it enables.
> >
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>
> Thanks for dealing with this, looking good!
Thanks, I will shuffle things a bit so this is queued up before the patch
that removes the marzen-reference board code and MACH_MARZEN.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig
2015-07-15 6:42 [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig Simon Horman
2015-07-15 6:47 ` Magnus Damm
@ 2015-07-15 7:43 ` Geert Uytterhoeven
1 sibling, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2015-07-15 7:43 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Jul 15, 2015 at 8:42 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> This is selected by MACH_MARZEN which is enabled in shmobile_defconfig,
> however, MACH_MARZEN is going away along with the board code it enables.
>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.3
@ 2015-07-30 0:23 Simon Horman
2015-07-30 0:23 ` [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig Simon Horman
0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2015-07-30 0:23 UTC (permalink / raw)
To: linux-arm-kernel
Hi Olof, Hi Kevin, Hi Arnd,
Please consider these second round of Renesas ARM based SoC defconfig updates for v4.3.
This pull request is based on the previous round of
such requests, tagged as renesas-defconfig-for-v4.3,
which I have already sent a pull-request for.
The following changes since commit 821e79cb5686695f0adaef61587a184e953a937e:
ARM: shmobile: Remove marzen_defconfig (2015-07-17 08:29:45 +0900)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-defconfig2-for-v4.3
for you to fetch changes up to 4055a722d260ca30610fc52238d0aa49ff5bffa9:
ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig (2015-07-28 09:27:00 +0900)
----------------------------------------------------------------
Second Round of Renesas ARM Based SoC Defconfig Updates for v4.3
* Enable fixed voltage regulator in shmobile_defconfig
----------------------------------------------------------------
Simon Horman (1):
ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig
arch/arm/configs/shmobile_defconfig | 1 +
1 file changed, 1 insertion(+)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-07-30 0:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 6:42 [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig Simon Horman
2015-07-15 6:47 ` Magnus Damm
2015-07-15 6:55 ` Simon Horman
2015-07-15 7:43 ` Geert Uytterhoeven
-- strict thread matches above, loose matches on Subject: below --
2015-07-30 0:23 [GIT PULL] Second Round of Renesas ARM Based SoC Defconfig Updates for v4.3 Simon Horman
2015-07-30 0:23 ` [PATCH] ARM: shmobile: Enable fixed voltage regulator in shmobile_defconfig Simon Horman
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).