watchdog: Add Broadcom BCM2835 watchdog timer driver
authorLubomir Rintel <lkundrak@v3.sk>
Tue, 18 Jun 2013 17:44:48 +0000 (19:44 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Thu, 11 Jul 2013 20:17:30 +0000 (22:17 +0200)
commit938d0a840d0f97b627111fd038a735f3924fd987
tree8a543e6f5c8d4983ceffc7e6e3adb7ee5abda48f
parent6e63a3a294fdf91eaaac1061a9c7a5f53d16ac25
watchdog: Add Broadcom BCM2835 watchdog timer driver

This adds a driver for watchdog timer hardware present on Broadcom BCM2835 SoC,
used in Raspberry Pi and Roku 2 devices.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Tested-by: Stephen Warren <swarren@wwwdotorg.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-rpi-kernel@lists.infradead.org
Cc: linux-watchdog@vger.kernel.org
Cc: devicetree-discuss@lists.ozlabs.org
Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/bcm2835_wdt.c [new file with mode: 0644]