]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit36dcf7a1862aad4268483ee6f807f884d91a9021
tree8a543e6f5c8d4983ceffc7e6e3adb7ee5abda48f
parent58603254acedf728f8bb1903461799a4e8372df9
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]