linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/3] rpmsg: core: Add support for name extension
@ 2020-06-15 21:38 Mathieu Poirier
  2020-06-15 21:38 ` [PATCH v7 1/3] rpmsg: core: Add wildcard match for name service Mathieu Poirier
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mathieu Poirier @ 2020-06-15 21:38 UTC (permalink / raw)
  To: ohad, bjorn.andersson; +Cc: 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 v5.8-rc1 (b3a9e3b9622a).

New for V7:
- Added Suman's acked-by.
- Deleted extra newline in patch 02.
- Avoided line break in strncmp() in patch 02.

Thanks,
Mathieu

Mathieu Poirier (3):
  rpmsg: core: Add wildcard match for name service
  rpmsg: core: Add support to retrieve name extension
  sample: rpmsg: Print out RPMSG device name extension

 drivers/rpmsg/rpmsg_core.c          | 113 +++++++++++++++++++++++++++-
 include/linux/rpmsg.h               |  13 ++++
 samples/rpmsg/rpmsg_client_sample.c |   5 ++
 3 files changed, 130 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2020-06-15 21:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-15 21:38 [PATCH v7 0/3] rpmsg: core: Add support for name extension Mathieu Poirier
2020-06-15 21:38 ` [PATCH v7 1/3] rpmsg: core: Add wildcard match for name service Mathieu Poirier
2020-06-15 21:38 ` [PATCH v7 2/3] rpmsg: core: Add support to retrieve name extension Mathieu Poirier
2020-06-15 21:38 ` [PATCH v7 3/3] sample: rpmsg: Print out RPMSG device " Mathieu Poirier

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