public inbox for linux-usb@vger.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 fixes for 5.14-rc5
Date: Sun, 8 Aug 2021 13:30:41 +0200	[thread overview]
Message-ID: <YQ/AYY7G/5Dq8wRh@kroah.com> (raw)

The following changes since commit ff1176468d368232b684f75e82563369208bc371:

  Linux 5.14-rc3 (2021-07-25 15:35:14 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14-rc5

for you to fetch changes up to 43ad944cd73f2360ec8ff31d29ea44830b3119af:

  usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus events (2021-08-05 12:27:43 +0200)

----------------------------------------------------------------
USB driver fixes for 5.14-rc5

Here are some small USB driver fixes for 5.14-rc5.  They resolve a
number of small reported issues, including:
	- cdnsp driver fixes
	- usb serial driver fixes and device id updates
	- usb gadget hid fixes
	- usb host driver fixes
	- usb dwc3 driver fixes
	- other usb gadget driver fixes

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

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

----------------------------------------------------------------
Christophe JAILLET (1):
      usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macro

Claudiu Beznea (1):
      usb: host: ohci-at91: suspend/resume ports after/before OHCI accesses

Daniele Palmas (1):
      USB: serial: option: add Telit FD980 composition 0x1056

David Bauer (1):
      USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2

Dmitry Osipenko (1):
      usb: otg-fsm: Fix hrtimer list corruption

Greg Kroah-Hartman (2):
      Merge tag 'usb-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-linus
      Merge tag 'usb-serial-5.14-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus

Johan Hovold (2):
      USB: serial: pl2303: fix HX type detection
      USB: serial: pl2303: fix GT type detection

Kyle Tso (1):
      usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus events

Maxim Devaev (2):
      usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlers
      usb: gadget: f_hid: idle uses the highest byte for duration

Mika Westerberg (1):
      Revert "thunderbolt: Hide authorized attribute if router does not support PCIe tunnels"

Pawel Laszczak (3):
      usb: cdns3: Fixed incorrect gadget state
      usb: cdnsp: Fix incorrect supported maximum speed
      usb: cdnsp: Fixed issue with ZLP

Phil Elwell (1):
      usb: gadget: f_hid: fixed NULL pointer dereference

Qiang.zhang (1):
      USB: usbtmc: Fix RCU stall warning

Tony Lindgren (1):
      usb: musb: Fix suspend and resume issues for PHYs on I2C and SPI

Wesley Cheng (2):
      usb: dwc3: gadget: Use list_replace_init() before traversing lists
      usb: dwc3: gadget: Avoid runtime resume if disabling pullup

Willy Tarreau (1):
      USB: serial: ch341: fix character loss at high transfer rates

Zhang Qilong (1):
      usb: gadget: remove leaked entry from udc driver list

 drivers/thunderbolt/switch.c         | 15 +-----------
 drivers/usb/cdns3/cdns3-ep0.c        |  1 +
 drivers/usb/cdns3/cdnsp-gadget.c     |  2 +-
 drivers/usb/cdns3/cdnsp-gadget.h     |  4 ++--
 drivers/usb/cdns3/cdnsp-ring.c       | 18 +++++++--------
 drivers/usb/class/usbtmc.c           |  9 +-------
 drivers/usb/common/usb-otg-fsm.c     |  6 ++++-
 drivers/usb/dwc3/gadget.c            | 29 ++++++++++++++++++++++--
 drivers/usb/gadget/function/f_hid.c  | 44 +++++++++++++++++++++++++++++++-----
 drivers/usb/gadget/udc/max3420_udc.c | 14 ++++++++----
 drivers/usb/host/ohci-at91.c         |  9 ++++----
 drivers/usb/musb/omap2430.c          | 43 +++++++++++++++++++++++++++++++----
 drivers/usb/serial/ch341.c           |  1 +
 drivers/usb/serial/ftdi_sio.c        |  1 +
 drivers/usb/serial/ftdi_sio_ids.h    |  3 +++
 drivers/usb/serial/option.c          |  2 ++
 drivers/usb/serial/pl2303.c          | 42 +++++++++++++++++++++-------------
 drivers/usb/typec/tcpm/tcpm.c        |  4 ++--
 include/linux/usb/otg-fsm.h          |  1 +
 19 files changed, 173 insertions(+), 75 deletions(-)

             reply	other threads:[~2021-08-08 11:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-08 11:30 Greg KH [this message]
2021-08-08 18:35 ` [GIT PULL] USB fixes for 5.14-rc5 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=YQ/AYY7G/5Dq8wRh@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