commit | 7d5bbb173559328cdd63a729870baac69d3631f6 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <greg@kroah.com> | Sun Nov 23 17:45:22 2014 -0800 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Mon Nov 24 12:56:51 2014 -0800 |
tree | f0c36f28ce1dd9753ed7562fca8b66fd50cf19dc | |
parent | e51f1d1a7711e2d68922dab08e2edc13fea8925a [diff] |
greybus: gpio-gb: convert to use gb_operation_sync This converts the GPIO 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>