Message ID | 20211015094701.5732-1-arnaud.pouliquen@foss.st.com (mailing list archive) |
---|---|
Headers | show |
Series | Add rpmsg tty driver | expand |
On 15. 10. 21, 11:46, Arnaud Pouliquen wrote: ... > drivers/rpmsg/rpmsg_core.c | 21 +++ > drivers/rpmsg/rpmsg_internal.h | 2 + > drivers/rpmsg/virtio_rpmsg_bus.c | 10 ++ > drivers/tty/Kconfig | 12 ++ > drivers/tty/Makefile | 1 + > drivers/tty/rpmsg_tty.c | 274 +++++++++++++++++++++++++++++++ > include/linux/rpmsg.h | 10 ++ Hi, care to add an entry to MAINTAINERS too? thanks,
Hi Jiri, On 11/1/21 8:27 AM, Jiri Slaby wrote: > On 15. 10. 21, 11:46, Arnaud Pouliquen wrote: > ... >> drivers/rpmsg/rpmsg_core.c | 21 +++ >> drivers/rpmsg/rpmsg_internal.h | 2 + >> drivers/rpmsg/virtio_rpmsg_bus.c | 10 ++ >> drivers/tty/Kconfig | 12 ++ >> drivers/tty/Makefile | 1 + >> drivers/tty/rpmsg_tty.c | 274 +++++++++++++++++++++++++++++++ >> include/linux/rpmsg.h | 10 ++ > > Hi, > > care to add an entry to MAINTAINERS too? That's a good point. I will send a patch to propose myself as maintainer. Thanks, Arnaud > > thanks,