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

2017-06-14 Thread Keiji Hayashibara
Hello Yamada-san, From: Masahiro Yamada [mailto:yamada.masah...@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 > > ---

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

2017-06-14 Thread Keiji Hayashibara
Hello Yamada-san, From: Masahiro Yamada [mailto:yamada.masah...@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 > > ---

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

2017-06-13 Thread Masahiro Yamada
Hayashibara-san 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

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

2017-06-13 Thread Masahiro Yamada
Hayashibara-san 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

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

2017-06-12 Thread Keiji Hayashibara
Add a watchdog driver for Socionext UniPhier series SoC. Note that the timeout value for this device must be a power of 2 because of the specification. Signed-off-by: Keiji Hayashibara --- Documentation/watchdog/watchdog-parameters.txt | 6 +

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

2017-06-12 Thread Keiji Hayashibara
Add a watchdog driver for Socionext UniPhier series SoC. Note that the timeout value for this device must be a power of 2 because of the specification. Signed-off-by: Keiji Hayashibara --- Documentation/watchdog/watchdog-parameters.txt | 6 + drivers/watchdog/Kconfig |