public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/6] Add support for KMX61 sensor
@ 2014-12-03 13:31 Daniel Baluta
  2014-12-03 13:31 ` [PATCH v4 1/6] iio: imu: Add support for Kionix " Daniel Baluta
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Daniel Baluta @ 2014-12-03 13:31 UTC (permalink / raw)
  To: jic23, pmeerw, srinivas.pandruvada, knaack.h
  Cc: linux-iio, linux-kernel, daniel.baluta

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


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

end of thread, other threads:[~2014-12-16 11:08 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-03 13:31 [PATCH v4 0/6] Add support for KMX61 sensor Daniel Baluta
2014-12-03 13:31 ` [PATCH v4 1/6] iio: imu: Add support for Kionix " 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

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