mbox series

[RFC,v2,0/1] rpmsg: syslog driver

Message ID 20211109083926.32052-1-christian.gmeiner@gmail.com (mailing list archive)
Headers show
Series rpmsg: syslog driver | expand

Message

Christian Gmeiner Nov. 9, 2021, 8:39 a.m. UTC
I am sending this patch as RFC I am am aware that this is
not ready for inclusion. I am however want to get some
feedback on this choosen approach. In the end I want to be
able to get log messages from the remote firmware into syslog.

Christian Gmeiner (1):
  rpmsg: add syslog driver

 drivers/rpmsg/Kconfig        |  8 +++++
 drivers/rpmsg/Makefile       |  1 +
 drivers/rpmsg/rpmsg_syslog.c | 65 ++++++++++++++++++++++++++++++++++++
 3 files changed, 74 insertions(+)
 create mode 100644 drivers/rpmsg/rpmsg_syslog.c