From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.10-rc4
Date: Sun, 15 Jan 2017 13:39:54 +0100 [thread overview]
Message-ID: <20170115123954.GA8011@kroah.com> (raw)
The following changes since commit a121103c922847ba5010819a3f250f1f7fc84ab8:
Linux 4.10-rc3 (2017-01-08 14:18:17 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.10-rc4
for you to fetch changes up to 97f9c5f211d1f063b1745370e6b4fd64d6adaeff:
Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2017-01-12 18:17:38 +0100)
----------------------------------------------------------------
USB fixes for 4.10-rc4
Here are a few small USB driver fixes for 4.10-rc4 to resolve some
reported issues. The "largest" here is a number of bugs being fixed in
the ch341 usb-serial driver, to hopefully resolve the mess of different
devices floating around that use this driver that have been having
problems with the 4.10-rc1 release. There's also a tiny musb fix that I
missed in the last pull request, as well as the traditional xhci fix
rounding out the batch.
All have been in linux-next with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Andy Lutomirski (1):
wusbcore: Fix one more crypto-on-the-stack bug
Bin Liu (1):
usb: musb: fix runtime PM in debugfs
Greg Kroah-Hartman (1):
Merge tag 'usb-serial-4.10-rc4' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Johan Hovold (9):
USB: serial: ch341: fix initial modem-control state
USB: serial: ch341: fix open and resume after B0
USB: serial: ch341: fix modem-control and B0 handling
USB: serial: ch341: fix open error handling
USB: serial: ch341: fix resume after reset
USB: serial: ch341: fix line settings after reset-resume
USB: serial: ch341: fix baud rate and line-control handling
USB: serial: kl5kusb105: fix line-state error handling
USB: serial: ch341: fix control-message error handling
Mathias Nyman (1):
xhci: fix deadlock at host remove by running watchdog correctly
drivers/usb/host/xhci-ring.c | 11 ----
drivers/usb/host/xhci.c | 13 -----
drivers/usb/musb/musb_debugfs.c | 20 +++++++-
drivers/usb/serial/ch341.c | 108 +++++++++++++++++++++++++++-------------
drivers/usb/serial/kl5kusb105.c | 9 ++--
drivers/usb/wusbcore/crypto.c | 3 +-
6 files changed, 98 insertions(+), 66 deletions(-)
reply other threads:[~2017-01-15 12:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170115123954.GA8011@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=torvalds@linux-foundation.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox