On Wed, 2 Mar 2022 00:54:29 +0200 "Sicelo A. Mhlongo" <absicsz@xxxxxxxxx> 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. > Other the the issues Andy raised around the tag and also adding SPI support this looks good to me. We are very late in this cycle, so it is now material for 5.19. Plenty of time to make those final little tidy ups and get this queued early in the next cycle. 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 ++++ > 4 files changed, 8 insertions(+), 25 deletions(-) >