OSDN Git Service

mei: use uuid, me_addr tuple addressing also for flow control credits
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 7 Dec 2014 14:40:14 +0000 (16:40 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 12 Jan 2015 13:04:10 +0000 (05:04 -0800)
commit2e5df413becf6bd3854d1eb4f96542a53848bb27
tree16cf0fcd88b6cd87c52733c1c76da137b396a7f6
parent39db74ce1aa83626a0a70ed2abf29a17598fff49
mei: use uuid, me_addr tuple addressing also for flow control credits

Add uuid, me_addr addressing also for flow control credits.
The only exception in cases for single buffer clients for which
the host address in flow credits response is always 0

To in order to deal with add/remove race between fw and driver clients
addressing we need to use [uuid, me_addr] tuple to address the clients

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/client.c