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

2017-05-25 Thread Keiji Hayashibara
Hi Yamada-san, > > a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > > b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > > new file mode 100644 > > index 000..a59d1ba > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > > @@

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

2017-05-25 Thread Keiji Hayashibara
Hi Yamada-san, > > a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > > b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > > new file mode 100644 > > index 000..a59d1ba > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > > @@

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

2017-05-25 Thread Keiji Hayashibara
Hi Guenter, Thanks for your comment. > On 05/23/2017 11:34 PM, Keiji Hayashibara wrote: > > 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

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

2017-05-25 Thread Keiji Hayashibara
Hi Guenter, Thanks for your comment. > On 05/23/2017 11:34 PM, Keiji Hayashibara wrote: > > 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 >

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

2017-05-24 Thread yamada.masahiro
Hi Hayashibara-san > a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > new file mode 100644 > index 000..a59d1ba > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > @@ -0,0 +1,20

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

2017-05-24 Thread yamada.masahiro
Hi Hayashibara-san > a/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > new file mode 100644 > index 000..a59d1ba > --- /dev/null > +++ b/Documentation/devicetree/bindings/watchdog/uniphier-wdt.txt > @@ -0,0 +1,20

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

2017-05-24 Thread Guenter Roeck
On 05/23/2017 11:34 PM, Keiji Hayashibara wrote: 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 ---

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

2017-05-24 Thread Guenter Roeck
On 05/23/2017 11:34 PM, Keiji Hayashibara wrote: 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 --- .../devicetree/bindings/watchdog/uniphier-wdt.txt |