Message ID | YSp5/U1nxmG77m6I@kroah.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 447e238f14b251acf2a954750e028ad0352b0016 |
Headers | show |
Series | [GIT,PULL] USB fixes for 5.14 | expand |
The pull request you sent on Sat, 28 Aug 2021 20:01:33 +0200:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/447e238f14b251acf2a954750e028ad0352b0016
Thank you!
The following changes since commit e22ce8eb631bdc47a4a4ea7ecf4e4ba499db4f93: Linux 5.14-rc7 (2021-08-22 14:24:56 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.14 for you to fetch changes up to 068fdad20454f815e61e6f6eb9f051a8b3120e88: usb: gadget: u_audio: fix race condition on endpoint stop (2021-08-27 16:07:23 +0200) ---------------------------------------------------------------- USB fixes for 5.14 Here are a few tiny USB fixes for reported issues with some USB drivers. These fixes include: - gadget driver fixes for regressions - tcpm driver fix - dwc3 driver fixes - xhci renesas firmware loading fix, again. - usb serial option driver device id addition - usb serial ch341 revert for regression All all of these have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> ---------------------------------------------------------------- Greg Kroah-Hartman (1): Merge tag 'usb-serial-5.14-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Jerome Brunet (2): usb: gadget: f_uac2: fixup feedback endpoint stop usb: gadget: u_audio: fix race condition on endpoint stop Johan Hovold (1): Revert "USB: serial: ch341: fix character loss at high transfer rates" Kyle Tso (1): usb: typec: tcpm: Raise vdm_sm_running flag only when VDM SM is running Takashi Iwai (1): usb: renesas-xhci: Prefer firmware loading on unknown ROM state Thinh Nguyen (1): usb: dwc3: gadget: Fix dwc3_calc_trbs_left() Wesley Cheng (1): usb: dwc3: gadget: Stop EP0 transfers during pullup disable Zhengjun Zhang (1): USB: serial: option: add new VID/PID to support Fibocom FG150 drivers/usb/dwc3/gadget.c | 23 +++++----- drivers/usb/gadget/function/u_audio.c | 23 ++++++---- drivers/usb/host/xhci-pci-renesas.c | 35 +++++++++------ drivers/usb/serial/ch341.c | 1 - drivers/usb/serial/option.c | 2 + drivers/usb/typec/tcpm/tcpm.c | 81 ++++++++++++++++------------------- 6 files changed, 89 insertions(+), 76 deletions(-)