Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: proximity: add driver for ST VL53L1X ToF sensor
@ 2026-03-03  9:02 Siratul Islam
  2026-03-03  9:02 ` [PATCH 1/3] dt-bindings: iio: proximity: add " Siratul Islam
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Siratul Islam @ 2026-03-03  9:02 UTC (permalink / raw)
  To: linux-iio, devicetree
  Cc: jic23, dlechner, nuno.sa, andy, robh, krzk+dt, conor+dt,
	linux-kernel, Siratul Islam

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


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2026-03-08 18:06 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03  9:02 [PATCH 0/3] iio: proximity: add driver for ST VL53L1X ToF sensor Siratul Islam
2026-03-03  9:02 ` [PATCH 1/3] dt-bindings: iio: proximity: add " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox