aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/max77620_wdt.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-07-17watchdog: max77620: Add support for watchdog timerLaxman Dewangan1-0/+227
Maxim PMIC MAX77620 is Power management IC which have multiple sub blocks like regulators (DCDC/LDOs), GPIO, RTC, Clock, Watchdog timer etc. Add the driver for watchdog timer under watchdog framework. The driver implements the watchdog callbacks to start, stop, ping and set timeout for watchodg framework. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>