Re: [PATCH 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat

2017-01-30 Thread Guenter Roeck
On Mon, Jan 30, 2017 at 07:09:55PM +, Hartley Sweeten wrote: > On Monday, January 30, 2017 11:55 AM, Guenter Roeck wrote: > > On Mon, Jan 30, 2017 at 09:55:47AM -0700, H Hartley Sweeten wrote: > >> Cleanup this driver and remove the 200ms heartbeat timer. The core now > >> has the ability to ha

RE: [PATCH 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat

2017-01-30 Thread Hartley Sweeten
On Monday, January 30, 2017 11:55 AM, Guenter Roeck wrote: > On Mon, Jan 30, 2017 at 09:55:47AM -0700, H Hartley Sweeten wrote: >> Cleanup this driver and remove the 200ms heartbeat timer. The core now >> has the ability to handle the heartbeat. >> >> Signed-off-by: H Hartley Sweeten >> Cc: Wim V

Re: [PATCH 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat

2017-01-30 Thread Guenter Roeck
On Mon, Jan 30, 2017 at 09:55:47AM -0700, H Hartley Sweeten wrote: > Cleanup this driver and remove the 200ms heartbeat timer. The core now > has the ability to handle the heartbeat. > > Signed-off-by: H Hartley Sweeten > Cc: Wim Van Sebroeck > Cc: Guenter Roeck > --- > drivers/watchdog/ep93xx

[PATCH 1/2] watchdog: ep93xx_wdt: cleanup and let the core handle the heartbeat

2017-01-30 Thread H Hartley Sweeten
Cleanup this driver and remove the 200ms heartbeat timer. The core now has the ability to handle the heartbeat. Signed-off-by: H Hartley Sweeten Cc: Wim Van Sebroeck Cc: Guenter Roeck --- drivers/watchdog/ep93xx_wdt.c | 115 +- 1 file changed, 46 inserti