mbox series

[V2,0/2] Add support for ST magnetometer IIS2MDC

Message ID 20210311030554.6428-1-Qing-wu.Li@leica-geosystems.com.cn (mailing list archive)
Headers show
Series Add support for ST magnetometer IIS2MDC | expand

Message

LI Qingwu March 11, 2021, 3:05 a.m. UTC
Changes in V2:

Extend the exist st_magn* to support IIS2MDC, instead of adding a new
driver.


LI Qingwu (2):
  dt-bindings: iio: st,st-sensors add IIS2MDC.
  iio:magnetometer: Add Support for ST IIS2MDC

 Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 1 +
 drivers/iio/magnetometer/st_magn.h                       | 2 ++
 drivers/iio/magnetometer/st_magn_core.c                  | 1 +
 drivers/iio/magnetometer/st_magn_i2c.c                   | 5 +++++
 drivers/iio/magnetometer/st_magn_spi.c                   | 5 +++++
 5 files changed, 14 insertions(+)

Comments

Jonathan Cameron March 13, 2021, 4:13 p.m. UTC | #1
On Thu, 11 Mar 2021 03:05:52 +0000
LI Qingwu <Qing-wu.Li@leica-geosystems.com.cn> wrote:

> Changes in V2:
> 
> Extend the exist st_magn* to support IIS2MDC, instead of adding a new
> driver.

Looks good to me.  Will let it sit on the list a little longer so
Denis and others can take a look if they wish.

If it looks like I've lost it in 2 weeks time feel free to poke me!

Thanks,

Jonathan

> 
> 
> LI Qingwu (2):
>   dt-bindings: iio: st,st-sensors add IIS2MDC.
>   iio:magnetometer: Add Support for ST IIS2MDC
> 
>  Documentation/devicetree/bindings/iio/st,st-sensors.yaml | 1 +
>  drivers/iio/magnetometer/st_magn.h                       | 2 ++
>  drivers/iio/magnetometer/st_magn_core.c                  | 1 +
>  drivers/iio/magnetometer/st_magn_i2c.c                   | 5 +++++
>  drivers/iio/magnetometer/st_magn_spi.c                   | 5 +++++
>  5 files changed, 14 insertions(+)
>