diff options
author | 2025-02-14 12:02:14 +0800 | |
---|---|---|
committer | 2025-02-20 15:14:29 +0000 | |
commit | d1ebaf003a065d5d337b8fa3d69f9b90d7bb759d (patch) | |
tree | 2e1246adf908f9d873e4f386e5affdbaa49f2a8f | |
parent | backlight: apple_dwi_bl: Add Apple DWI backlight driver (diff) | |
download | wireguard-linux-d1ebaf003a065d5d337b8fa3d69f9b90d7bb759d.tar.xz wireguard-linux-d1ebaf003a065d5d337b8fa3d69f9b90d7bb759d.zip |
MAINTAINERS: Add entries for Apple DWI backlight controller
Add MAINTAINERS entries for the driver.
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-4-towinchenmi@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 896a307fa065..a576324807f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2228,6 +2228,7 @@ F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml F: Documentation/devicetree/bindings/interrupt-controller/apple,* F: Documentation/devicetree/bindings/iommu/apple,dart.yaml F: Documentation/devicetree/bindings/iommu/apple,sart.yaml +F: Documentation/devicetree/bindings/leds/backlight/apple,dwi-bl.yaml F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml F: Documentation/devicetree/bindings/net/bluetooth/brcm,bcm4377-bluetooth.yaml F: Documentation/devicetree/bindings/nvme/apple,nvme-ans.yaml @@ -2253,6 +2254,7 @@ F: drivers/nvmem/apple-efuses.c F: drivers/pinctrl/pinctrl-apple-gpio.c F: drivers/pwm/pwm-apple.c F: drivers/soc/apple/* +F: drivers/video/backlight/apple_dwi_bl.c F: drivers/watchdog/apple_wdt.c F: include/dt-bindings/interrupt-controller/apple-aic.h F: include/dt-bindings/pinctrl/apple.h |