aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23watchdog: core: Fix devres_alloc() allocation sizeGuenter Roeck1-1/+1
2016-07-17watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is definedPratyush Anand1-1/+1
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong1-0/+37
2016-05-25Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-1/+1
2016-05-14watchdog: core: fix trivial typo in a commentWolfram Sang1-1/+1
2016-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-03-16watchdog: Make stop function optionalGuenter Roeck1-1/+1
2016-03-01watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck1-1/+1
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck1-4/+4
2015-12-29watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck1-2/+0
2015-12-29watchdog: Create watchdog device in watchdog_dev.cGuenter Roeck1-26/+7
2015-12-27watchdog: Read device status through sysfs attributesPratyush Anand1-1/+1
2015-12-27watchdog: Use static struct class watchdog_class in stead of pointerPratyush Anand1-13/+2
2015-12-13watchdog: core: add reboot notifier supportDamien Riegel1-0/+37
2015-12-13watchdog: core: add restart handler supportDamien Riegel1-0/+48
2015-10-27watchdog: watchdog_dev: Use device tree alias for naming watchdogsJustin Chen1-2/+13
2015-06-29watchdog: watchdog_core: Add watchdog registration deferral mechanismJean-Baptiste Theou1-18/+100
2014-01-28watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/maxDoug Anderson1-2/+2
2013-11-17watchdog: watchdog_core: Fix a trivial typoSachin Kamat1-1/+1
2013-03-01watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda1-9/+57
2012-09-10watchdog: move the dereference below the NULL testWei Yongjun1-1/+2
2012-05-30watchdog: Add Locking supportHans de Goede1-0/+1
2012-05-30watchdog: create all the proper device filesAlan Cox1-2/+32
2012-05-30watchdog: Add multiple device supportAlan Cox1-4/+39
2012-05-30watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck1-1/+1
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Joe Perches1-2/+2
2011-07-28watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck1-0/+10
2011-07-28watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck1-0/+101