summaryrefslogtreecommitdiff
path: root/drivers/watchdog/watchdog_dev.c
Commit message (Expand)AuthorAge
* watchdog: core: make sure the watchdog_worker is not deferredChristophe Leroy2018-01-21
* watchdog: core: make sure the watchdog worker always worksChristophe Leroy2017-12-28
* watchdog: watchdog_dev: mark expected switch fall-throughGustavo A. R. Silva2017-12-28
* watchdog: Fix kref imbalance seen if handle_boot_enabled=0Guenter Roeck2017-12-17
* watchdog: Fix potential kref imbalance when opening watchdogGuenter Roeck2017-12-17
* drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2017-11-17
* watchdog: introduce watchdog_worker_should_ping helperRasmus Villemoes2017-07-03
* watchdog: core: add option to avoid early handling of watchdogSebastian Reichel2017-06-05
* watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck2017-02-24
* watchdog: pretimeout: add pretimeout_available_governors attributeVladimir Zapolskiy2016-10-08
* watchdog: pretimeout: add option to select a pretimeout governor in runtimeVladimir Zapolskiy2016-10-08
* watchdog: add watchdog pretimeout governor frameworkVladimir Zapolskiy2016-10-08
* watchdog: add pretimeout support to the coreWolfram Sang2016-09-24
* watchdog: core: Clear WDOG_HW_RUNNING before calling the stop functionGuenter Roeck2016-07-25
* watchdog: core: Fix error handling of watchdog_dev_init()Wei Yongjun2016-07-25
* watchdog: Implement status function in watchdog coreGuenter Roeck2016-07-19
* watchdog: change watchdog_need_worker logicRasmus Villemoes2016-07-17
* watchdog: core: Fix circular locking dependencyGuenter Roeck2016-05-14
* watchdog: Ensure that wdd is not dereferenced if NULLGuenter Roeck2016-03-16
* watchdog: Add support for minimum time between heartbeatsGuenter Roeck2016-03-16
* watchdog: Make stop function optionalGuenter Roeck2016-03-16
* watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck2016-03-16
* watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck2016-03-16
* watchdog: Make set_timeout function optionalGuenter Roeck2016-03-16
* watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck2016-01-11
* watchdog: Add support for creating driver specific sysfs attributesGuenter Roeck2016-01-11
* watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck2015-12-29
* watchdog: Create watchdog device in watchdog_dev.cGuenter Roeck2015-12-29
* watchdog: Read device status through sysfs attributesPratyush Anand2015-12-27
* watchdog: Use static struct class watchdog_class in stead of pointerPratyush Anand2015-12-27
* watchdog: core: propagate ping error code to the user spaceAlexander Usyskin2015-11-03
* watchdog: watchdog_dev: Use single variable name for struct watchdog_deviceGuenter Roeck2015-11-03
* watchdog: core: don't try to stop device if not runningHector Palacios2013-07-11
* watchdog: Fix race condition in registration codeGuenter Roeck2013-05-09
* watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2013-03-01
* watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck2012-06-28
* watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede2012-05-30
* watchdog: Add Locking supportHans de Goede2012-05-30
* watchdog: watchdog_dev: Rewrite wrapper codeHans de Goede2012-05-30
* watchdog: use dev_ functionsAlan Cox2012-05-30
* watchdog: create all the proper device filesAlan Cox2012-05-30
* watchdog: Add multiple device supportAlan Cox2012-05-30
* watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck2012-05-30
* watchdog: Add watchdog_active() routineViresh Kumar2012-05-30
* watchdog: watchdog_dev: include private header to pickup global symbol protot...H Hartley Sweeten2012-05-30
* watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar2012-03-27
* watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede2012-03-27
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-27
* watchdog: WatchDog Timer Driver Core - use passed watchdog_deviceH Hartley Sweeten2011-09-20
* watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-28