From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: linux-usb@vger.kernel.org
Cc: Yehezkel Bernat <YehezkelShB@gmail.com>,
Lukas Wunner <lukas@wunner.de>,
Andreas Noever <andreas.noever@gmail.com>,
Atharva Tiwari <atharvatiwarilinuxdev@gmail.com>,
Alexander Fischer <alexander.fischer@kait2en.org>,
Andre Eikmeyer <andre@negmaster.com>,
Mika Westerberg <mika.westerberg@linux.intel.com>
Subject: [PATCH v10 2/3] thunderbolt: Add device links for Apple machines with Titan Ridge
Date: Mon, 31 Aug 2026 12:00:25 +0200 [thread overview]
Message-ID: <20260831100026.1783663-3-mika.westerberg@linux.intel.com> (raw)
In-Reply-To: <20260831100026.1783663-1-mika.westerberg@linux.intel.com>
From: Atharva Tiwari <atharvatiwarilinuxdev@gmail.com>
Add device links for Apple machines with the Titan Ridge thunderbolt
controller.
Signed-off-by: Atharva Tiwari <atharvatiwarilinuxdev@gmail.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
drivers/thunderbolt/pci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/thunderbolt/pci.c b/drivers/thunderbolt/pci.c
index c9c50004a6ac..996a8ab3cfb7 100644
--- a/drivers/thunderbolt/pci.c
+++ b/drivers/thunderbolt/pci.c
@@ -168,6 +168,8 @@ static bool nhi_pci_add_links(struct tb_nhi *nhi)
case PCI_DEVICE_ID_INTEL_CACTUS_RIDGE_4C:
case PCI_DEVICE_ID_INTEL_FALCON_RIDGE_2C_NHI:
case PCI_DEVICE_ID_INTEL_FALCON_RIDGE_4C_NHI:
+ case PCI_DEVICE_ID_INTEL_TITAN_RIDGE_2C_NHI:
+ case PCI_DEVICE_ID_INTEL_TITAN_RIDGE_4C_NHI:
break;
default:
return false;
--
2.50.1
next prev parent reply other threads:[~2026-08-31 10:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 10:00 [PATCH v10 0/3] thunderbolt: Add device links for Apple T2 Mika Westerberg
2026-08-31 10:00 ` [PATCH v10 1/3] thunderbolt: Move tb_apple_add_links() to pci.c Mika Westerberg
2026-08-31 10:00 ` Mika Westerberg [this message]
2026-08-31 10:00 ` [PATCH v10 3/3] thunderbolt: Add device links for Apple systems with Ice Lake Mika Westerberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260831100026.1783663-3-mika.westerberg@linux.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=YehezkelShB@gmail.com \
--cc=alexander.fischer@kait2en.org \
--cc=andre@negmaster.com \
--cc=andreas.noever@gmail.com \
--cc=atharvatiwarilinuxdev@gmail.com \
--cc=linux-usb@vger.kernel.org \
--cc=lukas@wunner.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox