All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: torvalds@linux-foundation.org
Cc: olof@lixom.net, linux-kernel@vger.kernel.org, bleung@chromium.org
Subject: [GIT PULL] platform/chrome: Driver and binding changes for 4.7
Date: Sat, 28 May 2016 08:53:29 -0700	[thread overview]
Message-ID: <20160528155329.GA26561@localhost> (raw)

Hi Linus,

The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:

  Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git tags/chrome-platform

for you to fetch changes up to 8d057e3a180da16b0d1519056295165e7b8dc8f5:

  Revert "platform/chrome: chromeos_laptop: Add Leon Touch" (2016-05-28 08:47:48 -0700)

----------------------------------------------------------------
platform/chrome: Driver and binding changes for 4.7

A handful of changes this merge window:

 - A few patches to fix probing and configuration of pstore
 - A few patches adding Elan touchpad registration on a few devices
 - EC changes: a security fix dealing with max message sizes and addition
   of compat_ioctl support.
 - Keyboard backlight control support

There was also an accidential duplicate registration of trackpads on 'Leon',
which was reverted just recently.

----------------------------------------------------------------
Aaron Durbin (1):
      platform/chrome: pstore: probe for ramoops buffer using acpi

Benson Leung (2):
      platform/chrome: chromeos_laptop - Add elan trackpad option for C720
      Revert "platform/chrome: chromeos_laptop: Add Leon Touch"

Charlie Mooney (1):
      platform/chrome: chromeos_laptop - Add Elan touchpad for Wolf

Clinton Sprain (1):
      platform/chrome: cros_ec_lightbar - use name instead of ID to hide lightbar attributes

Geliang Tang (1):
      platform/chrome: use to_platform_device()

Gene Chen (1):
      platform/chrome: chromeos_laptop: Add Leon Touch

Guenter Roeck (1):
      platform/chrome: cros_ec_dev - Populate compat_ioctl

Gwendal Grignou (1):
      platform/chrome: cros_ec_dev - Fix security issue

Olof Johansson (1):
      platform/chrome: pstore: Move to larger record size.

Simon Que (1):
      platform/chrome: Add Chrome OS keyboard backlight LEDs support

 drivers/platform/chrome/Kconfig                  |  10 ++
 drivers/platform/chrome/Makefile                 |  15 +--
 drivers/platform/chrome/chromeos_laptop.c        |  22 +++-
 drivers/platform/chrome/chromeos_pstore.c        |  55 +++++++++-
 drivers/platform/chrome/cros_ec_dev.c            |   7 ++
 drivers/platform/chrome/cros_ec_lightbar.c       |  10 +-
 drivers/platform/chrome/cros_ec_proto.c          |   4 +-
 drivers/platform/chrome/cros_kbd_led_backlight.c | 122 +++++++++++++++++++++++
 include/linux/mfd/cros_ec.h                      |   6 +-
 9 files changed, 234 insertions(+), 17 deletions(-)
 create mode 100644 drivers/platform/chrome/cros_kbd_led_backlight.c

                 reply	other threads:[~2016-05-28 15:53 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=20160528155329.GA26561@localhost \
    --to=olof@lixom.net \
    --cc=bleung@chromium.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.