* [GIT PULL] Backlight for v6.18
@ 2025-10-01 14:02 Lee Jones
2025-10-01 19:51 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2025-10-01 14:02 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Daniel Thompson
Good afternoon Linus,
The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:
Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.18
for you to fetch changes up to ba3b29a639fe5173033914db6ee58d8d9bb86aba:
backlight: rt4831: Include <linux/mod_devicetable.h> (2025-09-16 17:05:19 +0100)
----------------------------------------------------------------
Backlight for v6.18
This set is comprised of a couple of small but important fixes and a number of clean-up and
refactoring patches. The fixes correct an EPROM address for the LP8556 and improve memory
allocation safety in the LED backlight driver.
The remainder of the set is made up of refactoring work to the mp3309c driver and a series of
patches to make a number of drivers more self-contained by including their own dependencies.
Improvements & Fixes
- Correct the EPROM start address for the LP8556 to align with the device's datasheet.
- Use devm_kcalloc() in the LED backlight driver for safer array allocation with overflow
protection.
Cleanups & Refactoring
- Drop an unnecessary call to pwm_apply_args() in the mp3309c driver.
- Modernize struct initialization in the mp3309c driver by using a compound literal instead of
memset.
- Make numerous drivers self-contained by including necessary headers directly rather than
relying on transitive includes from the core backlight header.
----------------------------------------------------------------
Qianfeng Rong (1):
backlight: led_bl: Use devm_kcalloc() for array space allocation
Svyatoslav Ryhel (1):
video: backlight: lp855x_bl: Set correct EPROM start for LP8556
Thomas Zimmermann (9):
backlight: Include <linux/of.h>
backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>
backlight: as3711_bl: Include <linux/of.h>
backlight: da9052_bl: Include <linux/mod_devicetable.h>
backlight: jornada720: Include <linux/io.h>
backlight: ktd2801: Include <linux/mod_devicetable.h>
backlight: led_bl: Include <linux/of.h>
backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>
backlight: rt4831: Include <linux/mod_devicetable.h>
Uwe Kleine-König (2):
backlight: mp3309c: Drop pwm_apply_args()
backlight: mp3309c: Initialize backlight properties without memset
drivers/video/backlight/apple_dwi_bl.c | 1 +
drivers/video/backlight/as3711_bl.c | 1 +
drivers/video/backlight/backlight.c | 1 +
drivers/video/backlight/da9052_bl.c | 1 +
drivers/video/backlight/jornada720_bl.c | 1 +
drivers/video/backlight/ktd2801-backlight.c | 1 +
drivers/video/backlight/led_bl.c | 5 +++--
drivers/video/backlight/lp855x_bl.c | 2 +-
drivers/video/backlight/mp3309c.c | 14 +++++++-------
drivers/video/backlight/rave-sp-backlight.c | 2 ++
drivers/video/backlight/rt4831-backlight.c | 1 +
11 files changed, 20 insertions(+), 10 deletions(-)
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Backlight for v6.18
2025-10-01 14:02 [GIT PULL] Backlight for v6.18 Lee Jones
@ 2025-10-01 19:51 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2025-10-01 19:51 UTC (permalink / raw)
To: Lee Jones; +Cc: Linus Torvalds, Linux Kernel Mailing List, Daniel Thompson
The pull request you sent on Wed, 1 Oct 2025 15:02:30 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.18
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d3479214c05dbd07bc56f8823e7bd8719fcd39a9
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-01 19:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-01 14:02 [GIT PULL] Backlight for v6.18 Lee Jones
2025-10-01 19:51 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox