On Sat, 16 Mar 2024 12:07:41 +0100 Vasileios Amoiridis <vassilisamir@xxxxxxxxx> wrote: > PATCH 1/2: Fix BME280 SPI driver data structures as it was assigned > to the struct for the BMP280 and not the BME280. > > PATCH 2/2: Fix identification of BMP3xx devices in order to use > different SPI regmap. > > [1]: https://lore.kernel.org/linux-iio/20240311005432.1752853-1-vassilisamir@xxxxxxxxx/ Applied to the fixes-togreg branch of iio.git and marked for stable. Thanks, Jonathan > > Vasileios Amoiridis (2): > iio: pressure: Fix BME280 SPI driver data > iio: pressure: Fixes SPI support for BMP3xx devices > > drivers/iio/pressure/bmp280-core.c | 1 + > drivers/iio/pressure/bmp280-spi.c | 13 ++++--------- > drivers/iio/pressure/bmp280.h | 1 + > 3 files changed, 6 insertions(+), 9 deletions(-) >