All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] thunderbolt: Support for Intel Alder Lake and improvements
@ 2021-06-07 11:00 Mika Westerberg
  2021-06-07 11:00 ` [PATCH 1/5] thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default() Mika Westerberg
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Mika Westerberg @ 2021-06-07 11:00 UTC (permalink / raw)
  To: linux-usb
  Cc: Yehezkel Bernat, Michael Jamet, Lukas Wunner, Andreas Noever,
	Mika Westerberg, Dan Carpenter, kernel test robot, Gil Fine,
	Azhar Shaikh

Hi all,

This series adds support for Intel Alder Lake which is the successor of
Tiger Lake. The integrated Thunderbolt/USB4 controller is pretty close to
the one found in Tiger Lake too.

In addition there are few improvements for issues reported by Dan Carpenter
and kernel test robot.

The series applies on top of thunderbolt.git/next.

Azhar Shaikh (1):
  thunderbolt: Add support for Intel Alder Lake

Gil Fine (1):
  thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be set

Mika Westerberg (3):
  thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default()
  thunderbolt: Add device links only when software connection manager is used
  thunderbolt: No need to include <linux/acpi.h> in usb4_port.c

 drivers/thunderbolt/icm.c       | 20 ++++++----
 drivers/thunderbolt/nhi.c       | 71 ++-------------------------------
 drivers/thunderbolt/nhi.h       |  2 +
 drivers/thunderbolt/tb.c        | 67 +++++++++++++++++++++++++++++++
 drivers/thunderbolt/test.c      | 22 +++++-----
 drivers/thunderbolt/usb4_port.c |  1 -
 6 files changed, 97 insertions(+), 86 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2021-06-11  8:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07 11:00 [PATCH 0/5] thunderbolt: Support for Intel Alder Lake and improvements Mika Westerberg
2021-06-07 11:00 ` [PATCH 1/5] thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default() Mika Westerberg
2021-06-07 11:00 ` [PATCH 2/5] thunderbolt: Add device links only when software connection manager is used Mika Westerberg
2021-06-07 11:00 ` [PATCH 3/5] thunderbolt: Poll 10ms for REG_FW_STS_NVM_AUTH_DONE to be set Mika Westerberg
2021-06-07 11:00 ` [PATCH 4/5] thunderbolt: No need to include <linux/acpi.h> in usb4_port.c Mika Westerberg
2021-06-07 11:00 ` [PATCH 5/5] thunderbolt: Add support for Intel Alder Lake Mika Westerberg
2021-06-07 11:52 ` [PATCH 0/5] thunderbolt: Support for Intel Alder Lake and improvements Yehezkel Bernat
2021-06-11  8:46   ` 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.