Re: [PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-27 Thread Guenter Roeck
On 11/26/2013 11:34 PM, Alexander Shiyan wrote: Hello. On 11/26/2013 08:26 AM, Alexander Shiyan wrote: This patch adds a watchdog driver for devices controlled through GPIO, (Analog Devices ADM706, IC 555 etc). Signed-off-by: Alexander Shiyan ... +++ b/Documentation/devicetree/bindings/wat

Re: [PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-26 Thread Alexander Shiyan
Hello. > On 11/26/2013 08:26 AM, Alexander Shiyan wrote: > > This patch adds a watchdog driver for devices controlled through GPIO, > > (Analog Devices ADM706, IC 555 etc). > > > > Signed-off-by: Alexander Shiyan ... > > +++ b/Documentation/devicetree/bindings/watchdog/gpio-wdt.txt > > @@ -0,0 +1

Re: [PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-26 Thread Guenter Roeck
On 11/26/2013 08:26 AM, Alexander Shiyan wrote: This patch adds a watchdog driver for devices controlled through GPIO, (Analog Devices ADM706, IC 555 etc). Signed-off-by: Alexander Shiyan --- A list of changes since v1 would be helpful. .../devicetree/bindings/watchdog/gpio-wdt.txt |

[PATCH v2] watchdog: GPIO-controlled watchdog

2013-11-26 Thread Alexander Shiyan
This patch adds a watchdog driver for devices controlled through GPIO, (Analog Devices ADM706, IC 555 etc). Signed-off-by: Alexander Shiyan --- .../devicetree/bindings/watchdog/gpio-wdt.txt | 23 ++ drivers/watchdog/Kconfig | 8 + drivers/watchdog/Makefile