rpmsg: Clean up rpmsg device vs channel naming
authorBjorn Andersson <bjorn.andersson@linaro.org>
Thu, 1 Sep 2016 22:27:57 +0000 (15:27 -0700)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 9 Sep 2016 05:15:20 +0000 (22:15 -0700)
commit92e1de51bf2cb8d49adc8925abe56ce84911a232
tree24a48c667cb9fbcc6af5943c5ef3a3ed5e7bcd32
parent2b263d2408663a36c14a0aa1f765b2c84b92ea18
rpmsg: Clean up rpmsg device vs channel naming

The rpmsg device representing struct is called rpmsg_channel and the
variable name used throughout is rpdev, with the communication happening
on endpoints it's clearer to just call this a "device" in a public API.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/virtio_rpmsg_bus.c
include/linux/rpmsg.h
samples/rpmsg/rpmsg_client_sample.c