Hi Linus, Here's chrome-platform's changes for v5.18-rc1. Of note, the last two commits of this PR had to be reworded (actually just the second to last one) since it hit linux-next for a minor commit message fixup. Content wise, the two are the same as they are on linux-next right now. Thanks, Benson The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07: Linux 5.17-rc1 (2022-01-23 10:12:53 +0200) 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.18 for you to fetch changes up to 0e8eb5e8acbad19ac2e1856b2fb2320184299b33: platform/chrome: cros_ec_debugfs: detach log reader wq from devm (2022-03-31 16:56:48 -0700) ---------------------------------------------------------------- chrome platform changes for 5.18 cros_ec_typec: * platform/chrome: cros_ec_typec: Check for EC device - Fix a crash when using the cros_ec_typec driver on older hardware not capable of typec commands. * Make try power role optional. * Mux configuration reorganization series from Prashant. cros_ec_debugfs: * Fix use after free. Thanks Tzung-bi. sensorhub: * cros_ec_sensorhub fixup - Split trace include file misc: * Add new mailing list for chrome-platform development. chrome-platform@lists.linux.dev. Now with patchwork! ---------------------------------------------------------------- Benson Leung (1): MAINTAINERS: platform-chrome: Add new chrome-platform@lists.linux.dev list Gwendal Grignou (1): platform: chrome: Split trace include file Prashant Malani (6): platform/chrome: cros_ec_typec: Make try power role optional platform/chrome: cros_ec_typec: Check for EC device platform/chrome: cros_ec_typec: Move mux flag checks platform/chrome: cros_ec_typec: Get mux state inside configure_mux platform/chrome: cros_ec_typec: Configure muxes at start of port update platform/chrome: cros_ec_typec: Update mux flags during partner removal Tzung-Bi Shih (1): platform/chrome: cros_ec_debugfs: detach log reader wq from devm MAINTAINERS | 5 + drivers/platform/chrome/Makefile | 3 +- drivers/platform/chrome/cros_ec_debugfs.c | 12 +-- drivers/platform/chrome/cros_ec_sensorhub_ring.c | 3 +- drivers/platform/chrome/cros_ec_sensorhub_trace.h | 123 ++++++++++++++++++++++ drivers/platform/chrome/cros_ec_trace.h | 95 ----------------- drivers/platform/chrome/cros_ec_typec.c | 97 +++++++++-------- 7 files changed, 186 insertions(+), 152 deletions(-) create mode 100644 drivers/platform/chrome/cros_ec_sensorhub_trace.h -- Benson Leung Staff Software Engineer Chrome OS Kernel Google Inc. bleung@google.com Chromium OS Project bleung@chromium.org