Re: [PATCH v6 1/3] watchdog: add rza_wdt driver

2017-03-05 Thread Guenter Roeck
On 03/04/2017 02:37 PM, Chris Brandt wrote: Adds a watchdog timer driver for the Renesas RZ/A Series SoCs. A reset handler is also included since a WDT overflow is the only method for restarting an RZ/A SoC. Signed-off-by: Chris Brandt Reviewed-by: Guenter Roeck --- v3: * added #include *

[PATCH v6 1/3] watchdog: add rza_wdt driver

2017-03-04 Thread Chris Brandt
Adds a watchdog timer driver for the Renesas RZ/A Series SoCs. A reset handler is also included since a WDT overflow is the only method for restarting an RZ/A SoC. Signed-off-by: Chris Brandt --- v3: * added #include * alphabetized #include list * removed call to platform_set_drvdata v2: * remov