]> www.infradead.org Git - users/jedix/linux-maple.git/commit
backlight: apple_dwi_bl: Add Apple DWI backlight driver
authorNick Chan <towinchenmi@gmail.com>
Fri, 14 Feb 2025 04:02:13 +0000 (12:02 +0800)
committerLee Jones <lee@kernel.org>
Thu, 20 Feb 2025 15:14:29 +0000 (15:14 +0000)
commitea45d216dd4e5b389af984f8c9effa1312e3cd74
tree612cfd9ed2ff1824c8a193cb8257f68ab59ac99a
parent0508d17506fffb6d38df4c2dc737fb4f343a0840
backlight: apple_dwi_bl: Add Apple DWI backlight driver

Add driver for backlight controllers attached via Apple DWI 2-wire
interface, which is found on some Apple iPhones, iPads and iPod touches
with a LCD display.

Although there is an existing apple_bl driver, it is for backlight
controllers on Intel Macs attached via PCI, which is completely different
from the Samsung-derived DWI block.

Reviewed-by: "Daniel Thompson (RISCstar)" <danielt@kernel.org>
Signed-off-by: Nick Chan <towinchenmi@gmail.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Link: https://lore.kernel.org/r/20250214040306.16312-3-towinchenmi@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/video/backlight/Kconfig
drivers/video/backlight/Makefile
drivers/video/backlight/apple_dwi_bl.c [new file with mode: 0644]