Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-15 Thread Ladislav Michl
Hi Michał, On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote: > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > > board connected to xhci_hcd and does some cleanup. > > Tested with "console

Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-14 Thread Ladislav Michl
On Sun, Jul 14, 2019 at 01:37:17PM +0200, Michał Mirosław wrote: > On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote: > > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > > > board connecte

Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-14 Thread Michał Mirosław
On Sun, Jul 14, 2019 at 12:04:26PM +0200, Michał Mirosław wrote: > On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > > board connected to xhci_hcd and does some cleanup. > > Tested with "console=ttyS0,11520

Re: [PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-14 Thread Michał Mirosław
On Sat, Jul 13, 2019 at 11:08:53PM +0200, Ladislav Michl wrote: > Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 > board connected to xhci_hcd and does some cleanup. > Tested with "console=ttyS0,115200n8 console=ttyGS0" on kernel command line > and following inittab: > con

[PATCH v2 0/5] usb: gadget: u_serial: Fix and cleanup

2019-07-13 Thread Ladislav Michl
Following patchset makes console work (patch 1 and 4) for an AT91SAM9G20 board connected to xhci_hcd and does some cleanup. Tested with "console=ttyS0,115200n8 console=ttyGS0" on kernel command line and following inittab: console::respawn:/sbin/getty -L 115200 ttyS0 vt100 console::respawn:/sbin/get