linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB/PHY driver fixes for 4.20-rc6
Date: Sun, 9 Dec 2018 12:16:46 +0100	[thread overview]
Message-ID: <20181209111646.GB9556@kroah.com> (raw)

The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-4.20-rc6

for you to fetch changes up to 3caad34eab57e622dad48086af7f89c19001664e:

  Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2018-12-06 18:02:58 +0100)

----------------------------------------------------------------
USB fixes for 4.20-rc6

Here are some small USB fixes for 4.20-rc6

The "largest" here are some xhci fixes for reported issues.  Also here
is a USB core fix, some quirk additions, and a usb-serial fix which
required the export of one of the tty layer's functions to prevent code
duplication.  The tty maintainer agreed with this change.

All of these have been in linux-next with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Alan Stern (1):
      USB: Fix invalid-free bug in port_over_current_notify()

Alexander Theissen (1):
      usb: appledisplay: Add 27" Apple Cinema Display

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-4.20-rc6' of https://git.kernel.org/.../johan/usb-serial into usb-linus

Harry Pan (1):
      usb: quirk: add no-LPM quirk on SanDisk Ultra Flair device

Johan Hovold (1):
      USB: serial: console: fix reported terminal settings

Mathias Nyman (1):
      xhci: Prevent U1/U2 link pm states if exit latency is too long

Mathias Payer (1):
      USB: check usb_get_extra_descriptor for proper size

Sandeep Singh (1):
      xhci: workaround CSS timeout on AMD SNPS 3.0 xHC

 drivers/tty/tty_io.c            | 11 +++++++++--
 drivers/usb/core/hub.c          |  5 +++--
 drivers/usb/core/quirks.c       |  4 ++++
 drivers/usb/core/usb.c          |  6 +++---
 drivers/usb/host/hwa-hc.c       |  2 +-
 drivers/usb/host/xhci-pci.c     |  4 ++++
 drivers/usb/host/xhci.c         | 42 +++++++++++++++++++++++++++++++++++++----
 drivers/usb/host/xhci.h         |  3 +++
 drivers/usb/misc/appledisplay.c |  1 +
 drivers/usb/serial/console.c    |  2 +-
 include/linux/tty.h             |  1 +
 include/linux/usb.h             |  4 ++--
 12 files changed, 70 insertions(+), 15 deletions(-)

             reply	other threads:[~2018-12-09 11:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-09 11:16 Greg KH [this message]
2018-12-09 18:50 ` [GIT PULL] USB/PHY driver fixes for 4.20-rc6 pr-tracker-bot

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=20181209111646.GB9556@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;
as well as URLs for NNTP newsgroup(s).