mbox series

[V1,0/5] iio: accel: bmi088: support BMI085 BMI090L

Message ID 20220509134629.440965-1-Qing-wu.Li@leica-geosystems.com.cn (mailing list archive)
Headers show
Series iio: accel: bmi088: support BMI085 BMI090L | expand

Message

LI Qingwu May 9, 2022, 1:46 p.m. UTC
Modified the unit after application of scale from 100*m/s^2 to m/s^2,
since the units in the ABI documents are m/s^2.
Add supports for BMI085 accelerometer.
Add supports for BMI090L accelerometer.
Make it possible to config scales.

LI Qingwu (5):
  iio: accel: bmi088: Modified the scale calculate
  iio: accel: bmi088: Add support for bmi085 accel.
  iio: accel: bmi088: Add support for bmi090l accel
  iio: accel: bmi088: Make it possible to config scales.
  iio: accel: bmi088: modifed the device name.

 drivers/iio/accel/bmi088-accel-core.c | 62 ++++++++++++++++++++++++---
 1 file changed, 55 insertions(+), 7 deletions(-)