Skip to content

Commit

Permalink
thunderbolt: Add support for asymmetric link
Browse files Browse the repository at this point in the history
USB4 v2 spec defines a Gen 4 link that can operate as an aggregated
symmetric (80/80G) or asymmetric (120/40G). When the link is asymmetric,
the USB4 port on one side of the link operates with three TX lanes and
one RX lane, while the USB4 port on the opposite side of the link
operates with three RX lanes and one TX lane.

Add support for the asymmetric link and provide functions that can be
used to transition the link to asymmetric and back.

Signed-off-by: Gil Fine <gil.fine@linux.intel.com>
Co-developed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
  • Loading branch information
Gil Fine authored and westeri committed Oct 20, 2023
1 parent c4ff144 commit 81af295
Show file tree
Hide file tree
Showing 5 changed files with 381 additions and 55 deletions.
Loading

0 comments on commit 81af295

Please sign in to comment.