Hi Linus, The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.13 for you to fetch changes up to d61b3f9b91be32f714b218377ab5081932e3ebc2: platform/chrome: cros_ec_lpc: Use DEFINE_MUTEX() for mutex lock (2021-04-21 10:00:30 +0200) ---------------------------------------------------------------- chrome platform changes for 5.13 cros_ec_typec: * Changes around DP mode check, hard reset, tracking port change. cros_ec misc: * wilco_ec: Convert stream-like files from nonseekable to stream open * cros_usbpd_notify: Listen to EC_HSOT_EVENT_USB_MUX host event * fix format warning in cros_ec_typec ---------------------------------------------------------------- Arnd Bergmann (1): platform/chrome: cros_ec_typec: fix clang -Wformat warning Pi-Hsun Shih (1): platform/chrome: cros_usbpd_notify: Listen to EC_HOST_EVENT_USB_MUX host event Prashant Malani (5): platform/chrome: cros_ec_typec: Check for device within remove function platform/chrome: cros_ec_typec: Track port role platform/chrome: cros_ec: Add Type C hard reset platform/chrome: cros_ec_typec: Handle hard reset platform/chrome: cros_ec_typec: Add DP mode check Yang Li (1): platform/chrome: wilco_ec: convert stream-like files from nonseekable_open -> stream_open Ye Bin (1): platform/chrome: cros_ec_lpc: Use DEFINE_MUTEX() for mutex lock drivers/platform/chrome/cros_ec_lpc_mec.c | 3 +- drivers/platform/chrome/cros_ec_typec.c | 47 +++++++++++++++++++------- drivers/platform/chrome/cros_usbpd_notify.c | 3 +- drivers/platform/chrome/wilco_ec/telemetry.c | 2 +- include/linux/platform_data/cros_ec_commands.h | 1 + 5 files changed, 39 insertions(+), 17 deletions(-) -- Benson Leung Staff Software Engineer Chrome OS Kernel Google Inc. bleung@google.com Chromium OS Project bleung@chromium.org