Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2021-02-01 Thread Pali Rohár
Hello! On Sunday 17 January 2021 16:07:30 Lokesh Vutla wrote: > Hi Lukasz, > > On 29/11/20 10:16 pm, Pali Rohár wrote: > > This patch series fix usbtty code (serial console via USB peripheral > > mode), fix underlying musb peripheral code, fix compilation of > > CONFIG_USB_DEVICE (used by

Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2021-01-17 Thread Lokesh Vutla
Hi Lukasz, On 29/11/20 10:16 pm, Pali Rohár wrote: > This patch series fix usbtty code (serial console via USB peripheral > mode), fix underlying musb peripheral code, fix compilation of > CONFIG_USB_DEVICE (used by usbtty), remove unused Nokia RX-51 code to > decrease size of U-Boot binary and

Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2020-12-27 Thread Pali Rohár
On Sunday 29 November 2020 17:46:05 Pali Rohár wrote: > With current implementation there is an issue in musb driver that it > loose receiving bytes from USB bus when too many a characters are send > over USB tty from computer. Typing on keyboard to kermit terminal > connected to /dev/ttyACM0 is

Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2020-12-19 Thread Pali Rohár
On Friday 11 December 2020 16:23:50 Lokesh Vutla wrote: > Hi Pali, > > On 11/12/20 1:31 am, Pali Rohár wrote: > > Hello Lokesh, could you please process this patch series? USB serial > > console on Nokia N900 is really useful for debugging and currently in > > U-Boot master code is broken. Pavel

Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2020-12-11 Thread Lokesh Vutla
Hi Pali, On 11/12/20 1:31 am, Pali Rohár wrote: > Hello Lokesh, could you please process this patch series? USB serial > console on Nokia N900 is really useful for debugging and currently in > U-Boot master code is broken. Pavel has already reviewed patches and > also CI tests passed. I am out

Re: [PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2020-12-10 Thread Pali Rohár
Hello Lokesh, could you please process this patch series? USB serial console on Nokia N900 is really useful for debugging and currently in U-Boot master code is broken. Pavel has already reviewed patches and also CI tests passed. On Sunday 29 November 2020 17:46:05 Pali Rohár wrote: > This patch

[PATCH 00/13] Nokia RX-51: Fix USB TTY console and enable it

2020-11-29 Thread Pali Rohár
This patch series fix usbtty code (serial console via USB peripheral mode), fix underlying musb peripheral code, fix compilation of CONFIG_USB_DEVICE (used by usbtty), remove unused Nokia RX-51 code to decrease size of U-Boot binary and finally enable usbtty serial console for Nokia RX-51. With