]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/misc/mei/main.c
mei: add a reference from the host client to the me client
authorAlexander Usyskin <alexander.usyskin@intel.com>
Mon, 4 May 2015 06:43:54 +0000 (09:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 18:13:10 +0000 (11:13 -0700)
commitd49ed64a6e3f73975b7eb570c4ea8f37e87d7e5d
tree25ee7ac25ea3048ff3df9193cb8c54c1cf75416e
parent0c53357ca4b3a03aafc211de663e84dba7c628e2
mei: add a reference from the host client to the me client

Keep a pointer to associated me client in the host client object to
eliminate me client searches. Check if the me client is active in the
firmware by checking if its is linked on the me clients list
Add accessors for the me client properties from host client.

Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/amthif.c
drivers/misc/mei/bus.c
drivers/misc/mei/client.c
drivers/misc/mei/client.h
drivers/misc/mei/debugfs.c
drivers/misc/mei/hbm.c
drivers/misc/mei/interrupt.c
drivers/misc/mei/main.c
drivers/misc/mei/mei_dev.h
drivers/misc/mei/nfc.c
drivers/misc/mei/wd.c