public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] chrome-platform changes for v5.2
@ 2019-05-12  4:13 Benson Leung
  2019-05-12 11:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Benson Leung @ 2019-05-12  4:13 UTC (permalink / raw)
  To: torvalds; +Cc: bleung, bleung, enric.balletbo, linux-kernel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] chrome-platform changes for v5.2
  2019-05-12  4:13 [GIT PULL] chrome-platform changes for v5.2 Benson Leung
@ 2019-05-12 11:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-05-12 11:05 UTC (permalink / raw)
  To: Benson Leung; +Cc: torvalds, bleung, bleung, enric.balletbo, linux-kernel

The pull request you sent on Sat, 11 May 2019 21:13:24 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git tags/tag-chrome-platform-for-v5.2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/47782361aca21a32ad4198f1b72f1655a7c9f7e5

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-05-12 11:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-12  4:13 [GIT PULL] chrome-platform changes for v5.2 Benson Leung
2019-05-12 11:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox