OSDN Git Service

greybus: connection: Send protocol version for firmware protocol
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 12 Aug 2015 03:49:34 +0000 (09:19 +0530)
committerGreg Kroah-Hartman <gregkh@google.com>
Wed, 12 Aug 2015 05:13:12 +0000 (22:13 -0700)
commit58dab0f2a872be5dc2bdb15f3dc487b4a1b41aaf
tree47c8c4007cc8d1b9e10bd83bbcf905ef8ad06a6c
parent90f1b617d88f145506e9061436069583cb82d101
greybus: connection: Send protocol version for firmware protocol

As per greybus specs, we need to send the protocol version for firmware
protocol and so this special case Hack.

Probably we should always send the protocol version AP supports and kill
this hack completely. But then it requires updates to specs as well, and
that should be done after some discussion.

For now, add a FIXME for that and a special case for firmware protocol.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/connection.c