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.18-rc7
Date: Sun, 15 May 2022 16:27:04 +0200	[thread overview]
Message-ID: <YoENuIsPvWwfh3F7@kroah.com> (raw)

The following changes since commit 672c0c5173427e6b3e2a9bbb7be51ceeec78093a:

  Linux 5.18-rc5 (2022-05-01 13:57:58 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 757b9f6e6a2070043e5f215ff4afe350ecfb2bf7:

  Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial (2022-05-13 08:29:40 +0200)

----------------------------------------------------------------
USB fixes for 5.18-rc7

Here are some small fixes for reported issues with some USB drivers.
They include:
	- xhci fixes for xhci-mtk platform driver
	- typec driver fixes for reported problems.
	- cdc-wdm read-stuck fix
	- gadget driver fix for reported race condition
	- new usb-serial driver ids

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

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

----------------------------------------------------------------
ChiYuan Huang (1):
      usb: typec: tcpci_mt6360: Update for BMC PHY setting

Chunfeng Yun (2):
      usb: xhci-mtk: fix fs isoc's transfer error
      usb: xhci-mtk: remove bandwidth budget table

Dan Vacura (1):
      usb: gadget: uvc: allow for application to cleanly shutdown

Ethan Yang (1):
      USB: serial: qcserial: add support for Sierra Wireless EM7590

Greg Kroah-Hartman (1):
      Merge tag 'usb-serial-5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial

Schspa Shi (1):
      usb: gadget: fix race when gadget driver register via ioctl

Scott Chen (1):
      USB: serial: pl2303: add device id for HP LM930 Display

Sergey Ryazanov (1):
      usb: cdc-wdm: fix reading stuck on device close

Sven Schwermer (2):
      USB: serial: option: add Fibocom L610 modem
      USB: serial: option: add Fibocom MA510 modem

Uwe Kleine-König (1):
      usb: typec: tcpci: Don't skip cleanup in .remove() on error

 drivers/usb/class/cdc-wdm.c            |  1 +
 drivers/usb/gadget/function/f_uvc.c    | 25 ++++++++++
 drivers/usb/gadget/function/uvc.h      |  2 +
 drivers/usb/gadget/function/uvc_v4l2.c |  3 +-
 drivers/usb/gadget/legacy/raw_gadget.c |  2 +
 drivers/usb/host/xhci-mtk-sch.c        | 90 +++++++---------------------------
 drivers/usb/host/xhci-mtk.h            |  2 -
 drivers/usb/serial/option.c            |  4 ++
 drivers/usb/serial/pl2303.c            |  1 +
 drivers/usb/serial/pl2303.h            |  1 +
 drivers/usb/serial/qcserial.c          |  2 +
 drivers/usb/typec/tcpm/tcpci.c         |  2 +-
 drivers/usb/typec/tcpm/tcpci_mt6360.c  | 26 ++++++++++
 13 files changed, 86 insertions(+), 75 deletions(-)

             reply	other threads:[~2022-05-15 14:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-15 14:27 Greg KH [this message]
2022-05-15 15:11 ` [GIT PULL] USB driver fixes for 5.18-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=YoENuIsPvWwfh3F7@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.