tty: add rpmsg driver
authorArnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Fri, 15 Oct 2021 09:47:01 +0000 (11:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 21 Oct 2021 10:35:35 +0000 (12:35 +0200)
commit7c0408d805797178f075f33d0f705a1c6ef76c82
tree04c850fda5bcb5cfc280f004a189e237a75ac535
parente279317e9aeb11d8670e0a5acb10d50566eea9c9
tty: add rpmsg driver

This driver exposes a standard TTY interface on top of the rpmsg
framework through a rpmsg service.

This driver supports multi-instances, offering a /dev/ttyRPMSGx entry
per rpmsg endpoint.

Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
Link: https://lore.kernel.org/r/20211015094701.5732-3-arnaud.pouliquen@foss.st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/Kconfig
drivers/tty/Makefile
drivers/tty/rpmsg_tty.c [new file with mode: 0644]