mbox series

[V1,0/6] i iio: accel: sca3300: add compitible for scl3300

Message ID 20220124093912.2429190-1-Qing-wu.Li@leica-geosystems.com.cn
Headers show
Series i iio: accel: sca3300: add compitible for scl3300 | expand

Message

LI Qingwu Jan. 24, 2022, 9:39 a.m. UTC
The current driver support sca3300 only.
Modifed for support SCL3300.
Verifed with SCL3300 on IMX8MM.
Splited the change for review.

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

 .../bindings/iio/accel/murata,sca3300.yaml    |   1 +
 drivers/iio/accel/sca3300.c                   | 284 +++++++++++++++---
 2 files changed, 238 insertions(+), 47 deletions(-)

Comments

Jonathan Cameron Jan. 30, 2022, 11:35 a.m. UTC | #1
On Mon, 24 Jan 2022 09:39:06 +0000
LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> wrote:

> The current driver support sca3300 only.
> Modifed for support SCL3300.
> Verifed with SCL3300 on IMX8MM.
> Splited the change for review.
> 
> LI Qingwu (6):
>   iio: accel: sca3300: add define for temp channel for reuse.
>   iio: accel: sca3300: Add interface for operation modes.
>   iio: accel: sca3300: modified to support multi chips
>   iio: accel: sca3300: Add support for SCL3300
>   iio: accel: sca3300: Add inclination channels.
>   dt-bindings: iio: accel: sca3300: Document murata,scl3300
> 
>  .../bindings/iio/accel/murata,sca3300.yaml    |   1 +
>  drivers/iio/accel/sca3300.c                   | 284 +++++++++++++++---
>  2 files changed, 238 insertions(+), 47 deletions(-)
> 

For v2, please make sure to cc linux-iio@vger.kernel.org

I won't pick up any IIO changes that haven't been sent to that list.

Thanks,

Jonathan