public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andi Shyti <andi@etezian.org>
To: arnd@arndb.de, gregkh@linuxfoundation.org, rob@landley.net
Cc: oatilla@gmail.com, szsolt@gmail.com,
	linux-kernel@vger.kernel.org, andi@etezian.org,
	linux-doc@vger.kernel.org
Subject: [PATCH 0/2] etzkx accelerometer support
Date: Sun, 16 Jun 2013 23:40:26 +0200	[thread overview]
Message-ID: <cover.1371418586.git.andi@etezian.org> (raw)

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


             reply	other threads:[~2013-06-16 21:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-16 21:40 Andi Shyti [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1371418586.git.andi@etezian.org \
    --to=andi@etezian.org \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=oatilla@gmail.com \
    --cc=rob@landley.net \
    --cc=szsolt@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox