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/ 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(-) -- 2.25.1