]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: uart: use the bundle struct device instead of the connector
authorGreg Kroah-Hartman <gregkh@google.com>
Wed, 14 Oct 2015 18:15:12 +0000 (11:15 -0700)
committerGreg Kroah-Hartman <gregkh@google.com>
Thu, 15 Oct 2015 16:19:15 +0000 (09:19 -0700)
commit4f30bf3aef416ce6870a6da68e42957aeb4edb76
tree87dfa8032a252c2155d3683b467deb860c392772
parent5ae2f55b3571408caa6ee0dc908dc60131da7cf6
greybus: uart: use the bundle struct device instead of the connector

We are removing struct device from the gb_connection structure in the
near future.  The gb_bundle structure's struct device should be used as
a replacement.

This patch moves the uart driver to use the bundle pointer instead of
the connection pointer.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Alex Elder <elder@linaro.org>
drivers/staging/greybus/uart.c