]> git.dujemihanovic.xyz Git - linux.git/commit
backlight: Add Kinetic KTD2801 backlight support
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 4 Oct 2023 20:25:09 +0000 (22:25 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 20 Jan 2024 19:52:04 +0000 (20:52 +0100)
commita47b57e3f0a9f3ae42cd4da1f620341fcf932e5a
treee17cf09fc7883e9d97f159f13ef054146c6a8b3a
parent8dec9235e5dfd1ae08524290f6bf38291980b609
backlight: Add Kinetic KTD2801 backlight support

KTD2801 is a LED backlight driver IC found in samsung,coreprimevelte.
The brightness can be set using PWM or the ExpressWire protocol. Add
support for the KTD2801.

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
MAINTAINERS
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/ktd2801-backlight.c [new file with mode: 0644]