Re: [PATCH v5 2/2] tty: add rpmsg driver

2019-08-29 Thread kbuild test robot
Hi Arnaud, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.3-rc6 next-20190829] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 2/2] tty: add rpmsg driver

2019-08-29 Thread kbuild test robot
Hi Arnaud, I love your patch! Perhaps something to improve: [auto build test WARNING on linus/master] [cannot apply to v5.3-rc6 next-20190829] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH v5 2/2] tty: add rpmsg driver

2019-08-28 Thread Arnaud Pouliquen
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. Signed-off-by: Arnaud Pouliquen --- V4 to V5 : - suppress the use of the first byte of the message to