All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] thunderbolt: Add comment where Thunderbolt 4 PCI IDs start
@ 2022-08-16 10:51 Mika Westerberg
  2022-08-16 10:51 ` [PATCH 2/2] thunderbolt: Add support for Intel Meteor Lake Mika Westerberg
  2022-08-22  9:45 ` [PATCH 1/2] thunderbolt: Add comment where Thunderbolt 4 PCI IDs start Mika Westerberg
  0 siblings, 2 replies; 3+ messages in thread
From: Mika Westerberg @ 2022-08-16 10:51 UTC (permalink / raw)
  To: linux-usb
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	utkarsh.h.patel, Mika Westerberg

This makes it consistent with the previous generations. No functional
impact.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/thunderbolt/nhi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/thunderbolt/nhi.c b/drivers/thunderbolt/nhi.c
index cb8c9c4ae93a..8b8b5a8bd9b2 100644
--- a/drivers/thunderbolt/nhi.c
+++ b/drivers/thunderbolt/nhi.c
@@ -1398,6 +1398,7 @@ static struct pci_device_id nhi_ids[] = {
 	  .driver_data = (kernel_ulong_t)&icl_nhi_ops },
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_ICL_NHI1),
 	  .driver_data = (kernel_ulong_t)&icl_nhi_ops },
+	/* Thunderbolt 4 */
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI0),
 	  .driver_data = (kernel_ulong_t)&icl_nhi_ops },
 	{ PCI_VDEVICE(INTEL, PCI_DEVICE_ID_INTEL_TGL_NHI1),
-- 
2.35.1


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

end of thread, other threads:[~2022-08-22  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-16 10:51 [PATCH 1/2] thunderbolt: Add comment where Thunderbolt 4 PCI IDs start Mika Westerberg
2022-08-16 10:51 ` [PATCH 2/2] thunderbolt: Add support for Intel Meteor Lake Mika Westerberg
2022-08-22  9:45 ` [PATCH 1/2] thunderbolt: Add comment where Thunderbolt 4 PCI IDs start Mika Westerberg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.