From: "Pali Rohár" <pali@kernel.org>
To: u-boot@lists.denx.de
Subject: [PATCH 0/4] usbtty/musb: Fix file transfers
Date: Sat, 26 Dec 2020 19:28:47 +0100 [thread overview]
Message-ID: <20201226182851.18493-1-pali@kernel.org> (raw)
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
next reply other threads:[~2020-12-26 18:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-26 18:28 Pali Rohár [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201226182851.18493-1-pali@kernel.org \
--to=pali@kernel.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.