greybus: let operation layer examine incoming data
authorAlex Elder <elder@linaro.org>
Thu, 16 Oct 2014 11:35:33 +0000 (06:35 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 17 Oct 2014 16:13:15 +0000 (18:13 +0200)
commitd90c25b0a279b006becc36c166f27e99578409cd
tree06313266a380d69ac7b54162ce4b078456eafc42
parent84d148b10e26d55b41726c7b5a6d227f10b39b0a
greybus: let operation layer examine incoming data

Give the operation layer a chance to examine incoming data so that
it can handle it appropriately.

Treat the data as an operation message header.  If it's a response,
look up the operation it's associated with.  If it's not, create a
new operation.  Copy the incoming data into the request or response
buffer.  The next patch adds a work queue to pick up handling
the request or response from there.

Get rid of gb_operation_submit().  Instead, we have two functions,
one for sending an operation's request message, the other for
sending an operation's response message.

Not fully functional yet, still just filling things in...

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gbuf.c
drivers/staging/greybus/operation.c
drivers/staging/greybus/operation.h