linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/6] iio: accel: bmi088: support BMI085 BMI090L
@ 2022-05-10 14:17 LI Qingwu
  2022-05-10 14:17 ` [PATCH V2 1/6] iio: accel: bmi088: Modified the scale calculate LI Qingwu
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: LI Qingwu @ 2022-05-10 14:17 UTC (permalink / raw)
  To: jic23, lars, mchehab+huawei, ardeleanalex, linux-iio,
	linux-kernel, Qing-wu.Li, robh+dt, mike.looijmans, devicetree

Modified the units 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 the BMI085 accelerometer.
Add supports for the BMI090L accelerometer.
Make it possible to config scales.

Change in V2:

Use the correct bits only for `reg` to make sure it is in the correct range.
Remove the unused 'name' parameter.
Modified the compatible string for bmi088 and bmi090l in and binding document.
Reorder the commits.


LI Qingwu (6):
  iio: accel: bmi088: Modified the scale calculate
  iio: accel: bmi088: Make it possible to config scales
  iio: accel: bmi088: modified the device name
  iio: accel: bmi088: Add support for bmi085 accel
  iio: accel: bmi088: Add support for bmi090l accel
  dt-bindings: iio: accel: Add bmi085 and bmi090l bindings

 .../bindings/iio/accel/bosch,bmi088.yaml      |  2 +
 drivers/iio/accel/bmi088-accel-core.c         | 64 ++++++++++++++++---
 drivers/iio/accel/bmi088-accel-spi.c          |  6 +-
 drivers/iio/accel/bmi088-accel.h              |  2 +-
 4 files changed, 61 insertions(+), 13 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-14 15:41 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 14:17 [PATCH V2 0/6] iio: accel: bmi088: support BMI085 BMI090L LI Qingwu
2022-05-10 14:17 ` [PATCH V2 1/6] iio: accel: bmi088: Modified the scale calculate LI Qingwu
2022-05-12  7:14   ` Alexandru Ardelean
2022-05-14 15:15     ` Jonathan Cameron
2022-05-14 15:32   ` Jonathan Cameron
2022-05-10 14:17 ` [PATCH V2 2/6] iio: accel: bmi088: Make it possible to config scales LI Qingwu
2022-05-14 15:35   ` Jonathan Cameron
2022-05-10 14:17 ` [PATCH V2 3/6] iio: accel: bmi088: modified the device name LI Qingwu
2022-05-12  7:31   ` Alexandru Ardelean
2022-05-12 16:18     ` LI Qingwu
2022-05-13  6:20       ` Alexandru Ardelean
2022-05-14 15:29         ` Jonathan Cameron
2022-05-14 15:40   ` Jonathan Cameron
2022-05-10 14:17 ` [PATCH V2 4/6] iio: accel: bmi088: Add support for bmi085 accel LI Qingwu
2022-05-14 15:42   ` Jonathan Cameron
2022-05-10 14:17 ` [PATCH V2 5/6] iio: accel: bmi088: Add support for bmi090l accel LI Qingwu
2022-05-14 15:44   ` Jonathan Cameron
2022-05-10 14:17 ` [PATCH V2 6/6] dt-bindings: iio: accel: Add bmi085 and bmi090l bindings LI Qingwu
2022-05-12  7:32   ` Alexandru Ardelean
2022-05-14 15:49     ` 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).