Re: [PATCH 7/8] platform/chrome: cros_ec_typec: Thunderbolt support

From: Dmitry Baryshkov
Date: Wed Sep 25 2024 - 13:14:04 EST


On Wed, Sep 25, 2024 at 09:25:08AM GMT, Abhishek Pandit-Subedi wrote:
> Add support for entering and exiting Thunderbolt alt-mode using AP
> driven alt-mode.
>
> Signed-off-by: Abhishek Pandit-Subedi <abhishekpandit@xxxxxxxxxxxx>
> ---
>
> drivers/platform/chrome/Makefile | 1 +
> drivers/platform/chrome/cros_ec_typec.c | 29 +--
> drivers/platform/chrome/cros_typec_altmode.h | 14 ++
> .../platform/chrome/cros_typec_thunderbolt.c | 184 ++++++++++++++++++
> 4 files changed, 216 insertions(+), 12 deletions(-)
> create mode 100644 drivers/platform/chrome/cros_typec_thunderbolt.c

This patch looks like nearly exact 1:1 copy of the previous one. Please
merge both altmode implementations in the same way as tcpm.c does.

--
With best wishes
Dmitry