]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb486b59b5251508141be592f96110fab6ca16283
tree9d88b3170a5470844e61ac90a30fd923d50df14b
parente22174b52e69b6bb704ff074b2eacd2df31a64be
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