commit | 92e1de51bf2cb8d49adc8925abe56ce84911a232 | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Thu Sep 01 15:27:57 2016 -0700 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Thu Sep 08 22:15:20 2016 -0700 |
tree | 24a48c667cb9fbcc6af5943c5ef3a3ed5e7bcd32 | |
parent | 2b263d2408663a36c14a0aa1f765b2c84b92ea18 [diff] |
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>