[PATCH v3 0/2] Add support to configure active retimer cable

From: Utkarsh Patel
Date: Fri Jul 07 2023 - 02:51:59 EST


This change adds support to configure retimer cable type

Changes in v2:
- Implemented use of cable discover mode vdo.
- Removed adittional changes to host command.

Changes in v3:
- Changed the return method in cros_typec_get_cable_vdo.
- Changed passed parameters in cros_typec_get_cable_vdo.
- Corrected definition for unsigned integers as kerenl standard.
- Assigning cable_vdo values directly in to cable_mode.
- Removed unncessary checks for Retimer cable type.

Utkarsh Patel (2):
platform/chrome: cros_ec_typec: Configure Retimer cable type
usb: typec: intel_pmc_mux: Configure Active and Retimer Cable type

drivers/platform/chrome/cros_ec_typec.c | 26 ++++++++++++++++++++++-
drivers/usb/typec/mux/intel_pmc_mux.c | 28 +++++++++++++++++++++----
2 files changed, 49 insertions(+), 5 deletions(-)

--
2.25.1