From: Linus Torvalds Date: Sat, 29 Mar 2025 21:48:33 +0000 (-0700) Subject: Merge tag 'backlight-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git... X-Git-Tag: nvme-6.15-2025-04-02~33 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=93d52288679e29aaa44a6f12d5a02e8a90e742c5;p=nvme.git Merge tag 'backlight-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight Pull backlight updates from Lee Jones: - Apple DWI Backlight: - Added devicetree bindings for backlight controllers on Apple's DWI interface. - Added a new driver (apple_dwi_bl) for these controllers found on some Apple mobile devices. - Added MAINTAINERS entries for the new driver. - led_bl: Fixed a locking issue by holding the led_access lock when calling led_sysfs_disable() during device removal to prevent potential warnings. - Removed unnecessary includes from a bunch of drivers. - tdo24m: Removed redundant whitespace in Kconfig description. - pcf50633-backlight: Removed the driver as the underlying pcf50633 MFD and s3c24xx platform support were removed. * tag 'backlight-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight: (22 commits) backlight: pcf50633-backlight: Remove unused driver backlight: tdo24m: Eliminate redundant whitespace MAINTAINERS: Add entries for Apple DWI backlight controller backlight: apple_dwi_bl: Add Apple DWI backlight driver dt-bindings: leds: backlight: apple,dwi-bl: Add Apple DWI backlight backlight: led_bl: Hold led_access lock when calling led_sysfs_disable() backlight: wm831x_bl: Do not include backlight: vgg2432a4: Do not include backlight: tps65217_bl: Do not include backlight: max8925_bl: Do not include backlight: lv5207lp: Do not include backlight: locomolcd: Do not include backlight: hp680_bl: Do not include backlight: ep93xx_bl: Do not include backlight: da9052_bl: Do not include backlight: da903x_bl: Do not include backlight: bd6107_bl: Do not include backlight: as3711_bl: Do not include backlight: adp8870_bl: Do not include backlight: adp8860_bl: Do not include ... --- 93d52288679e29aaa44a6f12d5a02e8a90e742c5 diff --cc MAINTAINERS index a2bdc3945634,a576324807f5..6b61a716e933 --- a/MAINTAINERS +++ b/MAINTAINERS @@@ -2258,7 -2254,7 +2259,8 @@@ F: drivers/nvmem/apple-efuses. F: drivers/pinctrl/pinctrl-apple-gpio.c F: drivers/pwm/pwm-apple.c F: drivers/soc/apple/* +F: drivers/spi/spi-apple.c + 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