Re: [PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

2018-01-09 Thread Chris Lew
On 12/19/2017 9:52 AM, Bjorn Andersson wrote: On Mon 18 Dec 14:02 PST 2017, Chris Lew wrote: Add support for client's to query the edge name their channel is registered for. This is useful for clients who share the same channel identifier across different remote procs. I presume this will

Re: [PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

2018-01-09 Thread Chris Lew
On 12/19/2017 9:52 AM, Bjorn Andersson wrote: On Mon 18 Dec 14:02 PST 2017, Chris Lew wrote: Add support for client's to query the edge name their channel is registered for. This is useful for clients who share the same channel identifier across different remote procs. I presume this will

Re: [PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

2017-12-19 Thread Bjorn Andersson
On Mon 18 Dec 14:02 PST 2017, Chris Lew wrote: > Add support for client's to query the edge name their channel is > registered for. This is useful for clients who share the same channel > identifier across different remote procs. > I presume this will result in a strcmp in some client driver?

Re: [PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

2017-12-19 Thread Bjorn Andersson
On Mon 18 Dec 14:02 PST 2017, Chris Lew wrote: > Add support for client's to query the edge name their channel is > registered for. This is useful for clients who share the same channel > identifier across different remote procs. > I presume this will result in a strcmp in some client driver?

[PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

2017-12-18 Thread Chris Lew
Add support for client's to query the edge name their channel is registered for. This is useful for clients who share the same channel identifier across different remote procs. Signed-off-by: Chris Lew --- drivers/rpmsg/rpmsg_core.c | 21 +

[PATCH 5/6] rpmsg: Introduce rpmsg_get_rproc_name

2017-12-18 Thread Chris Lew
Add support for client's to query the edge name their channel is registered for. This is useful for clients who share the same channel identifier across different remote procs. Signed-off-by: Chris Lew --- drivers/rpmsg/rpmsg_core.c | 21 + drivers/rpmsg/rpmsg_internal.h