From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751829AbbKNFUO (ORCPT ); Sat, 14 Nov 2015 00:20:14 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:35011 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750854AbbKNFUM (ORCPT ); Sat, 14 Nov 2015 00:20:12 -0500 Date: Fri, 13 Nov 2015 21:19:51 -0800 From: Olof Johansson To: torvalds@linux-foundation.org Cc: olof@lixom.net, linux-kernel@vger.kernel.org Subject: [GIT PULL] platform/chrome: Changes for 4.4 Message-ID: <20151114051951.GA13156@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=unknown-8bit Content-Disposition: inline Content-Transfer-Encoding: 8bit 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, Chrome hardware platform changes for 4.4. Please merge. Thanks! -Olof The following changes since commit 049e6dde7e57f0054fdc49102e7ef4830c698b46: Linux 4.3-rc4 (2015-10-04 16:57:17 +0100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform.git tags/chrome-platform-4.4 for you to fetch changes up to ebaf31c46cce0dc8a6ed690b5456b295aa7586a6: platform/chrome: Fix i2c-designware adapter name (2015-11-09 19:43:33 -0800) ---------------------------------------------------------------- platform/chrome: Branch for v4.4 Here's the branch of chrome platform changes for v4.4. Some have been queued up for the full 4.3 release cycle since I forgot to send them in for that round (rebased early on to deal with fixes conflicts). Most of these enable EC communication stuff -- Pixel 2015 support, enabling building for ARM64 platforms, and a few fixes for memory leaks. There's also a patch in here to allow reading/writing the verified boot context, which depends on a sysfs patch acked by Greg. ---------------------------------------------------------------- Christian Engelmayer (2): platform/chrome: cros_ec: Fix leak in sequence_store() platform/chrome: cros_ec: Fix possible leak in led_rgb_store() Emilio López (2): sysfs: Support is_visible() on binary attributes platform/chrome: Support reading/writing the vboot context Jarkko Nikula (1): platform/chrome: Fix i2c-designware adapter name Javier Martinez Canillas (5): Revert "platform/chrome: Don't make CHROME_PLATFORMS depends on X86 || ARM" platform/chrome: Make depends on MFD_CROS_EC instead CROS_EC_PROTO platform/chrome: cros_ec_lpc - Use existing function to check EC result platform/chrome: cros_ec_lpc - Add support for Google Pixel 2 platform/chrome: cros_ec_dev - Add a platform device ID table Thierry Reding (1): platform/chrome: Enable Chrome platforms on 64-bit ARM drivers/platform/chrome/Kconfig | 5 +- drivers/platform/chrome/Makefile | 3 +- drivers/platform/chrome/chromeos_laptop.c | 4 +- drivers/platform/chrome/cros_ec_dev.c | 7 ++ drivers/platform/chrome/cros_ec_lightbar.c | 31 ++++--- drivers/platform/chrome/cros_ec_lpc.c | 21 ++--- drivers/platform/chrome/cros_ec_vbc.c | 137 +++++++++++++++++++++++++++++ fs/sysfs/group.c | 17 +++- include/linux/mfd/cros_ec.h | 1 + include/linux/sysfs.h | 18 +++- 10 files changed, 207 insertions(+), 37 deletions(-) create mode 100644 drivers/platform/chrome/cros_ec_vbc.c