public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] etzkx accelerometer support
@ 2013-06-16 21:40 Andi Shyti
  2013-06-16 21:40 ` [PATCH 1/2] drivers/misc: etzkx driver for kxcnl/kxtnk accelerometer Andi Shyti
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Andi Shyti @ 2013-06-16 21:40 UTC (permalink / raw)
  To: arnd, gregkh, rob; +Cc: oatilla, szsolt, linux-kernel, andi, linux-doc

Hi,

these two patches provide the etzkx device driver which supports
the following accelerometers:

 - Kionix kxcnl
 - Kionix kxtnk
 - ST lisn3dsh

Support for ST lis3dsh accelerometer is still in progress.

The etzkx accelerometers are a kind of devices that are able to
do gesture recognition directly on the device. It uses two slots
of 16 steps (bytes) each for loading algorithms which perform
gesture recognition.

The second patch contains the documentation of the device driver.

On http://www.etezian.org/etzkx/etzkx/ is possible to find more
informations about the accelerometer.

Thanks,
Andi

Andi Shyti (2):
  drivers/misc: etzkx driver for kxcnl/kxtnk accelerometer
  Documentation: added etzkx driver documentation

 Documentation/misc-devices/etzkx.txt |  325 +++++
 drivers/misc/Kconfig                 |   12 +
 drivers/misc/Makefile                |    1 +
 drivers/misc/etzkx.c                 | 2313 ++++++++++++++++++++++++++++++++++
 include/linux/i2c/etzkx.h            |  157 +++
 5 files changed, 2808 insertions(+)
 create mode 100644 Documentation/misc-devices/etzkx.txt
 create mode 100644 drivers/misc/etzkx.c
 create mode 100644 include/linux/i2c/etzkx.h

-- 
1.7.10.4


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

end of thread, other threads:[~2013-08-08 22:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 21:40 [PATCH 0/2] etzkx accelerometer support Andi Shyti
2013-06-16 21:40 ` [PATCH 1/2] drivers/misc: etzkx driver for kxcnl/kxtnk accelerometer Andi Shyti
2013-06-16 21:40 ` [PATCH 2/2] Documentation: added etzkx driver documentation Andi Shyti
2013-06-16 21:51 ` [PATCH 0/2] etzkx accelerometer support Greg KH
2013-06-16 22:26   ` Andi Shyti
2013-06-17  2:58     ` Greg KH
2013-06-17  8:27       ` Andi Shyti
2013-08-08 22:21       ` Andi Shyti
2013-08-08 22:25         ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox