Re: [PATCH 2/6] watchdog/hpwdt: Advertize max_hw_heartbeat_ms

2019-06-06 Thread Guenter Roeck
On Fri, May 17, 2019 at 02:59:39PM -0600, Jerry Hoemann wrote: > Set max_hw_heartbeat_ms instead of max_timeout so that user client can > set timeout range in excess of what the underlying hardware supports. > > Signed-off-by: Jerry Hoemann Reviewed-by: Guenter Roeck > --- >

[PATCH 2/6] watchdog/hpwdt: Advertize max_hw_heartbeat_ms

2019-05-17 Thread Jerry Hoemann
Set max_hw_heartbeat_ms instead of max_timeout so that user client can set timeout range in excess of what the underlying hardware supports. Signed-off-by: Jerry Hoemann --- drivers/watchdog/hpwdt.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git