From patchwork Sat Oct 21 10:35:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 13431460 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 1261C18A for ; Sat, 21 Oct 2023 10:35:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="J+XtpMwB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EEB51C433C7; Sat, 21 Oct 2023 10:35:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1697884546; bh=6yWmez/L+p/MIzkYttk/iFNjmxuQYstDYHQskwBxuv0=; h=Date:From:To:Cc:Subject:From; b=J+XtpMwBWTDzeYtSXcGY3Xjq6IzkNFgYth6kXpTRxjwDS8umaj4gK6c7qJ4q4GzVa uCJ9lIAsiMWSBttpm0SrB5ajKBV5n6dQVL/ytoNcVBVTXS75VMYiU5LkgDHft6Yfiq NNgDh0+ei2ExhePBEEg1ndyQ3ncLZwKpjOpYhSM4= Date: Sat, 21 Oct 2023 12:35:43 +0200 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: [GIT PULL] USB/Thunderbolt fixes for 6.6-rc7 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 The following changes since commit 58720809f52779dc0f08e53e54b014209d13eebb: Linux 6.6-rc6 (2023-10-15 13:34:39 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git tags/usb-6.6-rc7 for you to fetch changes up to 21a68b69f7c16f026bd2e51884520aaf594977cb: Merge tag 'usb-serial-6.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2023-10-20 07:52:44 +0200) ---------------------------------------------------------------- USB/Thunderbolt fixes and ids for 6.6-rc7 Here are 4 small patches for USB and Thunderbolt for 6.6-rc7 that do the following: - new usb-serial device ids - thunderbolt driver fix for reported issue All of these have been in linux-next with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- BenoƮt Monin (1): USB: serial: option: add entry for Sierra EM9191 with new firmware Fabio Porcedda (1): USB: serial: option: add Telit LE910C4-WWX 0x1035 composition Gil Fine (1): thunderbolt: Call tb_switch_put() once DisplayPort bandwidth request is finished Greg Kroah-Hartman (2): Merge tag 'thunderbolt-for-v6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into usb-linus Merge tag 'usb-serial-6.6-rc7' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus Puliang Lu (1): USB: serial: option: add Fibocom to DELL custom modem FM101R-GL drivers/thunderbolt/tb.c | 10 ++++++---- drivers/usb/serial/option.c | 7 +++++++ 2 files changed, 13 insertions(+), 4 deletions(-)