All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] usbtty/musb: Fix file transfers
@ 2020-12-26 18:28 Pali Rohár
  2020-12-26 18:28 ` [PATCH 1/4] serial: usbtty: Send urb data in correct order Pali Rohár
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Pali Rohár @ 2020-12-26 18:28 UTC (permalink / raw)
  To: u-boot

This is second usbtty patch series which is fixing stability of musb code
and allows usage of file transfers via Kermit protocol on Nokia N900.

Kermit file transfer via U-Boot loadb command is stable on Nokia N900 and
gives about 52kB/s transfer rate.

This patch series depends on previous patch series:
"Nokia RX-51: Fix USB TTY console and enable it"

Pali Roh?r (4):
  serial: usbtty: Send urb data in correct order
  usb: musb: Fix receiving of bigger buffers
  usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand
  usb: musb: Ensure that we set musb dynamic FIFO buffer for every
    endpoint

 drivers/serial/usbtty.c     | 12 +++--------
 drivers/usb/musb/musb_udc.c | 42 ++++++++++++++++++-------------------
 2 files changed, 24 insertions(+), 30 deletions(-)

-- 
2.20.1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-23 21:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-26 18:28 [PATCH 0/4] usbtty/musb: Fix file transfers Pali Rohár
2020-12-26 18:28 ` [PATCH 1/4] serial: usbtty: Send urb data in correct order Pali Rohár
2020-12-26 18:28 ` [PATCH 2/4] usb: musb: Fix receiving of bigger buffers Pali Rohár
2020-12-26 18:28 ` [PATCH 3/4] usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand Pali Rohár
2021-01-23 15:16   ` Lukasz Majewski
2021-01-23 15:23     ` Pali Rohár
2021-01-23 21:23       ` Lukasz Majewski
2021-01-23 21:28         ` Pali Rohár
2020-12-26 18:28 ` [PATCH 4/4] usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint Pali Rohár

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.