[PATCH 0/3] platform/chrome: Add Type C connector class driver

From: Prashant Malani
Date: Wed Feb 05 2020 - 16:00:44 EST


The following series introduces a Type C port driver for Chrome OS devices
that have an EC (Embedded Controller). It derives port information from
ACPI or DT entries. This patch series adds basic support, including
registering ports, and setting certain basic attributes.

Prashant Malani (3):
platform/chrome: Add Type C connector class driver
platform/chrome: typec: Get PD_CONTROL cmd version
platform/chrome: typec: Update port info from EC

drivers/platform/chrome/Kconfig | 11 +
drivers/platform/chrome/Makefile | 1 +
drivers/platform/chrome/cros_ec_typec.c | 346 ++++++++++++++++++++++++
3 files changed, 358 insertions(+)
create mode 100644 drivers/platform/chrome/cros_ec_typec.c

--
2.25.0.341.g760bfbb309-goog