Hi Linus, The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -0700) 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.15 for you to fetch changes up to 4665584888ad2175831c972c004115741ec799e9: platform/chrome: cros_ec_trace: Fix format warnings (2021-08-30 17:46:55 -0700) ---------------------------------------------------------------- chrome platform changes for 5.15 cros_ec_typec: * Changes the cros_ec_typec driver to use the pre-existing cros_ec_check_features() function sensorhub: * Add trace events for sample misc: * cros_ec_proto - send commands again in the event of a timeout (for the FPMCU) * Fix warnings in cros_ec_trace related to format output ---------------------------------------------------------------- Gwendal Grignou (2): platform/chrome: sensorhub: Add trace events for sample platform/chrome: cros_ec_trace: Fix format warnings Patryk Duda (1): platform/chrome: cros_ec_proto: Send command again when timeout occurs Prashant Malani (1): platform/chrome: cros_ec_typec: Use existing feature check drivers/platform/chrome/Makefile | 2 +- drivers/platform/chrome/cros_ec_proto.c | 9 +++ drivers/platform/chrome/cros_ec_sensorhub_ring.c | 14 ++++ drivers/platform/chrome/cros_ec_trace.h | 94 ++++++++++++++++++++++++ drivers/platform/chrome/cros_ec_typec.c | 27 ++----- 5 files changed, 123 insertions(+), 23 deletions(-) -- Benson Leung Staff Software Engineer Chrome OS Kernel Google Inc. bleung@google.com Chromium OS Project bleung@chromium.org