All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V5 0/5] iio: accel: sca3300: add compatible for scl3300
@ 2022-05-12 16:03 LI Qingwu
  2022-05-12 16:03 ` [PATCH V5 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300 LI Qingwu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: LI Qingwu @ 2022-05-12 16:03 UTC (permalink / raw)
  To: jic23, lars, robh+dt, tomas.melin, andy.shevchenko, devicetree,
	linux-kernel, Qing-wu.Li
  Cc: linux-iio

The current driver support sca3300 only, modified to support SCL3300.
Verified with SCL3300 on IMX8MM.

SCL3300 is a three-axis accelerometer sensor with angle output, 
the change adds the support of scl3300 and inclination data output.
 
Change in V5:
Fix review findings in V5, reorder variables in the struct
sca3300_chip_info declaration and assignment.
Return errors first in the "for" loop code.


LI Qingwu (5):
  dt-bindings: iio: accel: sca3300: Document murata,scl3300
  iio: accel: sca3300: add define for temp channel for reuse.
  iio: accel: sca3300: modified to support multi chips
  iio: accel: sca3300: Add support for SCL3300
  iio: accel: sca3300: Add inclination channels

 .../bindings/iio/accel/murata,sca3300.yaml    |   1 +
 drivers/iio/accel/sca3300.c                   | 312 +++++++++++++++---
 2 files changed, 260 insertions(+), 53 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-05-13  8:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12 16:03 [PATCH V5 0/5] iio: accel: sca3300: add compatible for scl3300 LI Qingwu
2022-05-12 16:03 ` [PATCH V5 1/5] dt-bindings: iio: accel: sca3300: Document murata,scl3300 LI Qingwu
2022-05-12 16:03 ` [PATCH V5 2/5] iio: accel: sca3300: add define for temp channel for reuse LI Qingwu
2022-05-12 16:03 ` [PATCH V5 3/5] iio: accel: sca3300: modified to support multi chips LI Qingwu
2022-05-12 17:31   ` Andy Shevchenko
2022-05-13  0:29   ` kernel test robot
2022-05-13  8:49     ` Andy Shevchenko
2022-05-13  8:49       ` Andy Shevchenko
2022-05-13  1:00   ` kernel test robot
2022-05-12 16:03 ` [PATCH V5 4/5] iio: accel: sca3300: Add support for SCL3300 LI Qingwu
2022-05-12 17:32   ` Andy Shevchenko
2022-05-12 16:03 ` [PATCH V5 5/5] iio: accel: sca3300: Add inclination channels LI Qingwu

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.