Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1207006

[PATCH v2 0/3] iio: accel: add support for Memsic MXC4005

From Teodora Baluta <teodora.baluta@intel.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] iio: accel: add support for Memsic MXC4005
Date 2015-08-13 19:40 +0200
Message-ID <pX4DU-1Gi-1@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patch set adds support for Memsic MXC4005XC 3-axis accelerometer
sensor. The first patch adds basic support for the accelerometer, with
raw readings, the second patch adds support for buffer mode and the last
one adds the data ready trigger.

---
Changes since v1:
- fixes for the comments (coding style, proper buffer length,
  available_scan_masks)
- remove unnecessary locking for regmap operations since regmap has an
  internal locking mechanism
- keep the mutex for set_trigger_state operation to protect the state
  variable trigger_enabled

Teodora Baluta (3):
  iio: accel: add support for mxc4005 accelerometer
  iio: mxc4005: add triggered buffer mode for mxc4005
  iio: mxc4005: add data ready trigger for mxc4005

 drivers/iio/accel/Kconfig   |  13 +
 drivers/iio/accel/Makefile  |   2 +
 drivers/iio/accel/mxc4005.c | 586 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 601 insertions(+)
 create mode 100644 drivers/iio/accel/mxc4005.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] iio: accel: add support for Memsic MXC4005 Teodora Baluta <teodora.baluta@intel.com> - 2015-08-13 19:40 +0200
  [PATCH v2 2/3] iio: mxc4005: add triggered buffer mode for mxc4005 Teodora Baluta <teodora.baluta@intel.com> - 2015-08-13 19:40 +0200
    Re: [PATCH v2 2/3] iio: mxc4005: add triggered buffer mode for  mxc4005 Jonathan Cameron <jic23@kernel.org> - 2015-08-16 09:40 +0200
      Re: [PATCH v2 2/3] iio: mxc4005: add triggered buffer mode for  mxc4005 Teodora Baluta <teodora.baluta@intel.com> - 2015-08-19 14:20 +0200
  [PATCH v2 3/3] iio: mxc4005: add data ready trigger for mxc4005 Teodora Baluta <teodora.baluta@intel.com> - 2015-08-13 19:40 +0200
    Re: [PATCH v2 3/3] iio: mxc4005: add data ready trigger for mxc4005 Jonathan Cameron <jic23@kernel.org> - 2015-08-16 10:10 +0200
      Re: [PATCH v2 3/3] iio: mxc4005: add data ready trigger for mxc4005 Teodora Baluta <teodora.baluta@intel.com> - 2015-08-19 14:40 +0200
  [PATCH v2 1/3] iio: accel: add support for mxc4005 accelerometer Teodora Baluta <teodora.baluta@intel.com> - 2015-08-13 19:40 +0200
    Re: [PATCH v2 1/3] iio: accel: add support for mxc4005 accelerometer Jonathan Cameron <jic23@kernel.org> - 2015-08-16 09:40 +0200
      Re: [PATCH v2 1/3] iio: accel: add support for mxc4005 accelerometer Teodora Baluta <teodora.baluta@intel.com> - 2015-08-19 14:20 +0200

csiph-web