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

v3
- Suport Only Runtime PM no fallback method. Driver will still work but
chip will be in power on mode.
- Add comment for enable disable trigger/event sequence, how they work
in reverse order using runtime pm calls

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                   | 1307 ++++++++++++++++++++
 4 files changed, 1328 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-accel-bmc150
 create mode 100644 drivers/iio/accel/bmc150-accel.c

-- 
1.7.11.7

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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05 21:57 [PATCH v3 0/2] iio: accel: BMC150 accel support Srinivas Pandruvada
2014-08-05 21:57 ` [PATCH v3 1/2] " Srinivas Pandruvada
2014-08-07 10:45   ` Jonathan Cameron
2014-08-05 21:57 ` [PATCH v3 2/2] iio: accel: BMC150 accel documentation Srinivas Pandruvada
2014-08-07 10:45   ` Jonathan Cameron

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).