From: Siratul Islam <email@sirat.me>
To: linux-iio@vger.kernel.org, devicetree@vger.kernel.org
Cc: jic23@kernel.org, dlechner@baylibre.com, nuno.sa@analog.com,
andy@kernel.org, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, linux-kernel@vger.kernel.org,
Siratul Islam <email@sirat.me>
Subject: [PATCH 0/3] iio: proximity: add driver for ST VL53L1X ToF sensor
Date: Tue, 3 Mar 2026 15:02:39 +0600 [thread overview]
Message-ID: <20260303090253.42076-1-email@sirat.me> (raw)
This series adds support for the STMicroelectronics VL53L1X
Time-of-Flight ranging sensor.
The VL53L1X is a ToF laser-ranging sensor with I2C interface,
capable of measuring distances up to 4 meters. The driver
supports both interrupt-driven and polled operation.
Tested on Raspberry Pi 5 with a VL53L1X breakout board.
Siratul Islam (3):
dt-bindings: iio: proximity: add ST VL53L1X ToF sensor
iio: proximity: add driver for ST VL53L1X ToF sensor
MAINTAINERS: add entry for ST VL53L1X ToF sensor driver
.../bindings/iio/proximity/st,vl53l1x.yaml | 49 +
MAINTAINERS | 7 +
drivers/iio/proximity/Kconfig | 14 +
drivers/iio/proximity/Makefile | 1 +
drivers/iio/proximity/vl53l1x-i2c.c | 901 ++++++++++++++++++
5 files changed, 972 insertions(+)
create mode 100644 Documentation/devicetree/bindings/iio/proximity/st,vl53l1x.yaml
create mode 100644 drivers/iio/proximity/vl53l1x-i2c.c
base-commit: 39c633261414f12cb533a8b802ee57e2d2e3c482
--
2.53.0
next reply other threads:[~2026-03-03 9:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-03 9:02 Siratul Islam [this message]
2026-03-03 9:02 ` [PATCH 1/3] dt-bindings: iio: proximity: add ST VL53L1X ToF sensor Siratul Islam
2026-03-03 19:12 ` Conor Dooley
2026-03-03 19:49 ` Sirat
2026-03-07 16:55 ` David Lechner
2026-03-03 9:02 ` [PATCH 2/3] iio: proximity: add driver for " Siratul Islam
2026-03-07 13:59 ` Jonathan Cameron
2026-03-08 10:37 ` Sirat
2026-03-08 18:06 ` Jonathan Cameron
2026-03-07 17:17 ` David Lechner
2026-03-08 11:04 ` Sirat
2026-03-08 17:33 ` David Lechner
2026-03-03 9:02 ` [PATCH 3/3] MAINTAINERS: add entry for ST VL53L1X ToF sensor driver Siratul Islam
2026-03-07 16:57 ` David Lechner
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=20260303090253.42076-1-email@sirat.me \
--to=email@sirat.me \
--cc=andy@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dlechner@baylibre.com \
--cc=jic23@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nuno.sa@analog.com \
--cc=robh@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