Linux USB
 help / color / mirror / Atom feed
* [PATCH v10 0/3] thunderbolt: Add device links for Apple T2
@ 2026-08-31 10:00 Mika Westerberg
  2026-08-31 10:00 ` [PATCH v10 1/3] thunderbolt: Move tb_apple_add_links() to pci.c Mika Westerberg
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mika Westerberg @ 2026-08-31 10:00 UTC (permalink / raw)
  To: linux-usb
  Cc: Yehezkel Bernat, Lukas Wunner, Andreas Noever, Atharva Tiwari,
	Alexander Fischer, Andre Eikmeyer, Mika Westerberg

Hi all,

Original cover letter:

  This series adds support for Device linking on Titan ridge, and Icelake,
  which are used exclusively on Apple T2 machines.

I went and did some changes so wanted to check that these still work on the
Apple T2 systems. I dropped Tested-by from Alexander Fischer because these
are not anymore the same patches. I would appreciate if you could re-test
these and let me know if they still work or not.

The changes I did:

  - Make ->add_links a NHI operation instead.
  - Move the check to nhi.c instead after we have selected software CM.
  - Split out add_link() helper that can be used both integrated and
    discrete case.
  - Link only the matching PCIe root ports to the NHI that actually tunnels
    them. The previous version (v9) linked all four for each NHI so there
    are duplicate links. Each NHI tunnels just up to 2 PCIe root ports in
    Ice Lake.

v9 of the patch series can be found here:

  https://lore.kernel.org/linux-usb/20260824184305.1234-1-atharvatiwarilinuxdev@gmail.com/

Atharva Tiwari (3):
  thunderbolt: Move tb_apple_add_links() to pci.c
  thunderbolt: Add device links for Apple machines with Titan Ridge
  thunderbolt: Add device links for Apple systems with Ice Lake

 drivers/thunderbolt/nhi.c |  34 +++++++++---
 drivers/thunderbolt/nhi.h |   2 +
 drivers/thunderbolt/pci.c | 113 ++++++++++++++++++++++++++++++++++++++
 drivers/thunderbolt/tb.c  |  78 --------------------------
 4 files changed, 140 insertions(+), 87 deletions(-)

-- 
2.50.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-31 10:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH v10 2/3] thunderbolt: Add device links for Apple machines with Titan Ridge Mika Westerberg
2026-08-31 10:00 ` [PATCH v10 3/3] thunderbolt: Add device links for Apple systems with Ice Lake Mika Westerberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox