Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1535903
| From | Thierry Escande <thierry.escande@collabora.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Add ChromeOS EC Activity Sensors driver |
| Date | 2016-12-05 10:20 +0100 |
| Message-ID | <sKXBg-2G5-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This patchset adds support for an activity sensors driver handling activity/gesture recognition coming from the EC. Only significant motion is currently supported. Moreover it is an incomplete driver: activity can be set and ring buffer must be used to receive interruption. This patchset depends on [1] to apply (which is merged into linux-next). [1] https://lkml.org/lkml/2016/8/1/141 Regards, Thierry Gwendal Grignou (3): mfd: cros_ec: update MOTIONSENSE definitions and commands iio: core: Add double tap as possible gesture iio: cros_ec_activity: add ChromeOS EC Activity Sensors drivers/iio/common/cros_ec_sensors/Kconfig | 10 + drivers/iio/common/cros_ec_sensors/Makefile | 1 + .../iio/common/cros_ec_sensors/cros_ec_activity.c | 300 +++++++++++++++++++++ .../common/cros_ec_sensors/cros_ec_sensors_core.c | 24 ++ .../common/cros_ec_sensors/cros_ec_sensors_core.h | 1 + drivers/iio/industrialio-core.c | 1 + include/linux/mfd/cros_ec_commands.h | 35 +++ include/uapi/linux/iio/types.h | 1 + 8 files changed, 373 insertions(+) create mode 100644 drivers/iio/common/cros_ec_sensors/cros_ec_activity.c -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Add ChromeOS EC Activity Sensors driver Thierry Escande <thierry.escande@collabora.com> - 2016-12-05 10:20 +0100
[PATCH 1/3] mfd: cros_ec: Add activity motion sense definitions Thierry Escande <thierry.escande@collabora.com> - 2016-12-05 10:20 +0100
[PATCH 3/3] iio: cros_ec_activity: add ChromeOS EC Activity Sensors Thierry Escande <thierry.escande@collabora.com> - 2016-12-05 10:20 +0100
Re: [PATCH 3/3] iio: cros_ec_activity: add ChromeOS EC Activity Sensors kbuild test robot <lkp@intel.com> - 2016-12-07 03:20 +0100
[PATCH 2/3] iio: core: Add double tap as possible gesture Thierry Escande <thierry.escande@collabora.com> - 2016-12-05 10:20 +0100
Re: [PATCH 2/3] iio: core: Add double tap as possible gesture Peter Meerwald-Stadler <pmeerw@pmeerw.net> - 2016-12-06 12:30 +0100
csiph-web