greybus: Greybus UART connection driver
authorGreg Kroah-Hartman <greg@kroah.com>
Sun, 16 Nov 2014 02:30:00 +0000 (18:30 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Sun, 16 Nov 2014 03:00:49 +0000 (19:00 -0800)
commitb4be40435284fab95de39a16690e3580ff32fb06
tree6941c45095022f1ab817aa94887f3472393b6dea
parent0ac5a838811c5921783cd8da410b23ee673b7e55
greybus: Greybus UART connection driver

Flush out the Greybus UART driver to actually implement greybus
requests.  The number of Greybus Protocol operations has been reduced
down to a managable number, and, if you look closely, you will notice it
follows the CDC ACM USB specification, which can drive UART devices
quite well, no need for complex UART state changes, leave all of that
logic up to the firmware, if it wants/needs it.

The Greybus Protocol spec has been updated to match the driver.

TODO: There are 2 requests from the device to the host that need to be
implemented.  As this isn't fully hooked up in the Greybus core, that is
not implemented here yet either.

Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/uart-gb.c