Hi Linus,
The following changes since commit 50c4c4e268a2d7a3e58ebb698ac74da0de40ae36:
Linux 4.15-rc3 (2017-12-10 17:56:26 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git tags/chrome-platform-for-linus-4.16
for you to fetch changes up to d48b8c58c57f6edbe2965f0a5f62c5cf9593ca96:
platform/chrome: Use proper protocol transfer function (2017-12-17 14:04:21 -0800)
----------------------------------------------------------------
chrome-platform-for-linus-4.16
Moving cros_ec_dev to drivers/mfd.
Other small maintenance fixes.
----------------------------------------------------------------
Arnd Bergmann (1):
cros_ec: fix nul-termination for firmware build info
Benson Leung (1):
Merge branch 'ibs-for-chrome-platform-merged' into working-branch-for-4.16
Bhumika Goyal (1):
platform/chrome: chromeos_laptop: make chromeos_laptop const
Colin Ian King (1):
platform/chrome: cros_ec_lpc: remove redundant pointer request
Enric Balletbo i Serra (1):
platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
Shawn Nematbakhsh (1):
platform/chrome: Use proper protocol transfer function
Thierry Escande (3):
cros_ec: Split cros_ec_devs module
cros_ec: Move cros_ec_dev module to drivers/mfd
platform/chrome: cros_ec_lpc: Add support for Google Glimmer
drivers/mfd/Kconfig | 10 ++++++
drivers/mfd/Makefile | 1 +
drivers/mfd/cros_ec.c | 4 +--
drivers/{platform/chrome => mfd}/cros_ec_dev.c | 8 +++--
drivers/{platform/chrome => mfd}/cros_ec_dev.h | 0
drivers/platform/chrome/Kconfig | 10 ++----
drivers/platform/chrome/Makefile | 7 ++--
drivers/platform/chrome/chromeos_laptop.c | 22 ++++++-------
drivers/platform/chrome/cros_ec_debugfs.c | 5 ++-
drivers/platform/chrome/cros_ec_debugfs.h | 27 ----------------
drivers/platform/chrome/cros_ec_lightbar.c | 6 ++--
drivers/platform/chrome/cros_ec_lpc.c | 44 +++++++++++++++++++++++---
drivers/platform/chrome/cros_ec_proto.c | 8 +++--
drivers/platform/chrome/cros_ec_sysfs.c | 7 ++--
drivers/platform/chrome/cros_ec_vbc.c | 1 +
include/linux/mfd/cros_ec.h | 4 +++
16 files changed, 94 insertions(+), 70 deletions(-)
rename drivers/{platform/chrome => mfd}/cros_ec_dev.c (99%)
rename drivers/{platform/chrome => mfd}/cros_ec_dev.h (100%)
delete mode 100644 drivers/platform/chrome/cros_ec_debugfs.h
Thanks,
Benson
--
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
[email protected]
Chromium OS Project
[email protected]