Re: [PATCH v7 6/6] iio: proximity: rfd77402: Add interrupt handling support
From: Andy Shevchenko
Date: Tue Jan 27 2026 - 10:05:33 EST
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@xxxxxxxxx>
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