The patch adds the spi-3wire feature and some refactoring to the adxl345/375 accelerometer driver (iio). A separate patch updates the DT binding. Lothar Rubusch (2): iio: adxl345: add spi-3wire iio: adxl345: update documentation for spi-3wire .../bindings/iio/accel/adi,adxl345.yaml | 2 + drivers/iio/accel/adxl345.h | 44 ++++++- drivers/iio/accel/adxl345_core.c | 116 ++++++++++-------- drivers/iio/accel/adxl345_i2c.c | 30 ++--- drivers/iio/accel/adxl345_spi.c | 50 +++++--- 5 files changed, 155 insertions(+), 87 deletions(-) -- 2.25.1