rpmsg: char: Use rpmsg_sendto to specify the message destination address
authorArnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Thu, 11 Mar 2021 14:04:11 +0000 (15:04 +0100)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 17 Mar 2021 19:16:36 +0000 (14:16 -0500)
commitb4ce7e2ebcc52ff907c5a922bf19c3dfa39dddb1
treee98843f646f5c09539eaf9c989118e15e06c7469
parent809328b40cfb152f75541aa3dcbbe4903098963b
rpmsg: char: Use rpmsg_sendto to specify the message destination address

When the endpoint device is created by the application, a destination
address is specified in the rpmsg_channel_info structure. Since the
rpmsg_endpoint structure does not store the destination address,
this destination address must be specified when sending a message.

Replaces rpmsg_send with rpmsg_sendto to allow to specify the
destination address. This implementation is requested for compatibly with
some rpmsg backends like the virtio backend.

For this, the GLINK an SMD drivers have been updated to support the
rpmsg_sendto, even if the destination address is ignored for these
backends. For these drivers, the rpmsg_send and rpmsg_trysend ops are
preserved to avoid breaking the legacy.

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Link: https://lore.kernel.org/r/20210311140413.31725-5-arnaud.pouliquen@foss.st.com
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/rpmsg/qcom_glink_native.c
drivers/rpmsg/qcom_smd.c
drivers/rpmsg/rpmsg_char.c