Re: [PATCH 1/2] watchdog: davinci_wdt: add restart function

2017-12-11 Thread Guenter Roeck
On Mon, Dec 11, 2017 at 11:21:08AM -0600, David Lechner wrote: > This adds a restart function to the davinci watchdog timer driver. > > This is copied from arch/arm/mach-davinci/time.c and will allow us to > remove the code from there. > > Signed-off-by: David Lechner

Re: [PATCH 1/2] watchdog: davinci_wdt: add restart function

2017-12-11 Thread Guenter Roeck
On Mon, Dec 11, 2017 at 11:21:08AM -0600, David Lechner wrote: > This adds a restart function to the davinci watchdog timer driver. > > This is copied from arch/arm/mach-davinci/time.c and will allow us to > remove the code from there. > > Signed-off-by: David Lechner Reviewed-by: Guenter

[PATCH 1/2] watchdog: davinci_wdt: add restart function

2017-12-11 Thread David Lechner
This adds a restart function to the davinci watchdog timer driver. This is copied from arch/arm/mach-davinci/time.c and will allow us to remove the code from there. Signed-off-by: David Lechner --- drivers/watchdog/davinci_wdt.c | 38 ++

[PATCH 1/2] watchdog: davinci_wdt: add restart function

2017-12-11 Thread David Lechner
This adds a restart function to the davinci watchdog timer driver. This is copied from arch/arm/mach-davinci/time.c and will allow us to remove the code from there. Signed-off-by: David Lechner --- drivers/watchdog/davinci_wdt.c | 38 ++ 1 file changed, 38