Re: [Linaro-acpi] [PATCH v9 5/5] Watchdog: introduce ARM SBSA watchdog driver

2015-11-09 Thread Graeme Gregory
Hi Fu Wei, Looks ok to me. Reviewed by: Graeme Gregory Thanks On Mon, Nov 09, 2015 at 03:31:19PM +0800, fu@linaro.org wrote: > From: Fu Wei > > This driver bases on linux kernel watchdog framework, and > use "pretimeout" in the framework. It supports getting timeout and > pretimeout from

[PATCH v9 5/5] Watchdog: introduce ARM SBSA watchdog driver

2015-11-08 Thread fu . wei
From: Fu Wei This driver bases on linux kernel watchdog framework, and use "pretimeout" in the framework. It supports getting timeout and pretimeout from parameter and FDT at the driver init stage. In first timeout, the interrupt routine run panic to save system context. Signed-off-by: Fu Wei T