[GIT PULL] platform/chrome: Changes for 4.4

From: Olof Johansson
Date: Sat Nov 14 2015 - 00:20:19 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/