summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/watchdog_dev.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Add support for dynamically allocated watchdog_device structsHans de Goede2012-05-301-1/+54
* watchdog: Add Locking supportHans de Goede2012-05-301-0/+21
* watchdog: watchdog_dev: Rewrite wrapper codeHans de Goede2012-05-301-40/+130
* watchdog: use dev_ functionsAlan Cox2012-05-301-3/+2
* watchdog: create all the proper device filesAlan Cox2012-05-301-0/+1
* watchdog: Add multiple device supportAlan Cox2012-05-301-45/+82
* watchdog: correct the name of the watchdog_core inlude fileWim Van Sebroeck2012-05-301-1/+1
* watchdog: Add watchdog_active() routineViresh Kumar2012-05-301-3/+3
* watchdog: watchdog_dev: include private header to pickup global symbol protot...H Hartley Sweeten2012-05-301-0/+2
* watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog coreViresh Kumar2012-03-271-0/+5
* watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...Hans de Goede2012-03-271-1/+0
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-5/+5
* watchdog: WatchDog Timer Driver Core - use passed watchdog_deviceH Hartley Sweeten2011-09-201-7/+7
* watchdog: WatchDog Timer Driver Core - Add minimum and max timeoutWim Van Sebroeck2011-07-281-0/+3
* watchdog: WatchDog Timer Driver Core - Add ioctl callWim Van Sebroeck2011-07-281-0/+6
* watchdog: WatchDog Timer Driver Core - Add nowayout featureWim Van Sebroeck2011-07-281-5/+13
* watchdog: WatchDog Timer Driver Core - Add Magic Close featureWim Van Sebroeck2011-07-281-3/+24
* watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...Wim Van Sebroeck2011-07-281-0/+20
* watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctlWim Van Sebroeck2011-07-281-7/+72
* watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctlWim Van Sebroeck2011-07-281-0/+5
* watchdog: WatchDog Timer Driver Core - Add basic ioctl functionalityWim Van Sebroeck2011-07-281-0/+32
* watchdog: WatchDog Timer Driver Core - Add basic frameworkWim Van Sebroeck2011-07-281-0/+235