watchdog: Add Broadcom BCM2835 watchdog timer driver
authorLubomir Rintel <[email protected]>
Tue, 18 Jun 2013 17:44:48 +0000 (19:44 +0200)
committerWim Van Sebroeck <[email protected]>
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 <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
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]