staging/mei: AMT Watchdog
authorOren Weil <oren.jer.weil@intel.com>
Sun, 15 May 2011 10:43:47 +0000 (13:43 +0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 18 May 2011 15:30:58 +0000 (08:30 -0700)
commit3ceb3e66a072b7a41ec065aeb120a38c05bc8b7a
treeb138a987a3f491dbd0a4223101f86a5e405d6e5d
parent334aab1dba74161daa336f0c48333545fee01c99
staging/mei: AMT Watchdog

code that open connection and invoke
heartbeats to the AMT Watchdog client/feature, if exists

Connect to WD Client, if exists Send Start WD Command.
Every 2 secs send heartbeats.
On System shutdown/suspends, send Stop WD command.

This is intermediate stage before moving this code to standalone watchdog
driver.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Itzhak Tzeel-Krupp <itzhak.tzeel-krupp@intel.com>
Signed-off-by: Oren Weil <oren.jer.weil@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/mei/wd.c [new file with mode: 0644]