Re: [PATCH] watchdog: renesas-wdt: Add support for WDIOF_CARDRESET

2018-04-13 Thread Wolfram Sang
> Reviewed-by: Guenetr Roeck Guenter, how about a keyboard macro to avoid such typos? ;) Fixed it in v2. signature.asc Description: PGP signature

Re: [PATCH] watchdog: renesas-wdt: Add support for WDIOF_CARDRESET

2018-03-21 Thread Geert Uytterhoeven
On Tue, Mar 20, 2018 at 10:36 PM, Wolfram Sang wrote: > From: Veeraiyan Chidambaram > > This patch adds the WDIOF_CARDRESET support for the Renessas platform > watchdog, to know if the board reboot is due to a watchdog reset. > > This is done via the WOVF bit (bit 4) of the RWTCSRA register, whic

Re: [PATCH] watchdog: renesas-wdt: Add support for WDIOF_CARDRESET

2018-03-21 Thread Wolfram Sang
On Wed, Mar 21, 2018 at 01:40:55AM +0200, Vladimir Zapolskiy wrote: > Hi Wolfram, > > On 03/20/2018 11:36 PM, Wolfram Sang wrote: > > From: Veeraiyan Chidambaram > > > > This patch adds the WDIOF_CARDRESET support for the Renessas platform > > typo, s/Renessas/Renesas/ Ooops, thanks! signat

Re: [PATCH] watchdog: renesas-wdt: Add support for WDIOF_CARDRESET

2018-03-20 Thread Vladimir Zapolskiy
Hi Wolfram, On 03/20/2018 11:36 PM, Wolfram Sang wrote: > From: Veeraiyan Chidambaram > > This patch adds the WDIOF_CARDRESET support for the Renessas platform typo, s/Renessas/Renesas/ > watchdog, to know if the board reboot is due to a watchdog reset. > > This is done via the WOVF bit (bit

Re: [PATCH] watchdog: renesas-wdt: Add support for WDIOF_CARDRESET

2018-03-20 Thread Guenter Roeck
On Tue, Mar 20, 2018 at 10:36:26PM +0100, Wolfram Sang wrote: > From: Veeraiyan Chidambaram > > This patch adds the WDIOF_CARDRESET support for the Renessas platform > watchdog, to know if the board reboot is due to a watchdog reset. > > This is done via the WOVF bit (bit 4) of the RWTCSRA regis

[PATCH] watchdog: renesas-wdt: Add support for WDIOF_CARDRESET

2018-03-20 Thread Wolfram Sang
From: Veeraiyan Chidambaram This patch adds the WDIOF_CARDRESET support for the Renessas platform watchdog, to know if the board reboot is due to a watchdog reset. This is done via the WOVF bit (bit 4) of the RWTCSRA register, which indicates if RWTCNT overflowed, triggering the reset in last bo