Re: [PATCH v8 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

2021-02-06 Thread Jonathan Cameron
On Sun, 31 Jan 2021 12:16:45 + Jonathan Cameron wrote: > On Mon, 25 Jan 2021 16:07:32 +0100 > Mike Looijmans wrote: > > > The BMI088 is a combined module with both accelerometer and gyroscope. > > This adds the accelerometer driver support for the SPI interface. > > The gyroscope part is

Re: [PATCH v8 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

2021-01-31 Thread Jonathan Cameron
On Mon, 25 Jan 2021 16:07:32 +0100 Mike Looijmans wrote: > The BMI088 is a combined module with both accelerometer and gyroscope. > This adds the accelerometer driver support for the SPI interface. > The gyroscope part is already supported by the BMG160 driver. > > Signed-off-by: Mike Looijmans

Re: [PATCH v8 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

2021-01-26 Thread Linus Walleij
On Mon, Jan 25, 2021 at 4:07 PM Mike Looijmans wrote: > The BMI088 is a combined module with both accelerometer and gyroscope. > This adds the accelerometer driver support for the SPI interface. > The gyroscope part is already supported by the BMG160 driver. > > Signed-off-by: Mike Looijmans

[PATCH v8 2/2] iio: accel: Add support for the Bosch-Sensortec BMI088

2021-01-25 Thread Mike Looijmans
The BMI088 is a combined module with both accelerometer and gyroscope. This adds the accelerometer driver support for the SPI interface. The gyroscope part is already supported by the BMG160 driver. Signed-off-by: Mike Looijmans --- Changes in v8: include order asm/ after linux/ Suspend/resume