]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: bcm47xx_wdt.c: add hard timer
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 12 Jan 2013 17:14:11 +0000 (18:14 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Fri, 1 Mar 2013 11:47:31 +0000 (12:47 +0100)
commitaad6f56e6d8612e52695ff14d707978758d1a0fe
tree2bad2d0197b00acaa6ce11970d6480d186b9f29d
parent9c7a1263ca766b0da94be7573c527f00d11b7978
watchdog: bcm47xx_wdt.c: add hard timer

The more recent devices have a watchdog timer which could be configured
for over 2 hours and not just 2 seconds like the first generation
devices. For those devices do not use the extra software timer, but
directly program the time into the register. This will automatically be
used if the timer supports more than a minute.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/bcm47xx_wdt.c