summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_core.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck2016-01-111-4/+4
* watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck2015-12-291-2/+0
* watchdog: Create watchdog device in watchdog_dev.cGuenter Roeck2015-12-291-26/+7
* watchdog: Read device status through sysfs attributesPratyush Anand2015-12-271-1/+1
* watchdog: Use static struct class watchdog_class in stead of pointerPratyush Anand2015-12-271-13/+2
* watchdog: core: add reboot notifier supportDamien Riegel2015-12-131-0/+37
* watchdog: core: add restart handler supportDamien Riegel2015-12-131-0/+48
* watchdog: watchdog_dev: Use device tree alias for naming watchdogsJustin Chen2015-10-271-2/+13
* watchdog: watchdog_core: Add watchdog registration deferral mechanismJean-Baptiste Theou2015-06-291-18/+100
* watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/maxDoug Anderson2014-01-281-2/+2
* watchdog: watchdog_core: Fix a trivial typoSachin Kamat2013-11-171-1/+1
* watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2013-03-011-9/+57
* watchdog: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
* watchdog: Add Locking supportHans de Goede2012-05-301-0/+1
* watchdog: create all the proper device filesAlan Cox2012-05-301-2/+32
* watchdog: Add multiple device supportAlan Cox2012-05-301-4/+39
* watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck2012-05-301-1/+1
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-2/+2
* watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-281-0/+10
* watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck2011-07-281-0/+101