Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1566762

[PATCH 0/3] mfd: cros_ec: non-wake host events support

From Thierry Escande <thierry.escande@collabora.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] mfd: cros_ec: non-wake host events support
Date 2017-01-25 18:10 +0100
Message-ID <t3zf4-4ws-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

This patchset adds support for non-wake host events. These are events
sent by the EC that should not wakeup the device.

This patchset also adds 2 fixes in cros_ec regarding a possible deadlock
and an error code returned when it should not.

Gwendal Grignou (1):
  cros_ec: Fix deadlock when EC is not responsive at probe

Shawn Nematbakhsh (1):
  cros_ec: Don't signal wake event for non-wake host events

Thierry Escande (1):
  cros_ec: Don't return error when checking command version

 drivers/mfd/cros_ec.c                   | 14 +++++-
 drivers/platform/chrome/cros_ec_proto.c | 80 ++++++++++++++++++++++++++++++++-
 include/linux/mfd/cros_ec.h             | 12 +++++
 3 files changed, 103 insertions(+), 3 deletions(-)

-- 
2.7.4

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] mfd: cros_ec: non-wake host events support Thierry Escande <thierry.escande@collabora.com> - 2017-01-25 18:10 +0100
  [PATCH 1/3] cros_ec: Don't return error when checking command version Thierry Escande <thierry.escande@collabora.com> - 2017-01-25 18:10 +0100
  [PATCH 2/3] cros_ec: Fix deadlock when EC is not responsive at probe Thierry Escande <thierry.escande@collabora.com> - 2017-01-25 18:10 +0100
  [PATCH 3/3] cros_ec: Don't signal wake event for non-wake host events Thierry Escande <thierry.escande@collabora.com> - 2017-01-25 18:10 +0100

csiph-web