From patchwork Sat Aug 31 17:41:07 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "gregkh@linuxfoundation.org" X-Patchwork-Id: 824559 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id DA9F2B658; Sat, 31 Aug 2024 17:41:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725126071; cv=none; b=D2F/tRJv27LkQGz10e66tu8bhkh28RY75AQnyF+cmpwY8ZFrvTewvidhNWltX0YSlV5t1yfAuo9AmXl/8S23KJhUM7F6CNt+w5UiFd1REfSnIG65JOE7AommUmuIVgs2RIqp4TFZxVqp5nsPeP9JMkemTMRGHBt4ccL6R6dn5qM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725126071; c=relaxed/simple; bh=hLLbX4Dn2Yresy0z9IosCGN6MOmzaAkR5HPRUGcVyK4=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=HHKY5voEVi7d8eu1ugEvZtVqlnAH81v1lFgz79Zu8v9MQ0nGsm9ETx/pzy1meRg0fDf+jQMlJCuL0ADFklcP6AWWFE8O0KQjtUnqQ03/MTPLaYhGJYDaeRUX0B/929y3jNuoWsdCLfOacwHLvL0mYICShjUa2Ny1a5A2LZuo0F0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oqlnvGnQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oqlnvGnQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EEE11C4CEC0; Sat, 31 Aug 2024 17:41:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1725126070; bh=hLLbX4Dn2Yresy0z9IosCGN6MOmzaAkR5HPRUGcVyK4=; h=Date:From:To:Cc:Subject:From; b=oqlnvGnQHCBnLqGDsxbMF5MnxbFhgs9F3/PosLykJvoSj/Ql2nJT+6n/lAJGI/CmX 0QEHXuBtpOScu5dauO2lCiBGvnum015iZmHSU8WPjO4/pSWf/2NqAdJoGH/FVQrnJw SV2jdqAGNCq0Aorun13o5yEb1VnQghZXu2mYz75g= Date: Sat, 31 Aug 2024 19:41:07 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB driver fixes for 6.11-rc6 Message-ID: Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline [resend with correct subject line this time, sorry about that...] The following changes since commit 47ac09b91befbb6a235ab620c32af719f8208399: Linux 6.11-rc4 (2024-08-18 13:17:27 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.11-rc6 for you to fetch changes up to 58c2fa54257d640c83137b44e12c174fd660a485: Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2024-08-30 15:41:18 +0200) ---------------------------------------------------------------- USB fixes for 6.11-rc6 Here are some small USB fixes for 6.11-rc6. Included in here are: - dwc3 driver fixes for reported issues - MAINTAINER file update, marking a driver as unsupported :( - cdnsp driver fixes - USB gadget driver fix - USB sysfs fix - other tiny fixes - new device ids for usb serial driver All of these have been in linux-next this week with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Stein (1): dt-bindings: usb: microchip,usb2514: Fix reference USB device schema Greg Kroah-Hartman (1): Merge tag 'usb-serial-6.11-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Ian Ray (1): cdc-acm: Add DISABLE_ECHO quirk for GE HealthCare UI Controller Krzysztof Kozlowski (4): usb: dwc3: omap: add missing depopulate in probe error path usb: dwc3: xilinx: add missing depopulate in probe error path usb: dwc3: st: fix probed platform device ref count on probe error path usb: dwc3: st: add missing depopulate in probe error path Laurent Pinchart (1): MAINTAINERS: Mark UVC gadget driver as orphan Luca Weiss (1): usb: typec: fsa4480: Relax CHIP_ID check Michael Grzeschik (1): usb: dwc3: ep0: Don't reset resource alloc flag (including ep0) Pawel Laszczak (2): usb: cdnsp: fix incorrect index in cdnsp_get_hw_deq function usb: cdnsp: fix for Link TRB with TC Selvarasu Ganesan (1): usb: dwc3: core: Prevent USB core invalid event buffer address access Xu Yang (1): usb: gadget: uvc: queue pump work in uvcg_video_enable() ZHANG Yuntian (1): USB: serial: option: add MeiG Smart SRM825L Zijun Hu (1): usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attributes() .../devicetree/bindings/usb/microchip,usb2514.yaml | 9 ++++++- MAINTAINERS | 4 +-- drivers/usb/cdns3/cdnsp-gadget.h | 3 +++ drivers/usb/cdns3/cdnsp-ring.c | 30 +++++++++++++++++++++- drivers/usb/class/cdc-acm.c | 3 +++ drivers/usb/core/sysfs.c | 1 + drivers/usb/dwc3/core.c | 8 ++++++ drivers/usb/dwc3/dwc3-omap.c | 4 ++- drivers/usb/dwc3/dwc3-st.c | 16 +++++------- drivers/usb/dwc3/dwc3-xilinx.c | 7 ++++- drivers/usb/dwc3/ep0.c | 3 ++- drivers/usb/gadget/function/uvc_video.c | 1 + drivers/usb/serial/option.c | 5 ++++ drivers/usb/typec/mux/fsa4480.c | 2 +- 14 files changed, 78 insertions(+), 18 deletions(-)