public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Benson Leung <bleung@google.com>
To: torvalds@linux-foundation.org
Cc: bleung@chromium.org, bleung@google.com,
	enric.balletbo@collabora.com, linux-kernel@vger.kernel.org
Subject: [GIT PULL] chrome-platform changes for v5.2
Date: Sat, 11 May 2019 21:13:24 -0700	[thread overview]
Message-ID: <20190512041324.GA7523@google.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 3200 bytes --]

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.
bleung@google.com
Chromium OS Project
bleung@chromium.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2019-05-12  4:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-12  4:13 Benson Leung [this message]
2019-05-12 11:05 ` [GIT PULL] chrome-platform changes for v5.2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190512041324.GA7523@google.com \
    --to=bleung@google.com \
    --cc=bleung@chromium.org \
    --cc=enric.balletbo@collabora.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox