mirror of https://lore.kernel.org/lkml/
 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 fixes for 5.5-rc3
Date: Fri, 20 Dec 2019 08:07:30 +0100	[thread overview]
Message-ID: <20191220070730.GA2190076@kroah.com> (raw)

The following changes since commit d1eef1c619749b2a57e514a3fa67d9a516ffa919:

  Linux 5.5-rc2 (2019-12-15 15:16:08 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.5-rc3

for you to fetch changes up to 6056a0f8ede27b296d10ef46f7f677cc9d715371:

  usb: xhci: Fix build warning seen with CONFIG_PM=n (2019-12-18 19:23:42 +0100)

----------------------------------------------------------------
USB fixes for 5.5-rc3

Here are some small USB fixes for some reported issues.

Included in here are:
  - xhci build warning fix
  - ehci disconnect warning fix
  - usbip lockup fix and error cleanup fix
  - typec build fix

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

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

----------------------------------------------------------------
Erkka Talvitie (1):
      USB: EHCI: Do not return -EPIPE when hub is disconnected

Guenter Roeck (1):
      usb: xhci: Fix build warning seen with CONFIG_PM=n

Suwan Kim (2):
      usbip: Fix receive error in vhci-hcd when using scatter-gather
      usbip: Fix error path of vhci_recv_ret_submit()

zhong jiang (1):
      usb: typec: fusb302: Fix an undefined reference to 'extcon_get_state'

 drivers/usb/host/ehci-q.c        | 13 ++++++++++++-
 drivers/usb/host/xhci-pci.c      |  2 +-
 drivers/usb/typec/tcpm/Kconfig   |  1 +
 drivers/usb/usbip/usbip_common.c |  3 +++
 drivers/usb/usbip/vhci_rx.c      | 13 +++++++++----
 5 files changed, 26 insertions(+), 6 deletions(-)

             reply	other threads:[~2019-12-20  7:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-20  7:07 Greg KH [this message]
2019-12-20 18:15 ` 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=20191220070730.GA2190076@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

Powered by JetHome