aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/gpio_wdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08watchdog: gpio: add support for nowayout optionMans Rullgard1-0/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-05watchdog: gpio_wdt: Convert to use device managed functions and other improvementsGuenter Roeck1-14/+2
2018-03-03watchdog: gpio: change order for setting default timeoutMarcus Folkesson1-2/+2
2017-12-28watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stopRasmus Villemoes1-1/+2
2017-12-28watchdog: gpio: Convert to use GPIO descriptorsLinus Walleij1-24/+17
2017-12-28watchdog: gpio: Add some local helper variablesLinus Walleij1-9/+11
2017-06-05watchdog: gpio: Convert to use infrastructure triggered keepalivesGuenter Roeck1-60/+13
2016-07-27watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe()Wei Yongjun1-0/+2
2015-12-28watchdog: gpio: Do not use device pointer from struct watchdog_deviceGuenter Roeck1-1/+2
2015-12-13watchdog: gpio_wdt: use core reboot notifierDamien Riegel1-33/+2
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand1-0/+1
2015-09-09watchdog: gpio-wdt: ping already at startup for always running devicesUwe Kleine-König1-30/+30
2015-09-09watchdog: gpio-wdt: be more strict about hw_algo matchingUwe Kleine-König1-2/+2
2015-06-29watchdog: gpio_wdt: Add option for early registrationJean-Baptiste Theou1-0/+9
2015-02-17watchdog: gpio_wdt: Add "always_running" feature to GPIO watchdogMike Looijmans1-8/+29
2014-10-20watchdog: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-01-28watchdog: GPIO-controlled watchdogAlexander Shiyan1-0/+254