lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 18 Jul 2021 23:40:51 +0530
From:   Puranjay Mohan <puranjay12@...il.com>
To:     Michael.Hennerich@...log.com, alexandru.ardelean@...log.com,
        Jonathan Cameron <jic23@...nel.org>,
        devicetree@...r.kernel.org, linux-iio <linux-iio@...r.kernel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Lars-Peter Clausen <lars@...afoo.de>,
        "Bogdan, Dragos" <Dragos.Bogdan@...log.com>,
        "Berghe, Darius" <Darius.Berghe@...log.com>
Subject: Re: [PATCH 0/2] iio: temperature: add support for ADXL355

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@...il.com> 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ