Re: [PATCH 3/6] watchdog: davinci: add GET_TIMELEFT option support

2013-11-18 Thread Guenter Roeck
On 11/18/2013 09:18 AM, Ivan Khoronzhuk wrote: Currently, the davinci watchdog can be read while counting, so we can add ability to report the remaining time before the system will reboot. Signed-off-by: Ivan Khoronzhuk Acked-by: Santosh Shilimkar Reviewed-by: Guenter Roeck ---

[PATCH 3/6] watchdog: davinci: add GET_TIMELEFT option support

2013-11-18 Thread Ivan Khoronzhuk
Currently, the davinci watchdog can be read while counting, so we can add ability to report the remaining time before the system will reboot. Signed-off-by: Ivan Khoronzhuk Acked-by: Santosh Shilimkar --- drivers/watchdog/davinci_wdt.c | 26 ++ 1 file changed, 26

[PATCH 3/6] watchdog: davinci: add GET_TIMELEFT option support

2013-11-18 Thread Ivan Khoronzhuk
Currently, the davinci watchdog can be read while counting, so we can add ability to report the remaining time before the system will reboot. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com Acked-by: Santosh Shilimkar santosh.shilim...@ti.com --- drivers/watchdog/davinci_wdt.c | 26

Re: [PATCH 3/6] watchdog: davinci: add GET_TIMELEFT option support

2013-11-18 Thread Guenter Roeck
On 11/18/2013 09:18 AM, Ivan Khoronzhuk wrote: Currently, the davinci watchdog can be read while counting, so we can add ability to report the remaining time before the system will reboot. Signed-off-by: Ivan Khoronzhuk ivan.khoronz...@ti.com Acked-by: Santosh Shilimkar santosh.shilim...@ti.com