| Commit message (Expand) | Author | Age | Files | Lines |
* | watchdog: f71808e_wdt: Add check for platform_driver_register | Jiasheng Jiang | 2022-07-23 | 1 | -1/+3 |
* | watchdog: f71808e_wdt: Add F81966 support | AaeonIot | 2021-12-28 | 1 | -2/+8 |
* | watchdog: f71808e_wdt: dynamically allocate watchdog driver data | Ahmad Fatoum | 2021-10-26 | 1 | -87/+111 |
* | watchdog: f71808e_wdt: refactor to platform device/driver pair | Ahmad Fatoum | 2021-10-26 | 1 | -7/+42 |
* | watchdog: f71808e_wdt: migrate to new kernel watchdog API | Ahmad Fatoum | 2021-10-26 | 1 | -331/+56 |
* | watchdog: f71808e_wdt: rename variant-independent identifiers appropriately | Ahmad Fatoum | 2021-10-26 | 1 | -33/+33 |
* | watchdog: f71808e_wdt: constify static array | Ahmad Fatoum | 2021-10-26 | 1 | -1/+1 |
* | watchdog: f71808e_wdt: remove superfluous global | Ahmad Fatoum | 2021-10-26 | 1 | -3/+2 |
* | watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUT | Ahmad Fatoum | 2021-10-26 | 1 | -1/+3 |
* | watchdog: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-05 | 1 | -2/+2 |
* | watchdog: f71808e_wdt: do stricter parameter validation | Ahmad Fatoum | 2020-08-05 | 1 | -25/+12 |
* | watchdog: f71808e_wdt: clear watchdog timeout occurred flag | Ahmad Fatoum | 2020-08-05 | 1 | -0/+7 |
* | watchdog: f71808e_wdt: remove use of wrong watchdog_info option | Ahmad Fatoum | 2020-08-05 | 1 | -2/+1 |
* | watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.options | Ahmad Fatoum | 2020-08-05 | 1 | -1/+2 |
* | compat_ioctl: move WDIOC handling into wdt drivers | Arnd Bergmann | 2019-10-23 | 1 | -0/+1 |
* | watchdog: f71808e_wdt: Add F81803 support | Jaret Cantu | 2019-09-17 | 1 | -1/+16 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -14/+1 |
* | Merge tag 'linux-watchdog-5.2-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds | 2019-05-13 | 1 | -8/+10 |
|\ |
|
| * | watchdog: f71808e_wdt: fix F81866 bit operation | Ji-Ze Hong (Peter Hong) | 2019-05-05 | 1 | -7/+7 |
| * | watchdog: f71808e_wdt: separate declaration and assignment | Ji-Ze Hong (Peter Hong) | 2019-05-05 | 1 | -1/+3 |
* | | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 2019-05-06 | 1 | -1/+1 |
|/ |
|
* | watchdog: f71808e_wdt: Fix WD_EN register read | Igor Pylypiv | 2018-03-10 | 1 | -1/+1 |
* | watchdog: f71808e_wdt: Fix magic close handling | Igor Pylypiv | 2018-03-03 | 1 | -1/+2 |
* | watchdog: f71808e_wdt: mark expected switch fall-throughs | Gustavo A. R. Silva | 2017-12-28 | 1 | -2/+2 |
* | watchdog: f71808e_wdt: Add F71868 support | Maciej S. Szmigiero | 2017-06-05 | 1 | -7/+20 |
* | watchdog: f71808e_wdt: Add F81866 support | Ji-Ze Hong (Peter Hong) | 2016-07-17 | 1 | -2/+26 |
* | watchdog: f71808e_wdt: Fix WDTMOUT_STS register read | Knud Poulsen | 2016-05-14 | 1 | -2/+2 |
* | watchdog: f71808e_wdt: Fix typo | Knud Poulsen | 2016-05-14 | 1 | -1/+1 |
* | watchdog: f71808e_wdt: Add F81865 support | Knud Poulsen | 2016-05-14 | 1 | -3/+21 |
* | watchdog: f71808e_wdt: Add support for Jetway JNF99 motherboard | Justin Wheeler | 2012-07-23 | 1 | -1/+3 |
* | watchdog: Use pr_<fmt> and pr_<level> | Joe Perches | 2012-03-27 | 1 | -23/+17 |
* | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 2012-01-13 | 1 | -1/+1 |
* | watchdog: f71808e_wdt: Add Fintek F71869 watchdog | Michel Arboi | 2011-01-12 | 1 | -1/+11 |
* | watchdog: add f71862fg support | Lutz Ballaschke | 2011-01-12 | 1 | -4/+41 |
* | watchdog: clean-up f71808e_wdt.c | Lutz Ballaschke | 2011-01-12 | 1 | -10/+11 |
* | watchdog: f71808e_wdt: add support for the F71889FG | Giel van Schijndel | 2010-10-28 | 1 | -1/+9 |
* | watchdog: f71808e_wdt: new watchdog driver for Fintek F71808E and F71882FG | Giel van Schijndel | 2010-08-08 | 1 | -0/+768 |