]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
leds: rgb: Add support for Samsung S2M series PMIC RGB LED device
authorKaustabh Chakraborty <kauschluss@disroot.org>
Fri, 15 May 2026 21:38:39 +0000 (03:08 +0530)
committerLee Jones <lee@kernel.org>
Wed, 17 Jun 2026 10:29:22 +0000 (11:29 +0100)
commit63ccd117f4257c66d66bc4a49f2d7199adaefa66
tree7b24a0199c3aef4f9c0484de7d26eb4731782f2b
parent02149db273a936703764c4b5173e533817180d25
leds: rgb: Add support for Samsung S2M series PMIC RGB LED device

Add support for the RGB LEDs found in certain Samsung S2M series PMICs.
The device has three LED channels, controlled as a single device. These
LEDs are typically used as status indicators in mobile phones.

The driver includes initial support for the S2MU005 PMIC RGB LEDs.

Signed-off-by: Kaustabh Chakraborty <kauschluss@disroot.org>
Link: https://patch.msgid.link/20260516-s2mu005-pmic-v7-7-73f9702fb461@disroot.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/rgb/Kconfig
drivers/leds/rgb/Makefile
drivers/leds/rgb/leds-s2m-rgb.c [new file with mode: 0644]