aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24watchdog: Introduce watchdog_stop_on_unregister helperGuenter Roeck1-0/+5
2016-10-08watchdog: pretimeout: add pretimeout_available_governors attributeVladimir Zapolskiy1-1/+10
2016-10-08watchdog: pretimeout: add option to select a pretimeout governor in runtimeVladimir Zapolskiy1-1/+14
2016-10-08watchdog: add watchdog pretimeout governor frameworkVladimir Zapolskiy1-0/+23
2016-09-24watchdog: add pretimeout support to the coreWolfram Sang1-2/+54
2016-07-25watchdog: core: Clear WDOG_HW_RUNNING before calling the stop functionGuenter Roeck1-2/+4
2016-07-25watchdog: core: Fix error handling of watchdog_dev_init()Wei Yongjun1-3/+8
2016-07-19watchdog: Implement status function in watchdog coreGuenter Roeck1-7/+27
2016-07-17watchdog: change watchdog_need_worker logicRasmus Villemoes1-3/+7
2016-05-14watchdog: core: Fix circular locking dependencyGuenter Roeck1-1/+0
2016-03-16watchdog: Ensure that wdd is not dereferenced if NULLGuenter Roeck1-2/+4
2016-03-16watchdog: Add support for minimum time between heartbeatsGuenter Roeck1-0/+15
2016-03-16watchdog: Make stop function optionalGuenter Roeck1-1/+5
2016-03-16watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck1-13/+39
2016-03-16watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck1-8/+121
2016-03-16watchdog: Make set_timeout function optionalGuenter Roeck1-2/+9
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck1-5/+4
2016-01-11watchdog: Add support for creating driver specific sysfs attributesGuenter Roeck1-2/+3
2015-12-29watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck1-180/+203
2015-12-29watchdog: Create watchdog device in watchdog_dev.cGuenter Roeck1-13/+60
2015-12-27watchdog: Read device status through sysfs attributesPratyush Anand1-0/+114
2015-12-27watchdog: Use static struct class watchdog_class in stead of pointerPratyush Anand1-4/+22
2015-11-03watchdog: core: propagate ping error code to the user spaceAlexander Usyskin1-4/+8
2015-11-03watchdog: watchdog_dev: Use single variable name for struct watchdog_deviceGuenter Roeck1-76/+75
2013-07-11watchdog: core: don't try to stop device if not runningHector Palacios1-2/+4
2013-05-09watchdog: Fix race condition in registration codeGuenter Roeck1-1/+2
2013-03-01watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda1-2/+1
2012-06-28watchdog: core: fix WDIOC_GETSTATUS return valueWim Van Sebroeck1-1/+1
2012-05-30watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede1-1/+54
2012-05-30watchdog: Add Locking supportHans de Goede1-0/+21
2012-05-30watchdog: watchdog_dev: Rewrite wrapper codeHans de Goede1-40/+130
2012-05-30watchdog: use dev_ functionsAlan Cox1-3/+2
2012-05-30watchdog: create all the proper device filesAlan Cox1-0/+1
2012-05-30watchdog: Add multiple device supportAlan Cox1-45/+82
2012-05-30watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck1-1/+1
2012-05-30watchdog: Add watchdog_active() routineViresh Kumar1-3/+3
2012-05-30watchdog: watchdog_dev: include private header to pickup global symbol prototypesH Hartley Sweeten1-0/+2
2012-03-27watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar1-0/+5
2012-03-27watchdog: watchdog_dev: Let the driver update the timeout field on set_timeout successHans de Goede1-1/+0
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-5/+5
2011-09-20watchdog: WatchDog Timer Driver Core - use passed watchdog_deviceH Hartley Sweeten1-7/+7
2011-07-28watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck1-0/+3
2011-07-28watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck1-0/+6
2011-07-28watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck1-5/+13
2011-07-28watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck1-3/+24
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIMEOUT ioctlWim Van Sebroeck1-0/+20
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck1-7/+72
2011-07-28watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctlWim Van Sebroeck1-0/+5
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck1-0/+32
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck1-0/+235