mbox series

[0/3] thunderbolt: Improvements for Alpine and Titan Ridge devices

Message ID 20220126141653.28092-1-mika.westerberg@linux.intel.com
Headers show
Series thunderbolt: Improvements for Alpine and Titan Ridge devices | expand

Message

Mika Westerberg Jan. 26, 2022, 2:16 p.m. UTC
Hi all,

The first two patches implement flows that are needed to bring up the
internal xHCI controller when there is USB device connected to the
downstream Thunderbolt port of the the router. The last patch disables
LTTPR (LT-tunable PHY Repeater, DisplayPort term) when Titan Ridge device
router is connected to avoid tunneling issues.

Mika Westerberg (3):
  thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()
  thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices
  thunderbolt: Disable LTTPR on Intel Titan Ridge

 drivers/thunderbolt/lc.c      | 110 ++++++++++++++++++++++++++++++++++
 drivers/thunderbolt/switch.c  |  71 +++++++++++++++++++++-
 drivers/thunderbolt/tb.c      |  11 ++++
 drivers/thunderbolt/tb.h      |   8 +++
 drivers/thunderbolt/tb_regs.h |   9 +++
 drivers/thunderbolt/tunnel.c  |  10 ++++
 6 files changed, 218 insertions(+), 1 deletion(-)

Comments

Mika Westerberg Feb. 2, 2022, 10:59 a.m. UTC | #1
On Wed, Jan 26, 2022 at 05:16:50PM +0300, Mika Westerberg wrote:
> Hi all,
> 
> The first two patches implement flows that are needed to bring up the
> internal xHCI controller when there is USB device connected to the
> downstream Thunderbolt port of the the router. The last patch disables
> LTTPR (LT-tunable PHY Repeater, DisplayPort term) when Titan Ridge device
> router is connected to avoid tunneling issues.
> 
> Mika Westerberg (3):
>   thunderbolt: Add missing device ID to tb_switch_is_alpine_ridge()
>   thunderbolt: Add internal xHCI connect flows for Thunderbolt 3 devices
>   thunderbolt: Disable LTTPR on Intel Titan Ridge

Fixed the typo pointed out by Lukas and applied to thunderbolt.git/next.