summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/f71808e_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-051-2/+2
* watchdog: f71808e_wdt: do stricter parameter validationAhmad Fatoum2020-08-051-25/+12
* watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum2020-08-051-0/+7
* watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum2020-08-051-2/+1
* watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum2020-08-051-1/+2
* compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
* watchdog: f71808e_wdt: Add F81803 supportJaret Cantu2019-09-171-1/+16
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-05-131-8/+10
|\
| * watchdog: f71808e_wdt: fix F81866 bit operationJi-Ze Hong (Peter Hong)2019-05-051-7/+7
| * watchdog: f71808e_wdt: separate declaration and assignmentJi-Ze Hong (Peter Hong)2019-05-051-1/+3
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* watchdog: f71808e_wdt: Fix WD_EN register readIgor Pylypiv2018-03-101-1/+1
* watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv2018-03-031-1/+2
* watchdog: f71808e_wdt: mark expected switch fall-throughsGustavo A. R. Silva2017-12-281-2/+2
* watchdog: f71808e_wdt: Add F71868 supportMaciej S. Szmigiero2017-06-051-7/+20
* watchdog: f71808e_wdt: Add F81866 supportJi-Ze Hong (Peter Hong)2016-07-171-2/+26
* watchdog: f71808e_wdt: Fix WDTMOUT_STS register readKnud Poulsen2016-05-141-2/+2
* watchdog: f71808e_wdt: Fix typoKnud Poulsen2016-05-141-1/+1
* watchdog: f71808e_wdt: Add F81865 supportKnud Poulsen2016-05-141-3/+21
* watchdog: f71808e_wdt: Add support for Jetway JNF99 motherboardJustin Wheeler2012-07-231-1/+3
* watchdog: Use pr_<fmt> and pr_<level>Joe Perches2012-03-271-23/+17
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* watchdog: f71808e_wdt: Add Fintek F71869 watchdogMichel Arboi2011-01-121-1/+11
* watchdog: add f71862fg supportLutz Ballaschke2011-01-121-4/+41
* watchdog: clean-up f71808e_wdt.cLutz Ballaschke2011-01-121-10/+11
* watchdog: f71808e_wdt: add support for the F71889FGGiel van Schijndel2010-10-281-1/+9
* watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FGGiel van Schijndel2010-08-081-0/+768