linux/drivers/staging/mei
Oren Weil 617aa39639 staging: mei: removing dependency between WD and AMTHI init function.
AMTHI need to be initialized after WD Client was initialized, moving the AMTHI outside
of the WD initialization function.
in order to remove the coupling between the initialization of those clients.

AMTHI is getting initialized (getting connected to the FW feature/client) in two ways:
 1) if mei driver fails to send connect message to watchdog client (WD initialization), then
    immediately the AMTHI client getting initialized right after the watchdog initialization function.
 2) if Watchdog client success to send connect message to watchdog client, then only after
    the driver is getting the connect response message the AMTHI client is getting initialized

Signed-off-by: Oren Weil <oren.jer.weil@intel.com>
Acked-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-09-09 13:28:20 -07:00
..
hw.h staging/mei: Hardware and MEI driver internal struct definition 2011-05-18 08:30:58 -07:00
init.c staging: mei: removing dependency between WD and AMTHI init function. 2011-09-09 13:28:20 -07:00
interface.c staging: mei: rename num_mei_me_clients to me_clients_num 2011-06-28 13:21:32 -07:00
interface.h staging: mei: removing dependency between WD and AMTHI init function. 2011-09-09 13:28:20 -07:00
interrupt.c staging: mei: enable msi when supported 2011-08-23 12:56:44 -07:00
iorw.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
Kconfig staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
main.c staging: mei: unlock dev->device_lock mutex on error path in mei_open() 2011-09-06 16:49:27 -07:00
Makefile staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
mei_dev.h staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
mei_version.h staging/mei: PCI device and char driver support. 2011-05-18 08:30:56 -07:00
mei.h staging/mei: mei.h defining user space interface 2011-05-18 08:30:58 -07:00
mei.txt
TODO
wd.c staging: mei: removing dependency between WD and AMTHI init function. 2011-09-09 13:28:20 -07:00