Hello Linus,

The following changes since commit 8c2ffd9174779014c3fe1f96d9dc3641d9175f00:

  Linux 5.1-rc2 (2019-03-24 14:02:26 -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.2

for you to fetch changes up to 58a2109f6eb46b2952e2ce3fe776ce02c0c540dd:

  platform/chrome: cros_ec_proto: Add trace event to trace EC commands 
(2019-04-17 10:29:34 +0200)

----------------------------------------------------------------
chrome platform changes for v5.2

CrOS EC:

- Add EC host command support using rpmsg
- Add new CrOS USB PD logging driver
- Transfer spi messages at high priority
- Add support to trace CrOS EC commands
- Minor fixes and cleanups in protocol and debugfs

Wilco EC:

- Standardize Wilco EC mailbox interface
- Add h1_gpio status to debugfs

----------------------------------------------------------------
Douglas Anderson (1):
      platform/chrome: cros_ec_spi: Transfer messages at high priority

Enric Balletbo i Serra (3):
      platform/chrome: cros_ec_debugfs: Remove dev_warn when console log is not 
supported
      platform/chrome: cros_ec_debugfs: no need to check return value of 
debugfs_create functions
      platform/chrome: cros_ec_debugfs: Use cros_ec_cmd_xfer_status helper

Enrico Granata (1):
      platform/chrome: cros_ec_proto: check for NULL transfer function

Guenter Roeck (1):
      platform/chrome: Add CrOS USB PD logging driver

Nick Crews (2):
      platform/chrome: wilco_ec: Standardize mailbox interface
      platform/chrome: wilco_ec: Add h1_gpio status to debugfs

Pi-Hsun Shih (1):
      platform/chrome: cros_ec: Add EC host command support using rpmsg

Raul E Rangel (1):
      platform/chrome: cros_ec_proto: Add trace event to trace EC commands

 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

Thanks,
Benson

-- 
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
ble...@google.com
Chromium OS Project
ble...@chromium.org

Attachment: signature.asc
Description: PGP signature

Reply via email to