All of lore.kernel.org
 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 driver fixes for 5.11-rc7
Date: Sat, 6 Feb 2021 15:24:44 +0100	[thread overview]
Message-ID: <YB6mrF7MGZ7AsN3m@kroah.com> (raw)

The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

  Linux 5.11-rc5 (2021-01-24 16:47:14 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.11-rc7

for you to fetch changes up to f670e9f9c8cac716c3506c6bac9e997b27ad441a:

  usb: dwc2: Fix endpoint direction check in ep_from_windex (2021-02-05 10:28:38 +0100)

----------------------------------------------------------------
USB fixes for 5.11-rc7

Here are some small, last-minute, USB driver fixes for 5.11-rc7

They all resolve issues reported, or are a few new device ids for some
drivers.  They include:
	- new device ids for some usb-serial drivers
	- xhci fixes for a variety of reported problems
	- dwc3 driver bugfixes
	- dwc2 driver bugfixes
	- usblp driver bugfix
	- thunderbolt bugfix
	- few other tiny fixes

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

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

----------------------------------------------------------------
Chenxin Jin (1):
      USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000

Christoph Schemmel (1):
      USB: serial: option: Adding support for Cinterion MV31

Chunfeng Yun (2):
      usb: xhci-mtk: skip dropping bandwidth of unchecked endpoints
      usb: xhci-mtk: break loop when find the endpoint to drop

Dan Carpenter (1):
      USB: gadget: legacy: fix an error code in eth_bind()

Gary Bisson (1):
      usb: dwc3: fix clock issue during resume in OTG mode

Greg Kroah-Hartman (2):
      Merge tag 'usb-serial-5.11-rc6' of https://git.kernel.org/.../johan/usb-serial into usb-linus
      Merge tag 'thunderbolt-for-v5.11-rc7' of git://git.kernel.org/.../westeri/thunderbolt into usb-linus

Heiko Stuebner (1):
      usb: dwc2: Fix endpoint direction check in ep_from_windex

Ikjoon Jang (1):
      usb: xhci-mtk: fix unreleased bandwidth data

Jeremy Figgins (1):
      USB: usblp: don't call usb_set_interface if there's a single alt

Mario Limonciello (1):
      thunderbolt: Fix possible NULL pointer dereference in tb_acpi_add_link()

Mathias Nyman (1):
      xhci: fix bounce buffer usage for non-sg list case

Pali Rohár (1):
      usb: host: xhci: mvebu: make USB 3.0 PHY optional for Armada 3720

Pho Tran (1):
      USB: serial: cp210x: add pid/vid for WSDA-200-USB

Yoshihiro Shimoda (1):
      usb: renesas_usbhs: Clear pipe running flag in usbhs_pkt_pop()

kernel test robot (1):
      usb: gadget: aspeed: add missing of_node_put

 drivers/thunderbolt/acpi.c               |   2 +-
 drivers/usb/class/usblp.c                |  19 +++--
 drivers/usb/dwc2/gadget.c                |   8 +-
 drivers/usb/dwc3/core.c                  |   2 +-
 drivers/usb/gadget/legacy/ether.c        |   4 +-
 drivers/usb/gadget/udc/aspeed-vhub/hub.c |   4 +-
 drivers/usb/host/xhci-mtk-sch.c          | 130 ++++++++++++++++++++++---------
 drivers/usb/host/xhci-mtk.c              |   2 +
 drivers/usb/host/xhci-mtk.h              |  15 ++++
 drivers/usb/host/xhci-mvebu.c            |  42 ++++++++++
 drivers/usb/host/xhci-mvebu.h            |   6 ++
 drivers/usb/host/xhci-plat.c             |  20 ++++-
 drivers/usb/host/xhci-plat.h             |   1 +
 drivers/usb/host/xhci-ring.c             |  31 +++++---
 drivers/usb/host/xhci.c                  |   8 +-
 drivers/usb/host/xhci.h                  |   4 +
 drivers/usb/renesas_usbhs/fifo.c         |   1 +
 drivers/usb/serial/cp210x.c              |   2 +
 drivers/usb/serial/option.c              |   6 ++
 19 files changed, 237 insertions(+), 70 deletions(-)

             reply	other threads:[~2021-02-06 14:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-06 14:24 Greg KH [this message]
2021-02-06 23:21 ` [GIT PULL] USB driver fixes for 5.11-rc7 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=YB6mrF7MGZ7AsN3m@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 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.