This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 8148c17b179d Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/li [...] new e43c426a777e platform/chrome: cros_ec_debugfs: Remove dev_warn when con [...] new b18e606ff313 platform/chrome: cros_ec_debugfs: no need to check return [...] new 37a186225a0c platform/chrome: cros_ec_spi: Transfer messages at high priority new a2679b647190 platform/chrome: Add CrOS USB PD logging driver new 94d4e7af14a1 platform/chrome: cros_ec_proto: check for NULL transfer function new 14e14aaf6132 platform/chrome: wilco_ec: Standardize mailbox interface new 9e2b0e0be642 platform/chrome: wilco_ec: Add h1_gpio status to debugfs new 2de89fd98958 platform/chrome: cros_ec: Add EC host command support using rpmsg new 81f6ec233355 platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_sta [...] new 58a2109f6eb4 platform/chrome: cros_ec_proto: Add trace event to trace E [...] new 47782361aca2 Merge tag 'tag-chrome-platform-for-v5.2' of ssh://gitolite [...]
The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
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