linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] iio: accel: BMC150 accel support
@ 2014-08-01 17:04 Srinivas Pandruvada
  2014-08-01 17:04 ` [PATCH v2 1/2] " Srinivas Pandruvada
  2014-08-01 17:04 ` [PATCH v2 2/2] iio: accel: BMC150 accel documentation Srinivas Pandruvada
  0 siblings, 2 replies; 7+ messages in thread
From: Srinivas Pandruvada @ 2014-08-01 17:04 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Srinivas Pandruvada

v2
Fix compile issue with RUNTIME PM is not defined

v1
Format of this driver is similar to BMG160 gyro as the register
style for configuration is similar, but not same
- Any motion trigger as suggested similar to BMG160 gyro
- Formatting issues suggested during v0 review
- Addition of TEMP
- Run Time PM with auto suspend

v0
Basic version for review

Srinivas Pandruvada (2):
  iio: accel: BMC150 accel support
  iio: accel: BMC150 accel documentation

 .../ABI/testing/sysfs-bus-iio-accel-bmc150         |    7 +
 drivers/iio/accel/Kconfig                          |   13 +
 drivers/iio/accel/Makefile                         |    1 +
 drivers/iio/accel/bmc150-accel.c                   | 1281 ++++++++++++++++++++
 4 files changed, 1302 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-accel-bmc150
 create mode 100644 drivers/iio/accel/bmc150-accel.c

-- 
1.9.1

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

end of thread, other threads:[~2014-08-05  5:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-01 17:04 [PATCH v2 0/2] iio: accel: BMC150 accel support Srinivas Pandruvada
2014-08-01 17:04 ` [PATCH v2 1/2] " Srinivas Pandruvada
2014-08-03 16:23   ` Jonathan Cameron
2014-08-03 16:28     ` Jonathan Cameron
2014-08-05  2:20       ` Srinivas Pandruvada
2014-08-05  5:45         ` Jonathan Cameron
2014-08-01 17:04 ` [PATCH v2 2/2] iio: accel: BMC150 accel documentation Srinivas Pandruvada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).