summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/mei_wdt.c
Commit message (Expand)AuthorAgeFilesLines
* watchdog: fix syntactic kernel-doc issuesLukas Bulwahn2021-06-211-4/+4
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-3/+1
|\
| * mei: bus: change remove callback to return voidUwe Kleine-König2021-02-091-3/+1
* | watchdog: mei_wdt: request stop on unregisterAlexander Usyskin2021-02-071-0/+1
|/
* watchdog: mei_wdt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-081-23/+7
* watchdog: mei_wdt: drop warning after registering deviceWolfram Sang2019-07-081-3/+1
* watchdog: add SPDX identifiers for watchdog subsystemMarcus Folkesson2018-03-241-10/+2
* watchdog: mei_wdt: don't use of variable length arrayTomas Winkler2017-12-281-4/+3
* watchdog: mei_wdt: constify mei_cl_device_idArvind Yadav2017-09-091-1/+1
* Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-241-0/+2
|\
| * watchdog: mei_wdt: request stop on reboot to prevent false positive eventAlexander Usyskin2016-12-161-0/+2
* | mei: bus: split RX and async notification callbacksAlexander Usyskin2016-11-171-25/+11
* | mei: bus: remove rx callback contextTomas Winkler2016-10-281-4/+2
* | watchdog: mei_wdt: use module_mei_cl_driver macroTomas Winkler2016-10-281-19/+1
|/
* watchdog: mei_wdt: re-register device on eventTomas Winkler2016-02-071-2/+26
* watchdog: mei_wdt: add activation debugfs entryTomas Winkler2016-02-071-0/+27
* watchdog: mei_wdt: register wd device only if requiredTomas Winkler2016-02-071-9/+191
* watchdog: mei_wdt: add status debugfs entryTomas Winkler2016-02-061-0/+87
* watchdog: mei_wdt: implement MEI iAMT watchdog driverTomas Winkler2016-02-061-0/+404