This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allmodconfig in repository toolchain/ci/linux.
from 8148c17b179d Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/li [...] adds e43c426a777e platform/chrome: cros_ec_debugfs: Remove dev_warn when con [...] adds b18e606ff313 platform/chrome: cros_ec_debugfs: no need to check return [...] adds 37a186225a0c platform/chrome: cros_ec_spi: Transfer messages at high priority adds a2679b647190 platform/chrome: Add CrOS USB PD logging driver adds 94d4e7af14a1 platform/chrome: cros_ec_proto: check for NULL transfer function adds 14e14aaf6132 platform/chrome: wilco_ec: Standardize mailbox interface adds 9e2b0e0be642 platform/chrome: wilco_ec: Add h1_gpio status to debugfs adds 2de89fd98958 platform/chrome: cros_ec: Add EC host command support using rpmsg adds 81f6ec233355 platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_sta [...] adds 58a2109f6eb4 platform/chrome: cros_ec_proto: Add trace event to trace E [...] adds 47782361aca2 Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite [...]
No new revisions were added by this update.
Summary of changes: Documentation/ABI/testing/debugfs-wilco-ec | 45 +++-- drivers/platform/chrome/Kconfig | 24 +++ drivers/platform/chrome/Makefile | 7 +- drivers/platform/chrome/cros_ec_debugfs.c | 74 ++------ drivers/platform/chrome/cros_ec_proto.c | 15 ++ drivers/platform/chrome/cros_ec_rpmsg.c | 258 +++++++++++++++++++++++++++ drivers/platform/chrome/cros_ec_spi.c | 80 ++++++++- drivers/platform/chrome/cros_ec_trace.c | 124 +++++++++++++ drivers/platform/chrome/cros_ec_trace.h | 51 ++++++ drivers/platform/chrome/cros_usbpd_logger.c | 262 ++++++++++++++++++++++++++++ drivers/platform/chrome/wilco_ec/debugfs.c | 89 ++++++---- drivers/platform/chrome/wilco_ec/mailbox.c | 53 +++--- drivers/rtc/rtc-wilco-ec.c | 63 ++++--- include/linux/platform_data/wilco-ec.h | 22 +-- 14 files changed, 984 insertions(+), 183 deletions(-) create mode 100644 drivers/platform/chrome/cros_ec_rpmsg.c create mode 100644 drivers/platform/chrome/cros_ec_trace.c create mode 100644 drivers/platform/chrome/cros_ec_trace.h create mode 100644 drivers/platform/chrome/cros_usbpd_logger.c