]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
iio: light: veml3328: add support for new device
authorJoshua Crofts <joshua.crofts1@gmail.com>
Sun, 31 May 2026 16:56:36 +0000 (18:56 +0200)
committerJonathan Cameron <jic23@kernel.org>
Tue, 2 Jun 2026 13:03:20 +0000 (14:03 +0100)
commite45a44f2196e0d6aa22fd80beff1c18dee9e9348
tree293b234c7735ff3d03f91248d8609a0ce8ee6269
parent278b9d0fce2f462e8870d0effed0dc83c3cc7314
iio: light: veml3328: add support for new device

Add support for the Vishay VEML3328 RGB/IR light sensor communicating
via I2C (SMBus compatible).

Also add a new entry for said driver into Kconfig and Makefile.

Assisted-by: Gemini:3.1-Pro
Signed-off-by: Joshua Crofts <joshua.crofts1@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
MAINTAINERS
drivers/iio/light/Kconfig
drivers/iio/light/Makefile
drivers/iio/light/veml3328.c [new file with mode: 0644]