Message ID | 20220301225432.60844-1-absicsz@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Support LIS302DL in st_accel | expand |
On Wed, 2 Mar 2022 00:54:29 +0200 "Sicelo A. Mhlongo" <absicsz@gmail.com> 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(-) >
On Sat, Mar 05, 2022 at 03:59:55PM +0000, Jonathan Cameron wrote: > 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. > Thank you so much. I will prepare next version of patches soon. Sincerely Sicelo