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

From: Utkarsh Patel
Date: Mon Jul 17 2023 - 22:31:00 EST


This change adds support to configure retimer cable type

Changes in v4:
- Removed local variables and used inline assignemtns.
- Added details about return values in cros_typec_get_cable_vdo.

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.

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

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 | 28 ++++++++++++++++++++++++-
drivers/usb/typec/mux/intel_pmc_mux.c | 28 +++++++++++++++++++++----
2 files changed, 51 insertions(+), 5 deletions(-)

--
2.25.1