From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753157AbcE1Pxi (ORCPT ); Sat, 28 May 2016 11:53:38 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35904 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752720AbcE1Pxg (ORCPT ); Sat, 28 May 2016 11:53:36 -0400 Date: Sat, 28 May 2016 08:53:29 -0700 From: Olof Johansson 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 Message-ID: <20160528155329.GA26561@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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