mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG
@ 2017-07-18  5:24 Keiji Hayashibara
  2017-07-18  5:51 ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Keiji Hayashibara @ 2017-07-18  5:24 UTC (permalink / raw)
  To: catalin.marinas, will.deacon
  Cc: linux-arm-kernel, linux-kernel, masami.hiramatsu,
	jaswinder.singh, yamada.masahiro, hayashi.kunihiko,
	owada.kiyoshi, Keiji Hayashibara

Enable the watchdog driver for UniPhier SoC

Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6c7d147..5d204a4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -310,6 +310,7 @@ CONFIG_WATCHDOG=y
 CONFIG_S3C2410_WATCHDOG=y
 CONFIG_MESON_GXBB_WATCHDOG=m
 CONFIG_MESON_WATCHDOG=m
+CONFIG_UNIPHIER_WATCHDOG=y
 CONFIG_RENESAS_WDT=y
 CONFIG_BCM2835_WDT=y
 CONFIG_MFD_CROS_EC=y
-- 
2.7.4

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

* Re: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG
  2017-07-18  5:24 [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Keiji Hayashibara
@ 2017-07-18  5:51 ` Masahiro Yamada
  2017-07-18  6:10   ` Keiji Hayashibara
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2017-07-18  5:51 UTC (permalink / raw)
  To: Keiji Hayashibara
  Cc: Catalin Marinas, Will Deacon, linux-arm-kernel,
	Linux Kernel Mailing List, Masami Hiramatsu, Jassi Brar,
	Kunihiko Hayashi, Kiyoshi Owada

2017-07-18 14:24 GMT+09:00 Keiji Hayashibara <hayashibara.keiji@socionext.com>:
> Enable the watchdog driver for UniPhier SoC
>
> Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index 6c7d147..5d204a4 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -310,6 +310,7 @@ CONFIG_WATCHDOG=y
>  CONFIG_S3C2410_WATCHDOG=y
>  CONFIG_MESON_GXBB_WATCHDOG=m
>  CONFIG_MESON_WATCHDOG=m
> +CONFIG_UNIPHIER_WATCHDOG=y
>  CONFIG_RENESAS_WDT=y
>  CONFIG_BCM2835_WDT=y
>  CONFIG_MFD_CROS_EC=y


Please add CONFIG_UNIPHIER_WATCHDOG=y
below CONFIG_RENESAS_WDT=y

It is the order preferred by "make savedefconfig".

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

* RE: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG
  2017-07-18  5:51 ` Masahiro Yamada
@ 2017-07-18  6:10   ` Keiji Hayashibara
  0 siblings, 0 replies; 3+ messages in thread
From: Keiji Hayashibara @ 2017-07-18  6:10 UTC (permalink / raw)
  To: Yamada, Masahiro/山田 真弘
  Cc: Catalin Marinas, Will Deacon, linux-arm-kernel,
	Linux Kernel Mailing List, Masami Hiramatsu, Jassi Brar, Hayashi,
	Kunihiko/林 邦彦,
	Owada, Kiyoshi/大和田 清志

Hello Yamada-san,


> From: Masahiro Yamada [mailto:yamada.masahiro@socionext.com]
> Sent: Tuesday, July 18, 2017 2:51 PM
> Subject: Re: [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG
> 
> 2017-07-18 14:24 GMT+09:00 Keiji Hayashibara <hayashibara.keiji@socionext.com>:
> > Enable the watchdog driver for UniPhier SoC
> >
> > Signed-off-by: Keiji Hayashibara <hayashibara.keiji@socionext.com>
> > ---
> >  arch/arm64/configs/defconfig | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> > index 6c7d147..5d204a4 100644
> > --- a/arch/arm64/configs/defconfig
> > +++ b/arch/arm64/configs/defconfig
> > @@ -310,6 +310,7 @@ CONFIG_WATCHDOG=y
> >  CONFIG_S3C2410_WATCHDOG=y
> >  CONFIG_MESON_GXBB_WATCHDOG=m
> >  CONFIG_MESON_WATCHDOG=m
> > +CONFIG_UNIPHIER_WATCHDOG=y
> >  CONFIG_RENESAS_WDT=y
> >  CONFIG_BCM2835_WDT=y
> >  CONFIG_MFD_CROS_EC=y
> 
> 
> Please add CONFIG_UNIPHIER_WATCHDOG=y
> below CONFIG_RENESAS_WDT=y
> 
> It is the order preferred by "make savedefconfig".

I will fix this in v2.

Thank you.

----------
Best Regards,
Keiji Hayashibara

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

end of thread, other threads:[~2017-07-18  6:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-18  5:24 [PATCH] arm64: defconfig: enable CONFIG_UNIPHIER_WATCHDOG Keiji Hayashibara
2017-07-18  5:51 ` Masahiro Yamada
2017-07-18  6:10   ` Keiji Hayashibara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®