From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB-serial updates for 5.2-rc1
Date: Fri, 3 May 2019 17:36:50 +0200 [thread overview]
Message-ID: <20190503153650.GA6170@localhost> (raw)
The following changes since commit 79a3aaa7b82e3106be97842dedfd8429248896e6:
Linux 5.1-rc3 (2019-03-31 14:39:29 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.2-rc1
for you to fetch changes up to 7f6fc50242d11d4fedab9cf6c5e8af368c076ccd:
USB: serial: f81232: implement break control (2019-05-03 09:19:55 +0200)
----------------------------------------------------------------
USB-serial updates for 5.2-rc1
Here are the USB-serial updates for 5.2-rc1, including:
- flow-control related fixes for pl2303
- fix for an initial-termios issue
- fix for a couple of unthrottle() races
- fix for f81232 interrupt-handling issues
- improved f81232 overrun handling
- support for higher f81232 line speeds
- support for f81232 break control
Included are also various clean ups.
All but the last four commits have been in linux-next and with no
reported issues.
Signed-off-by: Johan Hovold <johan@kernel.org>
----------------------------------------------------------------
Greg Kroah-Hartman (1):
USB: serial: io_edgeport: fix up switch fall-through comments
Ji-Ze Hong (Peter Hong) (4):
USB: serial: f81232: fix interrupt worker not stop
USB: serial: f81232: clear overrun flag
USB: serial: f81232: add high baud rate support
USB: serial: f81232: implement break control
Johan Hovold (17):
USB: serial: pl2303: fix non-supported xon/xoff
USB: serial: pl2303: fix tranceiver suspend mode
USB: serial: digi_acceleport: clean up modem-control handling
USB: serial: digi_acceleport: clean up set_termios
USB: serial: fix initial-termios handling
USB: serial: ark3116: drop redundant init_termios
USB: serial: cypress_m8: drop unused driver data flag
USB: serial: cypress_m8: drop unused termios
USB: serial: cypress_m8: clean up initial-termios handling
USB: serial: iuu_phoenix: drop bogus initial cflag
USB: serial: iuu_phoenix: simplify init_termios
USB: serial: oti6858: simplify init_termios
USB: serial: spcp8x5: simplify init_termios
USB: serial: fix unthrottle races
USB: serial: clean up throttle handling
USB: serial: drop unnecessary goto
USB: serial: drop unused iflag macro
drivers/usb/serial/ark3116.c | 11 --
drivers/usb/serial/cypress_m8.c | 49 ++-------
drivers/usb/serial/digi_acceleport.c | 41 ++++----
drivers/usb/serial/f81232.c | 198 ++++++++++++++++++++++++++++++++---
drivers/usb/serial/generic.c | 76 +++++++-------
drivers/usb/serial/io_edgeport.c | 37 +++----
drivers/usb/serial/iuu_phoenix.c | 4 +-
drivers/usb/serial/oti6858.c | 5 +-
drivers/usb/serial/pl2303.c | 58 ++++++++--
drivers/usb/serial/spcp8x5.c | 5 +-
drivers/usb/serial/usb-serial.c | 11 +-
include/linux/usb/serial.h | 8 +-
12 files changed, 324 insertions(+), 179 deletions(-)
next reply other threads:[~2019-05-03 15:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-03 15:36 Johan Hovold [this message]
2019-05-03 16:01 ` [GIT PULL] USB-serial updates for 5.2-rc1 Greg Kroah-Hartman
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=20190503153650.GA6170@localhost \
--to=johan@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-usb@vger.kernel.org \
/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.