aboutsummaryrefslogtreecommitdiff
path: root/drivers/watchdog/via_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Gravatar Thomas Gleixner 1-1/+1
2018-10-02watchdog: fix a small number of "watchog" typos in commentsGravatar Robert P. J. Day 1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2015-09-09Watchdog: Fix parent of watchdog_devicesGravatar Pratyush Anand 1-0/+1
2014-06-10watchdog: via_wdt: replace del_timer by del_timer_syncGravatar Julia Lawall 1-1/+1
2014-01-28watchdog: remove DEFINE_PCI_DEVICE_TABLE macroGravatar Jingoo Han 1-1/+1
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-05-30watchdog: Add watchdog_active() routineGravatar Viresh Kumar 1-1/+1
2012-05-23watchdog: Use module_pci_driverGravatar Wim Van Sebroeck 1-14/+4
2012-03-27watchdog: fix set_timeout operationsGravatar Wim Van Sebroeck 1-3/+3
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-0/+3
2012-01-27watchdog: via_wdt: Set min_timeout and max_timeout for wdt_devGravatar Axel Lin 1-2/+2
2012-01-27watchdog: via_wdt: Staticise wdt_pci_tableGravatar Axel Lin 1-1/+1
2012-01-06watchdog: new driver for VIA chipsetsGravatar Marc Vertes 1-0/+267