linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Puranjay Mohan <puranjay12@gmail.com>
To: jic23@kernel.org, Michael.Hennerich@analog.com,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org,
	lars@metafoo.de, Dragos.Bogdan@analog.com,
	Darius.Berghe@analog.com, andy.shevchenko@gmail.com
Cc: Puranjay Mohan <puranjay12@gmail.com>
Subject: [PATCH v2 0/2] adxl355: Add triggered buffer support
Date: Sat,  4 Sep 2021 00:13:10 +0530	[thread overview]
Message-ID: <20210903184312.21009-1-puranjay12@gmail.com> (raw)

This patch adds triggered buffer support to the ADXL355 Accelerometer.

Changes since v1:
1. Make separate patch for if(ret) change.
2. Correct spelling mistake.
3. Send irq to probe directly and not save it in data.

Puranjay Mohan (2):
  iio: accel: adxl355: use if(ret) in place of ret < 0
  iio: accel: adxl355: Add triggered buffer support

 drivers/iio/accel/Kconfig        |   4 +
 drivers/iio/accel/adxl355_core.c | 155 ++++++++++++++++++++++++++++++-
 2 files changed, 157 insertions(+), 2 deletions(-)

-- 
2.30.1


             reply	other threads:[~2021-09-03 18:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-03 18:43 Puranjay Mohan [this message]
2021-09-03 18:43 ` [PATCH v2 1/2] iio: accel: adxl355: use if(ret) in place of ret < 0 Puranjay Mohan
2021-09-05 16:13   ` Jonathan Cameron
2021-09-03 18:43 ` [PATCH v2 2/2] iio: accel: adxl355: Add triggered buffer support Puranjay Mohan
2021-09-05 16:29   ` Jonathan Cameron

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=20210903184312.21009-1-puranjay12@gmail.com \
    --to=puranjay12@gmail.com \
    --cc=Darius.Berghe@analog.com \
    --cc=Dragos.Bogdan@analog.com \
    --cc=Michael.Hennerich@analog.com \
    --cc=andy.shevchenko@gmail.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).