aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/diag288_wdt.c
Commit message (Collapse)AuthorAgeFilesLines
* s390/watchdog: add support for LPAR operation (diag288)Philipp Hachtmann2014-06-101-4/+33
| | | | | | | | Add the LPAR variant of the diag 288 watchdog to the driver. The only available action on timeout for LPAR is a PSW restart. Signed-off-by: Philipp Hachtmann <phacht@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
* s390/watchdog: use watchdog APIPhilipp Hachtmann2014-06-101-0/+287
Converted the vmwatchdog driver to use the kernel's watchdog API. Signed-off-by: Philipp Hachtmann <phacht@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>