Re: [PATCH v4 0/2] iio: proximity: cleanup fixes for vl53l1x-i2c

From: Jonathan Cameron

Date: Sun Jun 14 2026 - 09:05:25 EST


On Sun, 14 Jun 2026 14:43:38 +0600
Siratul Islam <email@xxxxxxxx> wrote:

> This patch series adds some cleanup fixes for the vl53l1x-i2c
> proximity sensor driver.
>
> - Sort register defines list
> - Extract data-ready polling into a helper
> - Fix regmap_read_poll_timeout() arguments alignment
> - Add field definitions for BIT(0).
>
> No functional changes.
>
Series applied to the testing branch of iio.git.
Note that will be rebased on rc1 once that is available.

Thanks,

Jonathan

> ---
> Changes in v4:
> - Remove blank line in commit message tag block
> - Align regmap_read_poll_timeout arguments
>
> Changes in v3:
> - Use proper field definitions
> - Split changes in two commits
>
> Changes in v2:
> - Rephrase commit message
> - Remove cover letter
>
> Link to v3: https://lore.kernel.org/linux-iio/20260611134245.30042-1-email@xxxxxxxx/
> Link to v2: https://lore.kernel.org/linux-iio/20260608124027.35879-1-email@xxxxxxxx/
> Link to v1: https://lore.kernel.org/linux-iio/20260608033218.26514-1-email@xxxxxxxx/
>
> Siratul Islam (2):
> iio: proximity: sort the register values for vl53l1x-i2c
> iio: proximity: cleanup fixes for vl53l1x-i2c
>
> drivers/iio/proximity/vl53l1x-i2c.c | 39 +++++++++++++++--------------
> 1 file changed, 20 insertions(+), 19 deletions(-)
>
> --
> 2.54.0
>