Re: [PATCH 3/6] rpmsg: glink: Add support for rpmsg glink chrdev

2018-02-15 Thread Bjorn Andersson
On Mon 18 Dec 14:02 PST 2017, Chris Lew wrote: > RPMSG provides a char device interface to userspace. Probe the rpmsg > chrdev channel to enable the rpmsg_ctrl device creation on glink > transports. > > Signed-off-by: Chris Lew > --- > drivers/rpmsg/qcom_glink_native.c | 39 > +

[PATCH 3/6] rpmsg: glink: Add support for rpmsg glink chrdev

2017-12-18 Thread Chris Lew
RPMSG provides a char device interface to userspace. Probe the rpmsg chrdev channel to enable the rpmsg_ctrl device creation on glink transports. Signed-off-by: Chris Lew --- drivers/rpmsg/qcom_glink_native.c | 39 +++ 1 file changed, 39 insertions(+) diff --