Re: [PATCH 4/6] rpmsg: glink: Expose rpmsg name attr for glink

2018-01-09 Thread Chris Lew
On 12/18/2017 2:48 PM, Stephen Boyd wrote: On 12/18/2017 02:02 PM, Chris Lew wrote: Expose the name field as an attr so clients listening to uevents for rpmsg can identify the edge the events correspond to. Signed-off-by: Chris Lew --- drivers/rpmsg/qcom_glink_native.c | 18 +++

Re: [PATCH 4/6] rpmsg: glink: Expose rpmsg name attr for glink

2017-12-18 Thread Stephen Boyd
On 12/18/2017 02:02 PM, Chris Lew wrote: > Expose the name field as an attr so clients listening to uevents for > rpmsg can identify the edge the events correspond to. > > Signed-off-by: Chris Lew > --- > drivers/rpmsg/qcom_glink_native.c | 18 ++ > 1 file changed, 18 insertions(+

[PATCH 4/6] rpmsg: glink: Expose rpmsg name attr for glink

2017-12-18 Thread Chris Lew
Expose the name field as an attr so clients listening to uevents for rpmsg can identify the edge the events correspond to. Signed-off-by: Chris Lew --- drivers/rpmsg/qcom_glink_native.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/drivers/rpmsg/qcom_glink_native.c b/d