From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753167AbdHJWRA (ORCPT ); Thu, 10 Aug 2017 18:17:00 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:46157 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbdHJWQ7 (ORCPT ); Thu, 10 Aug 2017 18:16:59 -0400 From: Thierry Escande To: Benson Leung , Lee Jones Cc: linux-kernel@vger.kernel.org Subject: [PATCH 0/8] platform/chrome: cros_ec: Fixes and improvements Date: Fri, 11 Aug 2017 00:16:42 +0200 Message-Id: <1502403410-5233-1-git-send-email-thierry.escande@collabora.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfert-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This series contains various fixes and improvements for the ChromeOS Embedded Controller drivers. These concern PM suspend/resume fixes, sysfs interface, and module initialization. Regards, Thierry Daniel Hung-yu Wu (1): platform/chrome: cros_ec: register shutdown function for debugfs Douglas Anderson (1): mfd: cros_ec: Stop the debugfs work when suspended Gwendal Grignou (3): iio: cros_ec: Relax sampling frequency before suspending platform/chrome: cros_ec: Add sysfs entry to set keyboard wake lid angle platform/chrome: cros_ec: sysfs: Modify error handling Joseph Lo (1): mfd: cros_ec_i2c: move the system sleep pm ops to late Vincent Palatin (1): mfd: cros_ec: fail early if we cannot identify the EC Wei-Ning Huang (1): mfd: cros_ec_i2c: add ACPI module device table .../iio/common/cros_ec_sensors/cros_ec_sensors.c | 1 + .../common/cros_ec_sensors/cros_ec_sensors_core.c | 52 +++++++++++ .../common/cros_ec_sensors/cros_ec_sensors_core.h | 2 + drivers/iio/light/cros_ec_light_prox.c | 1 + drivers/mfd/cros_ec.c | 6 +- drivers/mfd/cros_ec_i2c.c | 17 +++- drivers/platform/chrome/cros_ec_debugfs.c | 18 ++++ drivers/platform/chrome/cros_ec_debugfs.h | 2 + drivers/platform/chrome/cros_ec_dev.c | 45 +++++---- drivers/platform/chrome/cros_ec_sysfs.c | 104 ++++++++++++++++----- include/linux/mfd/cros_ec.h | 1 + 11 files changed, 206 insertions(+), 43 deletions(-) -- 2.7.4