]> git.baikalelectronics.ru Git - kernel.git/commit
watchdog: Add driver for Mediatek watchdog
authorMatthias Brugger <matthias.bgg@gmail.com>
Tue, 13 Jan 2015 12:28:55 +0000 (13:28 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 17 Feb 2015 20:32:43 +0000 (21:32 +0100)
commit2727e38b5f2d53bf40ca9b5f3580e8f744997a61
tree8f5d139fd9621cf12be4de4adbec307aa915a895
parent6498e5d71672310babde9e132959b1f2f6453197
watchdog: Add driver for Mediatek watchdog

This patch adds a driver for the Mediatek SoC integrated
watchdog. This driver supports watchdog and software reset
for mt65xx and mt81xx SoCs.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Tested-by: Eddie Huang <eddie.huang@mediatek.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/mtk_wdt.c [new file with mode: 0644]