From patchwork Sun Oct 17 10:05:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg Kroah-Hartman X-Patchwork-Id: 12564149 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFE48C433EF for ; Sun, 17 Oct 2021 10:05:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 83F5261027 for ; Sun, 17 Oct 2021 10:05:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245260AbhJQKIB (ORCPT ); Sun, 17 Oct 2021 06:08:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:39572 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245237AbhJQKIB (ORCPT ); Sun, 17 Oct 2021 06:08:01 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4D7BD60F56; Sun, 17 Oct 2021 10:05:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634465151; bh=ssHl03Ra1nvF6dDbFdLpedVMJmJtt/gryOT8PCjCdW4=; h=Date:From:To:Cc:Subject:From; b=OqwZNAoCLXXMzTXIo6qyyW301S+yoIze/k3e5bz/CaEks3cH1vq/QIvVuhiMOb80v pHIEXMZ86AQas+L5McFykspBG30xxXiRsgUPvwssDnlyQ4tdPTGO+1+4QBQ/ttFMFi bcjo0T2UvcRXKvcLL0b52SRcN9h2bTsjlbREfOgQ= Date: Sun, 17 Oct 2021 12:05:48 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB fixes for 5.15-rc6 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org [resend with properly subject line...] The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc: Linux 5.15-rc5 (2021-10-10 17:01:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-5.15-rc6 for you to fetch changes up to cd932c2a1ecc8f261ecb8d140fa431c16379931f: Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2021-10-15 15:04:02 +0200) ---------------------------------------------------------------- USB fixes for 5.15-rc6 Here are some small USB fixes that resolve a number of tiny issues. They include: - new USB serial driver ids - xhci driver fixes for a bunch of issues - musb error path fixes. All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Aleksander Morgado (1): USB: serial: qcserial: add EM9191 QDL support Daniele Palmas (1): USB: serial: option: add Telit LE910Cx composition 0x1204 Greg Kroah-Hartman (1): Merge tag 'usb-serial-5.15-rc6' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Johan Hovold (1): USB: xhci: dbc: fix tty registration race Jonathan Bell (2): xhci: guard accesses to ep_state in xhci_endpoint_reset() xhci: add quirk for host controllers that don't update endpoint DCS Miquel Raynal (1): usb: musb: dsps: Fix the probe error path Nikolay Martynov (1): xhci: Enable trust tx length quirk for Fresco FL11 USB controller Pavankumar Kondeti (1): xhci: Fix command ring pointer corruption while aborting a command Tomaz Solc (1): USB: serial: option: add prod. id for Quectel EG91 Yu-Tung Chang (1): USB: serial: option: add Quectel EC200S-CN module support drivers/usb/host/xhci-dbgtty.c | 28 +++++++++++++--------------- drivers/usb/host/xhci-pci.c | 6 +++++- drivers/usb/host/xhci-ring.c | 39 ++++++++++++++++++++++++++++++++++----- drivers/usb/host/xhci.c | 5 +++++ drivers/usb/host/xhci.h | 1 + drivers/usb/musb/musb_dsps.c | 4 +++- drivers/usb/serial/option.c | 8 ++++++++ drivers/usb/serial/qcserial.c | 1 + 8 files changed, 70 insertions(+), 22 deletions(-)