]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5d74d1164151559a55387c33de3b4c1ccbfedbc5
treeb138a987a3f491dbd0a4223101f86a5e405d6e5d
parent2bb373727d91acf1125c1f21cb5849865357f012
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]