mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Benson Leung <bleung@google.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org, dtor@chromium.org,
	bleung@chromium.org, groeck@chromium.org, linux@roeck-us.net,
	dmitry.torokhov@gmail.com, olof@lixom.net
Subject: [GIT PULL] chrome-platform updates for v4.13
Date: Mon, 10 Jul 2017 20:19:56 -0700	[thread overview]
Message-ID: <20170711031956.GA123948@decatoncale.mtv.corp.google.com> (raw)

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

Hi Linus,

Please pull chrome-platform updates for Linux v4.13 from signed tag:

  git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git tags/chrome-platform-for-linus-4.13

Sorry for the delay on getting this into the merge window. My first
merge window as maintainer.

Thanks,
Benson

The following changes since commit 32c1431eea4881a6b17bd7c639315010aeefa452:

  Linux 4.12-rc5 (2017-06-11 16:48:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git tags/chrome-platform-for-linus-4.13

for you to fetch changes up to 3c778a7fcfaa4bb51aefb4f2c7364a5e2c4d0b66:

  platform/chrome : Add myself as Maintainer (2017-07-10 16:15:45 -0700)

----------------------------------------------------------------
chrome-platform-for-linus-4.13

Changes in this pull request are around catching up
cros_ec with the internal chromeos-kernel versions of
cros_ec, cros_ec_lpc, and cros_ec_lightbar.

Also, switching maintainership from olof to bleung.

----------------------------------------------------------------
Archana Patni (1):
      platform/chrome: cros_ec_lpc: Add power management ops

Arnd Bergmann (1):
      platform/chrome: cros_ec_lightbar - hide unused PM functions

Benson Leung (1):
      platform/chrome : Add myself as Maintainer

Eric Caruso (4):
      mfd: cros_ec: add debugfs, console log file
      platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfs
      platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequence
      platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to EC

Gwendal Grignou (4):
      mfd: cros_ec: Add helper for event notifier.
      platform/chrome: cros_ec_lpc: Add support for GOOG004 ACPI device
      platform/chrome: cros_ec_lpc: Add MKBP events support over ACPI
      cros_ec: Fix deadlock when EC is not responsive at probe

Jeffery Yu (1):
      platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspend

Nicolas Boichat (2):
      mfd: cros_ec: Add EC console read structures definitions
      mfd: cros_ec: Add support for dumping panic information

Shawn Nematbakhsh (4):
      cros_ec_debugfs: Pass proper struct sizes to cros_ec_cmd_xfer()
      platform/chrome: cros_ec_lpc: Add R/W helpers to LPC protocol variants
      platform/chrome: cros_ec_lpc: Add support for mec1322 EC
      cros_ec: Don't signal wake event for non-wake host events

Thierry Escande (1):
      cros_ec: Don't return error when checking command version

 MAINTAINERS                                |   3 +-
 drivers/mfd/cros_ec.c                      |  13 +-
 drivers/platform/chrome/Kconfig            |  14 +-
 drivers/platform/chrome/Makefile           |   7 +-
 drivers/platform/chrome/cros_ec_debugfs.c  | 401 +++++++++++++++++++++++++++++
 drivers/platform/chrome/cros_ec_debugfs.h  |  27 ++
 drivers/platform/chrome/cros_ec_dev.c      |  40 +++
 drivers/platform/chrome/cros_ec_dev.h      |   6 +
 drivers/platform/chrome/cros_ec_lightbar.c | 197 +++++++++++++-
 drivers/platform/chrome/cros_ec_lpc.c      | 168 +++++++-----
 drivers/platform/chrome/cros_ec_lpc_mec.c  | 140 ++++++++++
 drivers/platform/chrome/cros_ec_lpc_reg.c  | 133 ++++++++++
 drivers/platform/chrome/cros_ec_proto.c    | 116 ++++++++-
 include/linux/mfd/cros_ec.h                |  19 +-
 include/linux/mfd/cros_ec_commands.h       |  42 ++-
 include/linux/mfd/cros_ec_lpc_mec.h        |  90 +++++++
 include/linux/mfd/cros_ec_lpc_reg.h        |  61 +++++
 17 files changed, 1393 insertions(+), 84 deletions(-)
 create mode 100644 drivers/platform/chrome/cros_ec_debugfs.c
 create mode 100644 drivers/platform/chrome/cros_ec_debugfs.h
 create mode 100644 drivers/platform/chrome/cros_ec_lpc_mec.c
 create mode 100644 drivers/platform/chrome/cros_ec_lpc_reg.c
 create mode 100644 include/linux/mfd/cros_ec_lpc_mec.h
 create mode 100644 include/linux/mfd/cros_ec_lpc_reg.h

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

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

                 reply	other threads:[~2017-07-11  3:20 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20170711031956.GA123948@decatoncale.mtv.corp.google.com \
    --to=bleung@google.com \
    --cc=bleung@chromium.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=dtor@chromium.org \
    --cc=groeck@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=olof@lixom.net \
    --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

Powered by JetHome