Re: [PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-29 Thread Pádraig Brady
On 03/25/2013 04:15 AM, Tony Chung wrote: > The current maximum of 255 seconds is insufficient. > For example, crash dump could take 5+ minutes. > > Signed-off-by: Tony Chung > --- > drivers/watchdog/w83627hf_wdt.c | 73 ++ > 1 files changed, 57

Re: [PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-29 Thread Pádraig Brady
On 03/25/2013 04:15 AM, Tony Chung wrote: The current maximum of 255 seconds is insufficient. For example, crash dump could take 5+ minutes. Signed-off-by: Tony Chung tonychun...@gmail.com --- drivers/watchdog/w83627hf_wdt.c | 73 ++ 1 files changed,

Re: [PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-25 Thread Guenter Roeck
On Sun, Mar 24, 2013 at 11:57:51PM -0700, Tony Chung wrote: > Thanks Guenter. > > So will the new watchdog infrastructure for this driver back-ported to > older LTS releases? > I don't think so. Guenter > On Sun, Mar 24, 2013 at 10:19 PM, Guenter Roeck wrote: > > > On Sun, Mar 24, 2013 at

Re: [PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-25 Thread Guenter Roeck
On Sun, Mar 24, 2013 at 11:57:51PM -0700, Tony Chung wrote: Thanks Guenter. So will the new watchdog infrastructure for this driver back-ported to older LTS releases? I don't think so. Guenter On Sun, Mar 24, 2013 at 10:19 PM, Guenter Roeck li...@roeck-us.net wrote: On Sun, Mar 24,

Re: [PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-24 Thread Guenter Roeck
On Sun, Mar 24, 2013 at 09:15:57PM -0700, Tony Chung wrote: > The current maximum of 255 seconds is insufficient. > For example, crash dump could take 5+ minutes. > > Signed-off-by: Tony Chung I would suggest to use the port to the watchdog infrastructure for any changes on this driver. > ---

[PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-24 Thread Tony Chung
The current maximum of 255 seconds is insufficient. For example, crash dump could take 5+ minutes. Signed-off-by: Tony Chung --- drivers/watchdog/w83627hf_wdt.c | 73 ++ 1 files changed, 57 insertions(+), 16 deletions(-) diff --git

[PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-24 Thread Tony Chung
The current maximum of 255 seconds is insufficient. For example, crash dump could take 5+ minutes. Signed-off-by: Tony Chung tonychun...@gmail.com --- drivers/watchdog/w83627hf_wdt.c | 73 ++ 1 files changed, 57 insertions(+), 16 deletions(-) diff --git

Re: [PATCH 1/1] watchdog:improve w83627hf_wdt to timeout in minutes

2013-03-24 Thread Guenter Roeck
On Sun, Mar 24, 2013 at 09:15:57PM -0700, Tony Chung wrote: The current maximum of 255 seconds is insufficient. For example, crash dump could take 5+ minutes. Signed-off-by: Tony Chung tonychun...@gmail.com I would suggest to use the port to the watchdog infrastructure for any changes on