]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - drivers/misc/mei/mei_dev.h
mei: wd: decouple and revamp watchdog state machine
authorTomas Winkler <tomas.winkler@intel.com>
Thu, 16 Aug 2012 16:39:43 +0000 (19:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 16:51:02 +0000 (09:51 -0700)
commitc216fdeb2e7371554c56ba457c374cce9c77f91a
tree9d88b3170a5470844e61ac90a30fd923d50df14b
parent248ffdf7c95726a8dae76e25fdb037899c5b77fa
mei: wd: decouple and revamp watchdog state machine

Before ME watchdog was exported through standard watchdog interface
it was closed and started together with the mei device.

The major issue is that closing ME watchdog disabled also MEI device,
to fix this the watchdog state machine has to be independent from MEI
state machine.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/init.c
drivers/misc/mei/interface.h
drivers/misc/mei/interrupt.c
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/wd.c