linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/2] rpmsg: core: Add support for name extension
@ 2020-05-14 20:40 Mathieu Poirier
  2020-05-14 20:40 ` [PATCH v5 1/2] rpmsg: core: Add wildcard match for name service Mathieu Poirier
  2020-05-14 20:40 ` [PATCH v5 2/2] rpmsg: core: Add support to retrieve name extension Mathieu Poirier
  0 siblings, 2 replies; 4+ messages in thread
From: Mathieu Poirier @ 2020-05-14 20:40 UTC (permalink / raw)
  To: ohad, bjorn.andersson; +Cc: arnaud.pouliquen, linux-remoteproc, linux-kernel

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(-)

-- 
2.20.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-15 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14 20:40 [PATCH v5 0/2] rpmsg: core: Add support for name extension Mathieu Poirier
2020-05-14 20:40 ` [PATCH v5 1/2] rpmsg: core: Add wildcard match for name service Mathieu Poirier
2020-05-14 20:40 ` [PATCH v5 2/2] rpmsg: core: Add support to retrieve name extension Mathieu Poirier
2020-05-15 14:43   ` Arnaud POULIQUEN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).