All of lore.kernel.org
 help / color / mirror / Atom feed
From: Puranjay Mohan <puranjay12@gmail.com>
To: Michael.Hennerich@analog.com, alexandru.ardelean@analog.com,
	Jonathan Cameron <jic23@kernel.org>,
	devicetree@vger.kernel.org, linux-iio <linux-iio@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Lars-Peter Clausen <lars@metafoo.de>,
	"Bogdan, Dragos" <Dragos.Bogdan@analog.com>,
	"Berghe, Darius" <Darius.Berghe@analog.com>
Subject: Re: [PATCH 0/2] iio: temperature: add support for ADXL355
Date: Sun, 18 Jul 2021 23:40:51 +0530	[thread overview]
Message-ID: <CANk7y0jekEwjo4W+G1n0ipPDonZ40iDb9rRne+8kvM=tWFZ-eg@mail.gmail.com> (raw)
In-Reply-To: <20210718175950.34728-1-puranjay12@gmail.com>

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@gmail.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

      parent reply	other threads:[~2021-07-18 18:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-18 17:59 [PATCH 0/2] iio: temperature: add support for ADXL355 Puranjay Mohan
2021-07-18 17:59 ` [PATCH 1/2] dt-bindings: iio: accel: Add ADXL355 in trivial-devices Puranjay Mohan
2021-07-18 17:59 ` [PATCH 2/2] iio: accel: Add driver support for ADXL355 Puranjay Mohan
2021-07-19 12:05   ` Alexandru Ardelean
2021-07-19 17:06     ` Puranjay Mohan
2021-07-20  7:03       ` Alexandru Ardelean
2021-07-18 18:10 ` Puranjay Mohan [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANk7y0jekEwjo4W+G1n0ipPDonZ40iDb9rRne+8kvM=tWFZ-eg@mail.gmail.com' \
    --to=puranjay12@gmail.com \
    --cc=Darius.Berghe@analog.com \
    --cc=Dragos.Bogdan@analog.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=alexandru.ardelean@analog.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.