This series makes it possible to set up interrupts with the BMC150 driver
on boards where only the INT2 pin is connected (and not INT1). This is
particularly always the case for BMC156 since for some reason it only
has the INT2 pin and not the INT1 pin.
These changes were already partially discussed here:
https://lore.kernel.org/linux-iio/YMOphuXSoODIVX06@gerhold.net/ (local)
Stephan Gerhold (4):
dt-bindings: iio: accel: bma255: Add interrupt-names
dt-bindings: iio: accel: bma255: Add bosch,bmc156_accel
iio: accel: bmc150: Make it possible to configure INT2 instead of INT1
iio: accel: bmc150: Add support for BMC156
.../bindings/iio/accel/bosch,bma255.yaml | 27 +++++++
drivers/iio/accel/Kconfig | 5 +-
drivers/iio/accel/bmc150-accel-core.c | 77 +++++++++++++++----
drivers/iio/accel/bmc150-accel-i2c.c | 10 ++-
drivers/iio/accel/bmc150-accel-spi.c | 10 ++-
drivers/iio/accel/bmc150-accel.h | 9 ++-
6 files changed, 118 insertions(+), 20 deletions(-)
--
2.32.0