Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1665491

RE: [PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver

From "Keiji Hayashibara" <hayashibara.keiji@socionext.com>
Newsgroups linux.kernel
Subject RE: [PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver
Date 2017-06-14 09:00 +0200
Message-ID <tSarw-1Mo-15@gated-at.bofh.it> (permalink)
References <tRIEV-1n3-3@gated-at.bofh.it> <tRIEV-1n3-1@gated-at.bofh.it> <tS6QV-89V-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hello Yamada-san,

From: Masahiro Yamada [mailto:yamada.masahiro@socionext.com]
Sent: Wednesday, June 14, 2017 12:08 PM
>
> 2017-06-13 10:14 GMT+09:00 Keiji Hayashibara
> > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> > index 52a70ee..2a9d9a6 100644
> > --- a/drivers/watchdog/Kconfig
> > +++ b/drivers/watchdog/Kconfig
> > @@ -744,6 +744,17 @@ config ZX2967_WATCHDOG
> >           To compile this driver as a module, choose M here: the
> >           module will be called zx2967_wdt.
> >
> > +config UNIPHIER_WATCHDOG
> > +       tristate "UniPhier watchdog support"
> > +       depends on ARCH_UNIPHIER || COMPILE_TEST
> 
> This driver relies on syscon_node_to_regmap().
> Could you also add "depends on OF && MFD_SYSCON" ?

OK. I will fix this.
> 
> 
> > +       select WATCHDOG_CORE
> > +       help
> > +         Say Y here to include support watchdog timer embedded
> > +         into the UniPhier system.
> > +
> > +         To compile this driver as a module, choose M here: the
> > +         module will be called uniphier_wdt.
> > +

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

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver Keiji Hayashibara <hayashibara.keiji@socionext.com> - 2017-06-13 03:20 +0200
  Re: [PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-06-14 05:10 +0200
    RE: [PATCH V3 2/3] watchdog: uniphier: add UniPhier watchdog driver "Keiji Hayashibara" <hayashibara.keiji@socionext.com> - 2017-06-14 09:00 +0200

csiph-web