All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] iio:gyro:bmg160 Gyro Sensor driver
@ 2014-07-24 18:23 Srinivas Pandruvada
  2014-07-24 18:23 ` Srinivas Pandruvada
  0 siblings, 1 reply; 3+ messages in thread
From: Srinivas Pandruvada @ 2014-07-24 18:23 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, Srinivas Pandruvada

v1:
- Runtime PM: Removed module parameter for delay configuration
Use RTPM autosuspend delay feature. This allows sysfs configuration of
autosuspend time.

- Trigger
As suggested, there are two triggers:
- data_ready : Trigger which will allow all gyro periodic sampled data to
be received by user space
- any-motion: When used, will configure the chipset so that data is
pushed only when there is any motion, allowing system to enter deeper idle
power states

- Events
ROC type events will send direction instead of either.
Also both events and data triggers can be enabled together.

- Addition of unbuffered TEMP read interface

- Misc error message corrections as suggested by Peter Meerwald

TBD: Add sysfs attribute to trigger to configure thresholds.
Currently the triggers don't have feature to add sysfs attributes
unlike IIO device. But this has to be a RFC patch on top. 

v0:
Base version for review

Srinivas Pandruvada (1):
  iio:gyro:bmg160 Gyro Sensor driver

 drivers/iio/gyro/Kconfig  |   11 +
 drivers/iio/gyro/Makefile |    1 +
 drivers/iio/gyro/bmg160.c | 1132 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1144 insertions(+)
 create mode 100644 drivers/iio/gyro/bmg160.c

-- 
1.7.11.7


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

end of thread, other threads:[~2014-07-27 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-24 18:23 [PATCH v1] iio:gyro:bmg160 Gyro Sensor driver Srinivas Pandruvada
2014-07-24 18:23 ` Srinivas Pandruvada
2014-07-27 15:52   ` Jonathan Cameron

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.