aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/geodewdt.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13watchdog: geodewdt: remove unneeded breakGravatar Tom Rix 1-2/+0
2020-08-05watchdog: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversGravatar Arnd Bergmann 1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2014-10-20watchdog: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-03-31watchdog: geodewdt: Use platform_driver_probeGravatar Jean Delvare 1-10/+7
2013-11-17watchdog: Get rid of MODULE_ALIAS_MISCDEV statementsGravatar Jean Delvare 1-1/+0
2012-11-28watchdog: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28watchdog: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28watchdog: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-03-27watchdog: nowayout is boolGravatar Wim Van Sebroeck 1-2/+2
2012-03-27watchdog: Use pr_<fmt> and pr_<level>Gravatar Joe Perches 1-2/+3
2010-03-07[WATCHDOG] watchdog_info constifyGravatar Wim Van Sebroeck 1-1/+1
2009-12-18watchdog: update geodewdt for new MFGPT APIGravatar Andres Salomon 1-21/+19
2009-03-25[WATCHDOG] More coding-style and trivial clean-upGravatar Wim Van Sebroeck 1-3/+8
2008-09-23[WATCHDOG] unlocked_ioctl changesGravatar Wim Van Sebroeck 1-3/+3
2008-08-06[WATCHDOG] more coding style clean-up'sGravatar Wim Van Sebroeck 1-36/+26
2008-08-06[WATCHDOG] Coding style - Indentation - part 2Gravatar Wim Van Sebroeck 1-16/+14
2008-08-06[WATCHDOG] Coding style - Indentation - part 1Gravatar Wim Van Sebroeck 1-1/+1
2008-08-06[WATCHDOG] Clean-up includesGravatar Wim Van Sebroeck 1-1/+1
2008-05-30drivers/watchdog/geodewdt.c: build fixGravatar Ingo Molnar 1-2/+1
2008-05-25[WATCHDOG] Add a watchdog driver based on the CS5535/CS5536 MFGPT timersGravatar Jordan Crouse 1-0/+309