From: Daniel Baluta <daniel.baluta@intel.com>
To: jic23@kernel.org, pmeerw@pmeerw.net,
srinivas.pandruvada@linux.intel.com, knaack.h@gmx.de
Cc: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
daniel.baluta@intel.com
Subject: [PATCH v4 0/6] Add support for KMX61 sensor
Date: Wed, 3 Dec 2014 15:31:47 +0200 [thread overview]
Message-ID: <1417613513-28285-1-git-send-email-daniel.baluta@intel.com> (raw)
This patchset implements support for Kionix KMX61 6-axis accelerometer /
magnetometer sensor.
In order to simplify things we now use two separate IIO devices for accel/
magn, as suggested by Lars and Jonathan here:
http://marc.info/?l=linux-iio&m=141700672107973&w=2
Patch 1/6, 2/6, 3/6 are already applied for an older version in this commit:
d7d787d291 (iio: imu: Add support for Kionix KMX61 sensor)
Jonathan please remove them, when you'll apply this patchset.
Changes since v3:
* refactored code to have one IIO device per sensor
* fixed most of the comments from Hartmut reported on v3:
* http://marc.info/?l=linux-kernel&m=141687633527812&w=2
* added support for PM events, data ready/any motion triggers
Daniel Baluta (6):
iio: imu: Add support for Kionix KMX61 sensor
iio: imu: kmx61: Add acpi support
iio: imu: kmx61: Add PM runtime support
iio: imu: kmx61: Add PM sleep support
iio: imu: kmx61: Add support for data ready triggers
iio: imu: kmx61: Add support for any motion trigger
drivers/iio/imu/Kconfig | 11 +
drivers/iio/imu/Makefile | 2 +
drivers/iio/imu/kmx61.c | 1601 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 1614 insertions(+)
create mode 100644 drivers/iio/imu/kmx61.c
--
1.9.1
next reply other threads:[~2014-12-03 13:31 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-03 13:31 Daniel Baluta [this message]
2014-12-03 13:31 ` [PATCH v4 1/6] iio: imu: Add support for Kionix KMX61 sensor Daniel Baluta
2014-12-12 13:32 ` Jonathan Cameron
2014-12-14 22:43 ` Hartmut Knaack
2014-12-15 10:50 ` Daniel Baluta
2014-12-03 13:31 ` [PATCH v4 2/6] iio: imu: kmx61: Add acpi support Daniel Baluta
2014-12-12 13:35 ` Jonathan Cameron
2014-12-03 13:31 ` [PATCH v4 3/6] iio: imu: kmx61: Add PM runtime support Daniel Baluta
2014-12-12 13:37 ` Jonathan Cameron
2014-12-14 22:55 ` Hartmut Knaack
2014-12-15 16:11 ` Daniel Baluta
2014-12-03 13:31 ` [PATCH v4 4/6] iio: imu: kmx61: Add PM sleep support Daniel Baluta
2014-12-12 13:45 ` Jonathan Cameron
2014-12-03 13:31 ` [PATCH v4 5/6] iio: imu: kmx61: Add support for data ready triggers Daniel Baluta
2014-12-12 13:49 ` Jonathan Cameron
2014-12-14 23:04 ` Hartmut Knaack
2014-12-03 13:31 ` [PATCH v4 6/6] iio: imu: kmx61: Add support for any motion trigger Daniel Baluta
2014-12-12 13:54 ` Jonathan Cameron
2014-12-15 23:19 ` Hartmut Knaack
2014-12-16 11:08 ` Daniel Baluta
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=1417613513-28285-1-git-send-email-daniel.baluta@intel.com \
--to=daniel.baluta@intel.com \
--cc=jic23@kernel.org \
--cc=knaack.h@gmx.de \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pmeerw@pmeerw.net \
--cc=srinivas.pandruvada@linux.intel.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