From: Samuel Ortiz Date: Wed, 27 Mar 2013 15:29:58 +0000 (+0200) Subject: mei: bus: Synchronous API for the data transmission X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~139^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d88d919261256e3bd999cde05572c8c4afb642;p=pandora-kernel.git mei: bus: Synchronous API for the data transmission Define a truly synchronous API for the bus Tx path by putting all pending request to the write list and wait for the interrupt tx handler to wake us up. The ___mei_cl_send() out path is also slightly reworked to make it look more like main.c:mei_write(). Signed-off-by: Samuel Ortiz Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed