]> www.infradead.org Git - users/jedix/linux-maple.git/commit
iio: light: Add APDS9160 ALS & Proximity sensor driver
authorMikael Gonella-Bolduc <mgonellabolduc@dimonoff.com>
Wed, 22 Jan 2025 22:59:34 +0000 (17:59 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 8 Feb 2025 15:16:29 +0000 (15:16 +0000)
commitec08c3954689ab21fa15e0c0cdc6936480c237b7
tree26eb824d5be238faaa913e4210c5dcdc9d8b3535
parentbe464661e7532124f9b5c3ece170c6cd6f38d641
iio: light: Add APDS9160 ALS & Proximity sensor driver

APDS9160 is a combination of ALS and proximity sensors.

This patch add supports for:
    - Intensity clear data and illuminance data
    - Proximity data
    - Gain control, rate control
    - Event thresholds

Signed-off-by: Mikael Gonella-Bolduc <mgonellabolduc@dimonoff.com>
Link: https://patch.msgid.link/20250122-apds9160-driver-v5-2-5393be10279a@dimonoff.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
MAINTAINERS
drivers/iio/light/Kconfig
drivers/iio/light/Makefile
drivers/iio/light/apds9160.c [new file with mode: 0644]