On Tue, 19 Apr 2022 15:45:55 +0000 Rokosov Dmitry Dmitrievich <DDRokosov@xxxxxxxxxxxxxx> wrote: > MSA311 is a tri-axial, low-g accelerometer with I2C digital output for > sensitivity consumer applications. It has dynamical user selectable full > scales range of +-2g/+-4g/+-8g/+-16g and allows acceleration measurements > with output data rates from 1Hz to 1000Hz. > > This driver supports following MSA311 features: > - IIO interface > - Different power modes: NORMAL, SUSPEND and LOW (using pm_runtime) > - ODR (Output Data Rate) selection > - Scale and samp_freq selection > - IIO triggered buffer, IIO reg access > - NEW_DATA interrupt + trigger > > Below features to be done: > - Motion Events: ACTIVE, TAP, ORIENT, FREEFALL > Forgot to mention. Please add a Datasheet: tag to this patch as it's the one introducing the actual driver. > Signed-off-by: Dmitry Rokosov <ddrokosov@xxxxxxxxxxxxxx>