]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: typec: Add support for Parade PS8830 Type-C Retimer
authorAbel Vesa <abel.vesa@linaro.org>
Thu, 6 Feb 2025 09:28:28 +0000 (11:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 14 Feb 2025 08:29:48 +0000 (09:29 +0100)
commit257a087c8b5206e046048de6053fc8b3fa1af814
treed50756d50b4e86bcf71e33ad5479519f001eed0a
parentd73ddefaf97805dd2c549f2301785edb0a7a2147
usb: typec: Add support for Parade PS8830 Type-C Retimer

The Parade PS8830 is a USB4, DisplayPort and Thunderbolt 4 retimer,
controlled over I2C. It usually sits between a USB/DisplayPort PHY
and the Type-C connector, and provides orientation and altmode handling.

The boards that use this retimer are the ones featuring the Qualcomm
Snapdragon X Elite SoCs.

Add a driver with support for the following modes:
 - DisplayPort 4-lanes
 - DisplayPort 2-lanes + USB3
 - USB3

There is another variant of this retimer which is called PS8833. It seems
to be really similar to the PS8830, so future-proof this driver by
naming it ps883x.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20250206-x1e80100-ps8830-v6-2-60b1e49cfa8d@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/mux/Kconfig
drivers/usb/typec/mux/Makefile
drivers/usb/typec/mux/ps883x.c [new file with mode: 0644]