Linux USB
 help / color / mirror / Atom feed
* [PATCH v4 0/2]Add support to configure active retimer cable
@ 2023-07-18  2:47 Utkarsh Patel
  2023-07-18  2:47 ` [PATCH v4 1/2] platform/chrome: cros_ec_typec: Configure Retimer cable type Utkarsh Patel
  2023-07-18  2:47 ` [PATCH v4 2/2] usb: typec: intel_pmc_mux: Configure Active and Retimer Cable type Utkarsh Patel
  0 siblings, 2 replies; 15+ messages in thread
From: Utkarsh Patel @ 2023-07-18  2:47 UTC (permalink / raw)
  To: linux-kernel, linux-usb, heikki.krogerus, pmalani, bleung; +Cc: Utkarsh Patel

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-08-26  9:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-18  2:47 [PATCH v4 0/2]Add support to configure active retimer cable Utkarsh Patel
2023-07-18  2:47 ` [PATCH v4 1/2] platform/chrome: cros_ec_typec: Configure Retimer cable type Utkarsh Patel
2023-07-31  3:52   ` Patel, Utkarsh H
2023-08-15 22:09     ` Patel, Utkarsh H
2023-08-18 17:01   ` Prashant Malani
2023-08-21 17:18     ` Patel, Utkarsh H
2023-08-21 23:30       ` Prashant Malani
2023-08-22 21:21         ` Patel, Utkarsh H
2023-08-23 15:35           ` Prashant Malani
2023-08-25 21:04             ` Patel, Utkarsh H
2023-08-26  7:40               ` Greg KH
2023-08-26  9:12                 ` Greg KH
2023-07-18  2:47 ` [PATCH v4 2/2] usb: typec: intel_pmc_mux: Configure Active and Retimer Cable type Utkarsh Patel
2023-07-18 13:29   ` Greg KH
2023-07-19 20:46     ` Patel, Utkarsh H

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox