Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v4 0/2] iio: imu: inv_icm42600: add support of accel low power
@ 2024-06-05 19:59 inv.git-commit
  2024-06-05 19:59 ` [PATCH v4 1/2] iio: document inv_icm42600 driver private sysfs attributes inv.git-commit
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: inv.git-commit @ 2024-06-05 19:59 UTC (permalink / raw)
  To: jic23; +Cc: lars, linux-iio, Jean-Baptiste Maneyrol

From: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>

Add accel low power support, enabling use of lower ODR below 12.5Hz.

Add new sysfs API for controlling the power mode and enforce power mode used
when using an ODR that supports only 1 mode (ODR < 12.5Hz or ODR > 500Hz).

Changelog

V2:
- fix patch missing Signed-off tag

V3:
- make all ODRs available and switch power mode automatically for ODR supporting
  only 1 mode.
 
V4:
- prevent power mode setting when the ODR is not supported
- return the actual power mode when sensor is on, otherwise the requested one.
- add sysfs ABI documentation

Jean-Baptiste Maneyrol (1):
  iio: imu: inv_icm42600: add support of accel low-power mode

 drivers/iio/imu/inv_icm42600/inv_icm42600.h   |   4 +
 .../iio/imu/inv_icm42600/inv_icm42600_accel.c | 124 +++++++++++++++++-
 .../iio/imu/inv_icm42600/inv_icm42600_core.c  |  27 ++++
 3 files changed, 151 insertions(+), 4 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-06-13 18:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-05 19:59 [PATCH v4 0/2] iio: imu: inv_icm42600: add support of accel low power inv.git-commit
2024-06-05 19:59 ` [PATCH v4 1/2] iio: document inv_icm42600 driver private sysfs attributes inv.git-commit
2024-06-05 19:59 ` [PATCH v4 2/2] iio: imu: inv_icm42600: add support of accel low-power mode inv.git-commit
2024-06-09 10:09 ` [PATCH v4 0/2] iio: imu: inv_icm42600: add support of accel low power Jonathan Cameron
2024-06-12 12:28   ` Jean-Baptiste Maneyrol
2024-06-13 18:22     ` Jonathan Cameron

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