All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: raskar.shree97@gmail.com
Cc: "Jonathan Cameron" <jic23@kernel.org>,
	"David Lechner" <dlechner@baylibre.com>,
	"Nuno Sá" <nuno.sa@analog.com>,
	"Andy Shevchenko" <andy@kernel.org>,
	skhan@linuxfoundation.org, david.hunter.linux@gmail.com,
	linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v7 6/6] iio: proximity: rfd77402: Add interrupt handling support
Date: Tue, 27 Jan 2026 17:03:46 +0200	[thread overview]
Message-ID: <aXjT0nzububDex2-@smile.fi.intel.com> (raw)
In-Reply-To: <20260127-b4-rfd77402_v5-v7-6-3e7f2d452da2@gmail.com>

On Tue, Jan 27, 2026 at 01:02:20AM +0530, Shrikant Raskar via B4 Relay wrote:

> Add interrupt handling support to enable event-driven data acquisition
> instead of continuous polling. This improves responsiveness, reduces
> CPU overhead, and supports low-power operation by allowing the system
> to remain idle until an interrupt occurs.

Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
assuming the below is getting be addressed.
...

> +#define RFD77402_ICSR_CLR_CFG   BIT(0)
> +#define RFD77402_ICSR_CLR_TYPE  BIT(1)

You should use tabs for indenting the values. It's inconsistent with the rest.

-- 
With Best Regards,
Andy Shevchenko



      reply	other threads:[~2026-01-27 15:03 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 19:32 [PATCH v7 0/6] iio: proximity: Add interrupt support for RFD77402 Shrikant Raskar
2026-01-26 19:32 ` Shrikant Raskar via B4 Relay
2026-01-26 19:32 ` [PATCH v7 1/6] iio: proximity: rfd77402: Reorder header includes Shrikant Raskar
2026-01-26 19:32   ` Shrikant Raskar via B4 Relay
2026-01-26 19:32 ` [PATCH v7 2/6] iio: proximity: rfd77402: Align polling timeout with datasheet Shrikant Raskar
2026-01-26 19:32   ` Shrikant Raskar via B4 Relay
2026-01-27 14:56   ` Andy Shevchenko
2026-01-26 19:32 ` [PATCH v7 3/6] iio: proximity: rfd77402: Use kernel helper for result polling Shrikant Raskar
2026-01-26 19:32   ` Shrikant Raskar via B4 Relay
2026-01-27 14:59   ` Andy Shevchenko
2026-01-26 19:32 ` [PATCH v7 4/6] iio: proximity: rfd77402: Use devm-managed mutex initialization Shrikant Raskar
2026-01-26 19:32   ` Shrikant Raskar via B4 Relay
2026-01-26 19:32 ` [PATCH v7 5/6] iio: proximity: rfd77402: Document device private data structure Shrikant Raskar
2026-01-26 19:32   ` Shrikant Raskar via B4 Relay
2026-01-26 19:32 ` [PATCH v7 6/6] iio: proximity: rfd77402: Add interrupt handling support Shrikant Raskar
2026-01-26 19:32   ` Shrikant Raskar via B4 Relay
2026-01-27 15:03   ` Andy Shevchenko [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=aXjT0nzububDex2-@smile.fi.intel.com \
    --to=andriy.shevchenko@intel.com \
    --cc=andy@kernel.org \
    --cc=david.hunter.linux@gmail.com \
    --cc=dlechner@baylibre.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nuno.sa@analog.com \
    --cc=raskar.shree97@gmail.com \
    --cc=skhan@linuxfoundation.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.