From patchwork Thu Sep 15 10:25:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mika Westerberg X-Patchwork-Id: 606950 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A1BC9ECAAD3 for ; Thu, 15 Sep 2022 10:24:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229866AbiIOKYz (ORCPT ); Thu, 15 Sep 2022 06:24:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229852AbiIOKYy (ORCPT ); Thu, 15 Sep 2022 06:24:54 -0400 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E3EAC20F64 for ; Thu, 15 Sep 2022 03:24:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663237492; x=1694773492; h=date:from:to:cc:subject:message-id:mime-version; bh=kE1uE6ZYE+LQyM+ycahEV8ycIVV7EPs5tNfHhpItNCA=; b=QurgUpqC8ok/4q6QgnvmSSJQqdOneYN3iq53BVnMleLPffuhxxt/dIe5 Jmnw4iJ8aoc2kfFast6u8/4hWX45UBJRRSbztGZG2VCIxtwN3XtsbsmVT vuylZcMgnWcHalIypXacRPa+PCweYtFhdlja4sw36uKPdkbtRV8kManDn lAm0lbUDz2QKimW+hp43Tf2iX1RmeaetigUWwOd7kmO5XBp66ATH73R2C l5Ub8RrFwlP1ojVgpeCJYb/B9c0bpjFMZyVjanuVXzR2bI7rFW6R2zdxs TVWAG8EZkvnB0+mlNPwEnKAbO48LhIxjWiIYrLq/xCx4f+384JceF/xWy Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10470"; a="298670417" X-IronPort-AV: E=Sophos;i="5.93,317,1654585200"; d="scan'208";a="298670417" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Sep 2022 03:24:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,317,1654585200"; d="scan'208";a="650429096" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga001.jf.intel.com with ESMTP; 15 Sep 2022 03:24:50 -0700 Received: by black.fi.intel.com (Postfix, from userid 1001) id 13CF4F7; Thu, 15 Sep 2022 13:25:06 +0300 (EEST) Date: Thu, 15 Sep 2022 13:25:06 +0300 From: Mika Westerberg To: Greg Kroah-Hartman Cc: Yehezkel Bernat , Michael Jamet , Gil Fine , Lukas Wunner , Andreas Noever , Mika Westerberg , linux-usb@vger.kernel.org Subject: [GIT PULL] Thunderbolt/USB4 fix for v6.0-rc6 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi Greg, The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179: Linux 6.0-rc4 (2022-09-04 13:10:01 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt.git tags/thunderbolt-for-v6.0-rc6 for you to fetch changes up to 14c7d905283744809e6b82efae2f490660a11cda: thunderbolt: Add support for Intel Maple Ridge single port controller (2022-09-09 08:45:57 +0300) ---------------------------------------------------------------- thunderbolt: Fix for v6.0-rc6 This includes a single commit adding missing PCI ID for Intel Maple Ridge Thunderbolt 4 single port controller. This has been in linux-next with no reported issues. ---------------------------------------------------------------- Gil Fine (1): thunderbolt: Add support for Intel Maple Ridge single port controller drivers/thunderbolt/icm.c | 1 + drivers/thunderbolt/nhi.h | 1 + 2 files changed, 2 insertions(+)