summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/gpio_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: gpio: add support for nowayout optionMans Rullgard2019-07-081-0/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* watchdog: gpio_wdt: Convert to use device managed functions and other improve...Guenter Roeck2019-05-051-14/+2
* watchdog: gpio: change order for setting default timeoutMarcus Folkesson2018-03-031-2/+2
* watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stopRasmus Villemoes2017-12-281-1/+2
* watchdog: gpio: Convert to use GPIO descriptorsLinus Walleij2017-12-281-24/+17
* watchdog: gpio: Add some local helper variablesLinus Walleij2017-12-281-9/+11
* watchdog: gpio: Convert to use infrastructure triggered keepalivesGuenter Roeck2017-06-051-60/+13
* watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe()Wei Yongjun2016-07-271-0/+2
* watchdog: gpio: Do not use device pointer from struct watchdog_deviceGuenter Roeck2015-12-281-1/+2
* watchdog: gpio_wdt: use core reboot notifierDamien Riegel2015-12-131-33/+2
* Watchdog: Fix parent of watchdog_devicesPratyush Anand2015-09-091-0/+1
* watchdog: gpio-wdt: ping already at startup for always running devicesUwe Kleine-König2015-09-091-30/+30
* watchdog: gpio-wdt: be more strict about hw_algo matchingUwe Kleine-König2015-09-091-2/+2
* watchdog: gpio_wdt: Add option for early registrationJean-Baptiste Theou2015-06-291-0/+9
* watchdog: gpio_wdt: Add "always_running" feature to GPIO watchdogMike Looijmans2015-02-171-8/+29
* watchdog: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* watchdog: GPIO-controlled watchdogAlexander Shiyan2014-01-281-0/+254