mei: wd and amthif use mei_cl_ api for dis/connection
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 17 Feb 2014 13:13:21 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Feb 2014 18:05:07 +0000 (10:05 -0800)
commit64092858acfd995fae0def466126692423c30828
tree6ec7408d1a8705e170d7aa668901f46b1eb4701b
parent285e2996655b7bbfb5eb83076a7d7e6f03e2f5c2
mei: wd and amthif use mei_cl_ api for dis/connection

Connect wd and amthif through regular mei_cl_connect API
as there is no reason to connect in asynchronous mode.
Also use mei_cl_is_connected in order to protect flows
instead of depending on wd_pending and amthif_timer

Now we can remove all the special handling in hbm layer

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/amthif.c
drivers/misc/mei/hbm.c
drivers/misc/mei/interrupt.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/wd.c
This page took 0.024765 seconds and 5 git commands to generate.