Re: [PATCH V5 0/6] iio: accel: bmi088: support BMI085 BMI090L

From: Jonathan Cameron
Date: Fri Jun 03 2022 - 11:42:14 EST


On Thu, 26 May 2022 13:33:53 +0000
LI Qingwu <Qing-wu.Li@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> Modified the units after application of scale from 100*m/s^2 to m/s^2,
> since the units in the ABI documents are m/s^2.
> Add supports for the BMI085 accelerometer.
> Add supports for the BMI090L accelerometer.
> Make it possible to config scales.
>
> Change in v5:
> - Fix the issue of 'undeclared function FIELD_GET'
> Reported-by: kernel test robot <lkp@xxxxxxxxx>

I've applied this series to the togreg branch of iio.git and pushed
out as testing.

Note I can rebase that tree still (and will do anyway to move to
rc1 or so once available) so we can resolve that question of
whether Datasheet is a tag or not in parallel with letting 0-day
see if it can find anything else we missed.

Thanks,

Jonathan

>
>
> LI Qingwu (6):
> iio: accel: bmi088: Modified the scale calculate
> iio: accel: bmi088: Make it possible to config scales
> iio: accel: bmi088: modified the device name
> iio: accel: bmi088: Add support for bmi085 accel
> iio: accel: bmi088: Add support for bmi090l accel
> dt-bindings: iio: accel: Add bmi085 and bmi090l bindings
>
> .../bindings/iio/accel/bosch,bmi088.yaml | 2 +
> drivers/iio/accel/bmi088-accel-core.c | 97 +++++++++++++++----
> drivers/iio/accel/bmi088-accel-spi.c | 17 +++-
> drivers/iio/accel/bmi088-accel.h | 9 +-
> 4 files changed, 101 insertions(+), 24 deletions(-)
>