linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/8] platform/chrome: cros_ec: Fixes and improvements
@ 2017-08-11 14:22 Thierry Escande
  2017-08-11 14:22 ` [PATCH v2 1/8] iio: cros_ec: Relax sampling frequency before suspending Thierry Escande
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Thierry Escande @ 2017-08-11 14:22 UTC (permalink / raw)
  To: Benson Leung, Lee Jones, Jonathan Cameron
  Cc: Joseph Lo, Gwendal Grignou, Douglas Anderson, Daniel Hung-yu Wu,
	Vincent Palatin, Wei-Ning Huang, linux-kernel, linux-iio

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2017-09-11 19:42 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-11 14:22 [PATCH v2 0/8] platform/chrome: cros_ec: Fixes and improvements Thierry Escande
2017-08-11 14:22 ` [PATCH v2 1/8] iio: cros_ec: Relax sampling frequency before suspending Thierry Escande
2017-08-12 12:42   ` Jonathan Cameron
2017-08-11 14:22 ` [PATCH v2 2/8] mfd: cros_ec_i2c: move the system sleep pm ops to late Thierry Escande
2017-08-11 14:23 ` [PATCH v2 3/8] mfd: cros_ec: Stop the debugfs work when suspended Thierry Escande
2017-08-15  6:31   ` Benson Leung
2017-08-11 14:23 ` [PATCH v2 4/8] platform/chrome: cros_ec: register shutdown function for debugfs Thierry Escande
2017-08-15  6:35   ` Benson Leung
2017-08-11 14:23 ` [PATCH v2 5/8] mfd: cros_ec: fail early if we cannot identify the EC Thierry Escande
2017-08-11 14:23 ` [PATCH v2 6/8] mfd: cros_ec_i2c: add ACPI module device table Thierry Escande
2017-08-11 14:23 ` [PATCH v2 7/8] platform/chrome: cros_ec: Add sysfs entry to set keyboard wake lid angle Thierry Escande
2017-09-11 19:39   ` Benson Leung
2017-08-11 14:23 ` [PATCH v2 8/8] platform/chrome: cros_ec: sysfs: Modify error handling Thierry Escande
2017-09-11 19:42   ` Benson Leung

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).