greybus: switch to the term "manifest"
authorAlex Elder <elder@linaro.org>
Tue, 9 Sep 2014 18:55:03 +0000 (13:55 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Tue, 9 Sep 2014 22:05:25 +0000 (15:05 -0700)
commit05ad189c23ad278c5586936bbb08147ac6f479be
tree55d72a48db17faeebca28bd06a11f0c294c4544f
parentd9d077fdbc474150b9494fc45855a9cec781e778
greybus: switch to the term "manifest"

We agreed to rename a few things to improve clarity.  This patch
implements one of those changes.  The blob of data that describes
what's relevant to Greybus within an Ara module will now be called
the "module manifest."  In addition, in the context of Greybus we'll
also be calling what's in an Ara module a "module" or "Greybus module."

So this patch renames some structures and updates some comments.  It
also renames "greybus_desc.h" to be "greybus_manifest.h", and renames
greybus_new_device() to be greybus_new_module().

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/ap.c
drivers/staging/greybus/core.c
drivers/staging/greybus/greybus.h
drivers/staging/greybus/greybus_manifest.h [moved from drivers/staging/greybus/greybus_desc.h with 98% similarity]