All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] platform/chrome: cros_ec_lightbar - Add new features
@ 2016-10-28 16:55 Enric Balletbo i Serra
  2016-10-28 16:55 ` [PATCH 1/4] platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfs Enric Balletbo i Serra
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Enric Balletbo i Serra @ 2016-10-28 16:55 UTC (permalink / raw)
  To: linux-kernel, Olof Johansson; +Cc: Lee Jones

Dear all,

The following patches taken from the ChromeOS 4.4 tree adds more features to
the cros_ec_lightbar driver. The patches were forward ported to current
mainline and were tested on a Chromebook Pixel 2015.

Note that the patches depends on [1] to apply cleanly, these cros-ec-sensors
patches will be hopefully merged soon. There is an immutable branch called
ib-iio-mfd-4.9rc1 in iio.git [2]

Best regards,

 Enric

[1] https://lwn.net/Articles/695907/
[2] https://git.kernel.org/cgit/linux/kernel/git/jic23/iio.git/log/?h=ib-iio-mfd-4.9rc1

Eric Caruso (3):
  platform/chrome: cros_ec_lightbar - Add lightbar program feature to
    sysfs
  platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar
    sequence
  platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit
    to EC

Jeffery Yu (1):
  platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during
    suspend

 drivers/platform/chrome/cros_ec_dev.c      |  34 +++++
 drivers/platform/chrome/cros_ec_dev.h      |   6 +
 drivers/platform/chrome/cros_ec_lightbar.c | 197 ++++++++++++++++++++++++++++-
 include/linux/mfd/cros_ec_commands.h       |  21 ++-
 4 files changed, 252 insertions(+), 6 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2016-10-31  8:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-28 16:55 [PATCH 0/4] platform/chrome: cros_ec_lightbar - Add new features Enric Balletbo i Serra
2016-10-28 16:55 ` [PATCH 1/4] platform/chrome: cros_ec_lightbar - Add lightbar program feature to sysfs Enric Balletbo i Serra
2016-10-31  8:20   ` Lee Jones
2016-10-28 16:55 ` [PATCH 2/4] platform/chrome: cros_ec_lightbar - Control of suspend/resume lightbar sequence Enric Balletbo i Serra
2016-10-28 16:55 ` [PATCH 3/4] platform/chrome: cros_ec_lightbar - Add userspace lightbar control bit to EC Enric Balletbo i Serra
2016-10-28 16:55 ` [PATCH 4/4] platform/chrome: cros_ec_lightbar - Avoid I2C xfer to EC during suspend Enric Balletbo i Serra

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.