]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: light: driver for Vishay VEML6040
authorArthur Becker <arthur.becker@sentec.com>
Tue, 4 Jun 2024 08:01:48 +0000 (10:01 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Thu, 13 Jun 2024 18:19:25 +0000 (19:19 +0100)
commit3c34171c1b12c100a42c0a8ed88355a13fcb5be8
treef0717076a88a3109509e714a5291c6210dbb1e8c
parent5cf99438d5d8db6007762eb6734125f58bcae48b
iio: light: driver for Vishay VEML6040

Implements driver for the Vishay VEML6040 rgbw light sensor.

Included functionality: setting the integration time and reading the raw
values for the four channels

Not yet implemented: setting the measurements to 'Manual Force Mode' (Auto
measurements off, and adding a measurement trigger)

Datasheet: https://www.vishay.com/docs/84276/veml6040.pdf
Signed-off-by: Arthur Becker <arthur.becker@sentec.com>
Link: https://lore.kernel.org/r/20240604-veml6040-v4-1-5a4d59597874@sentec.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/light/Kconfig
drivers/iio/light/Makefile
drivers/iio/light/veml6040.c [new file with mode: 0644]