lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 10 Jul 2017 20:19:56 -0700
From:   Benson Leung <bleung@...gle.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org, dtor@...omium.org,
        bleung@...omium.org, groeck@...omium.org, linux@...ck-us.net,
        dmitry.torokhov@...il.com, olof@...om.net
Subject: [GIT PULL] chrome-platform updates for v4.13

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

Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ