On Mon, 7 Mar 2022 15:58:33 +0200 Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxxx> 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 > > >