greybus: clarify device vs module
authorAlex Elder <elder@linaro.org>
Wed, 1 Oct 2014 00:25:22 +0000 (19:25 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 1 Oct 2014 01:22:27 +0000 (18:22 -0700)
commit9c852d2b8feee2d559032363980b6372182cbe34
tree418c179f6766626b9a9a2b4bf2964e96f51958be
parenta6cdb3492e845dd1c784d35e0cfec0c6ac66aaef
greybus: clarify device vs module

The Project ARA MDK states that a single module can have more than
one interface block (up to 2 at the moment).  An interface block
consists of two bidirectional UniPro lanes (along with power and
detect lines), and effectively represents a UniPro Device (with
an id in the range 0-127).

The service messages currently use "module_id" everywhere, even
though in a lot of cases we really need to be talking about device
ids.  The easiest case of this to see is the "set route" request
directed at a switch; a switch has no notion of modules, just
UniPro devices.

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