aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/bcm63xx_wdt.c
Commit message (Collapse)AuthorAge
* watchdog: bcm63xx_wdt: improve platform part.Wim Van Sebroeck2010-12-02
| | | | | | | | | * fix devinit and devexit sections * fix platform removal code so that the iounmap happens after the removal of the timer. * changes the reboot_notifier by a platform shutdown method. Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
* watchdog: add support for Broadcom BCM63xx built-in watchdogFlorian Fainelli2010-10-28
This patch adds support for the Broadcom BCM63xx SoC built-in watchdog, it uses one of the BCM63xx hardware timer id. Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>