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 v2 changes: - Restore original changes from ChromeOS kernel tree (a function is added in patch #7 and then modified in patch #8). This keeps the changes as closed to the originals as possible. - Replace a uint16_t declaration with u16. 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 | 49 ++++++++++ .../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 | 105 ++++++++++++++++----- include/linux/mfd/cros_ec.h | 1 + 11 files changed, 204 insertions(+), 43 deletions(-) -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-iio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html