]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: pressure: bmp280: Move bmp085 interrupt to new configuration
authorVasileios Amoiridis <vassilisamir@gmail.com>
Thu, 17 Oct 2024 23:30:22 +0000 (01:30 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 21 Oct 2024 18:19:25 +0000 (19:19 +0100)
commitb65249a7b362fc9efeead21160a15f9b157e13ad
tree7926616db60f4c9e79b7378be4f03d715e535d4f
parent4c5e83b232b0542e0ec1b0b43282a9e896e087db
iio: pressure: bmp280: Move bmp085 interrupt to new configuration

This commit intends to add the old BMP085 sensor to the new IRQ interface
of the driver for consistence. No functional changes intended.

The BMP085 sensor is equivalent with the BMP180 with the only difference of
BMP085 having an extra interrupt pin to inform about an End of Conversion.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vasileios Amoiridis <vassilisamir@gmail.com>
Link: https://patch.msgid.link/20241017233022.238250-5-vassilisamir@gmail.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/pressure/bmp280-core.c
drivers/iio/pressure/bmp280-i2c.c
drivers/iio/pressure/bmp280-spi.c
drivers/iio/pressure/bmp280.h