Re: [PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer

2015-11-25 Thread Simon Arlott
On 25/11/15 20:14, Jonas Gorski wrote: > On Tue, Nov 24, 2015 at 7:21 PM, Guenter Roeck wrote: >> On Sun, Nov 22, 2015 at 02:05:16PM +, Simon Arlott wrote: >>> There is a level triggered interrupt for the watchdog timer as part of >>> the bcm63xx_timer device. The interrupt occurs when the har

Re: [PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer

2015-11-25 Thread Jonas Gorski
On Tue, Nov 24, 2015 at 7:21 PM, Guenter Roeck wrote: > On Sun, Nov 22, 2015 at 02:05:16PM +, Simon Arlott wrote: >> There is a level triggered interrupt for the watchdog timer as part of >> the bcm63xx_timer device. The interrupt occurs when the hardware watchdog >> timer reaches 50% of the r

Re: [PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer

2015-11-24 Thread Guenter Roeck
On Sun, Nov 22, 2015 at 02:05:16PM +, Simon Arlott wrote: > There is a level triggered interrupt for the watchdog timer as part of > the bcm63xx_timer device. The interrupt occurs when the hardware watchdog > timer reaches 50% of the remaining time. > > It is not possible to mask the interrupt

[PATCH 4/10] watchdog: bcm63xx_wdt: Handle hardware interrupt and remove software timer

2015-11-22 Thread Simon Arlott
There is a level triggered interrupt for the watchdog timer as part of the bcm63xx_timer device. The interrupt occurs when the hardware watchdog timer reaches 50% of the remaining time. It is not possible to mask the interrupt within the bcm63xx_timer device. To get around this limitation, handle