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