aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/tegra_wdt.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-03-31watchdog: Add tegra watchdogAndrew Chew1-0/+302
Add a driver for the hardware watchdogs in NVIDIA Tegra SoCs (Tegra30 and later). This driver will configure one watchdog timer that will reset the system in the case of a watchdog timeout. This driver binds to the nvidia,tegra30-timer device node and gets its register base from there. Signed-off-by: Andrew Chew <achew@nvidia.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Tested-by: Stephen Warren <swarren@nvidia.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>