commit | e51f1d1a7711e2d68922dab08e2edc13fea8925a | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <greg@kroah.com> | Sun Nov 23 17:45:21 2014 -0800 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Mon Nov 24 12:56:51 2014 -0800 |
tree | 31b2630551f73a2853246f0253e73b39180e0192 | |
parent | ac3d24930226fac39ea6023577a03b9b5da4d5f6 [diff] |
greybus: uart-gb: convert to use gb_operation_sync This converts the UART protocol driver to use gb_operation_sync, removing lots of places where the create/send/destroy pattern was being used to send greybus messages. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> Reviewed-by: Alex Elder <elder@linaro.org>