greybus: introduce a connection abstraction
authorAlex Elder <elder@linaro.org>
Thu, 2 Oct 2014 02:54:14 +0000 (21:54 -0500)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 3 Oct 2014 04:18:41 +0000 (21:18 -0700)
commitc68adb2f2c999886f8e18e98ad4e69aec14c9f32
treefca422bc25269ef9251fce7eab6ddd8080b13b5b
parentef0d2ba20142b5db051e2673d1373e128c990743
greybus: introduce a connection abstraction

Within a UniPro network a pair of CPorts can be linked to form a
UniPro Connection.  This patch creates a new abstraction to
represent an AP CPort that is connected with a CPort used by a
function within a Greybus module.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/Makefile
drivers/staging/greybus/connection.c [new file with mode: 0644]
drivers/staging/greybus/connection.h [new file with mode: 0644]
drivers/staging/greybus/core.c
drivers/staging/greybus/greybus.h