I wrote 'temperature' instead of 'accel' in the subject, I will change it in the next version. I am sorry for this silly mistake. On Sun, Jul 18, 2021 at 11:30 PM Puranjay Mohan <puranjay12@xxxxxxxxx> wrote: > > Add the dt-bindings and the driver for ADXL355 3-axis MEMS Accelerometer. > > Puranjay Mohan (2): > dt-bindings: iio: accel: Add ADXL355 in trivial-devices > iio: accel: Add driver support for ADXL355 > > .../devicetree/bindings/trivial-devices.yaml | 2 + > MAINTAINERS | 7 + > drivers/iio/accel/Kconfig | 29 + > drivers/iio/accel/Makefile | 3 + > drivers/iio/accel/adxl355.h | 83 +++ > drivers/iio/accel/adxl355_core.c | 544 ++++++++++++++++++ > drivers/iio/accel/adxl355_i2c.c | 63 ++ > drivers/iio/accel/adxl355_spi.c | 66 +++ > 8 files changed, 797 insertions(+) > create mode 100644 drivers/iio/accel/adxl355.h > create mode 100644 drivers/iio/accel/adxl355_core.c > create mode 100644 drivers/iio/accel/adxl355_i2c.c > create mode 100644 drivers/iio/accel/adxl355_spi.c > > -- > 2.30.1 > -- Thanks and Regards Yours Truly, Puranjay Mohan