mbox series

[v3,0/3] Support LIS302DL in st_accel

Message ID 20220307132502.73854-1-absicsz@gmail.com (mailing list archive)
Headers show
Series Support LIS302DL in st_accel | expand

Message

Sicelo March 7, 2022, 1:24 p.m. UTC
Hi,

The ST Microelectronics LIS302DL is currently only supported in the
evdev framework driver in drivers/misc/lis3lv02d. This series enables
support for it in the iio framework.

Regards,
Sicelo



Sicelo A. Mhlongo (3):
  dt-bindings: iio: st,st-sensors add LIS302DL
  iio: accel: Remove unused enum in st_accel
  iio: accel: add support for LIS302DL variant

 .../bindings/iio/st,st-sensors.yaml           |  1 +
 drivers/iio/accel/st_accel.h                  | 26 +------------------
 drivers/iio/accel/st_accel_core.c             |  1 +
 drivers/iio/accel/st_accel_i2c.c              |  5 ++++
 drivers/iio/accel/st_accel_spi.c              |  5 ++++
 5 files changed, 13 insertions(+), 25 deletions(-)

Comments

Andy Shevchenko March 7, 2022, 1:58 p.m. UTC | #1
On Mon, Mar 07, 2022 at 03:24:59PM +0200, Sicelo A. Mhlongo wrote:
> Hi,
> 
> The ST Microelectronics LIS302DL is currently only supported in the
> evdev framework driver in drivers/misc/lis3lv02d. This series enables
> support for it in the iio framework.

The entire series is fine to me
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

> Regards,
> Sicelo
> 
> 
> 
> Sicelo A. Mhlongo (3):
>   dt-bindings: iio: st,st-sensors add LIS302DL
>   iio: accel: Remove unused enum in st_accel
>   iio: accel: add support for LIS302DL variant
> 
>  .../bindings/iio/st,st-sensors.yaml           |  1 +
>  drivers/iio/accel/st_accel.h                  | 26 +------------------
>  drivers/iio/accel/st_accel_core.c             |  1 +
>  drivers/iio/accel/st_accel_i2c.c              |  5 ++++
>  drivers/iio/accel/st_accel_spi.c              |  5 ++++
>  5 files changed, 13 insertions(+), 25 deletions(-)
> 
> -- 
> 2.35.1
>
Jonathan Cameron March 20, 2022, 3:34 p.m. UTC | #2
On Mon, 7 Mar 2022 15:58:33 +0200
Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote:

> On Mon, Mar 07, 2022 at 03:24:59PM +0200, Sicelo A. Mhlongo wrote:
> > Hi,
> > 
> > The ST Microelectronics LIS302DL is currently only supported in the
> > evdev framework driver in drivers/misc/lis3lv02d. This series enables
> > support for it in the iio framework.  
> 
> The entire series is fine to me
> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This crossed with another series adding the sc7a20 so I hand tweaked
it whilst applying.

Applied to the togreg branch of iio.git but I'll be rebasing that on
rc1 once available so in meantime just pushed out as testing.

Thanks,

Jonathan

> 
> > Regards,
> > Sicelo
> > 
> > 
> > 
> > Sicelo A. Mhlongo (3):
> >   dt-bindings: iio: st,st-sensors add LIS302DL
> >   iio: accel: Remove unused enum in st_accel
> >   iio: accel: add support for LIS302DL variant
> > 
> >  .../bindings/iio/st,st-sensors.yaml           |  1 +
> >  drivers/iio/accel/st_accel.h                  | 26 +------------------
> >  drivers/iio/accel/st_accel_core.c             |  1 +
> >  drivers/iio/accel/st_accel_i2c.c              |  5 ++++
> >  drivers/iio/accel/st_accel_spi.c              |  5 ++++
> >  5 files changed, 13 insertions(+), 25 deletions(-)
> > 
> > -- 
> > 2.35.1
> >   
>