mbox series

[v5,0/2] rpmsg: core: Add support for name extension

Message ID 20200514204022.24233-1-mathieu.poirier@linaro.org (mailing list archive)
Headers show
Series rpmsg: core: Add support for name extension | expand

Message

Mathieu Poirier May 14, 2020, 8:40 p.m. UTC
This patchset adds the capability to supplement the base definition
published by an rpmsg_driver with a postfix description so that it
is easy to differentiate entities that use the same name service.

Applies cleanly on rpmsg-next (4f05fc33bebd).

Thanks,
Mathieu

New for V5:
- Return error code if no match is found (Arnaud).
- Return a pointer to the rpmsg device name rather than
  duplicating it (Arnaud).

Mathieu Poirier (2):
  rpmsg: core: Add wildcard match for name service
  rpmsg: core: Add support to retrieve name extension

 drivers/rpmsg/rpmsg_core.c | 115 ++++++++++++++++++++++++++++++++++++-
 include/linux/rpmsg.h      |  13 +++++
 2 files changed, 127 insertions(+), 1 deletion(-)