Good afternoon Linus,
The following changes since commit 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:
Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.6
for you to fetch changes up to a4464092f2c514a7f0788906d340f0bab59fdd73:
backlight: led_bl: Remove redundant of_match_ptr() (2023-08-21 12:16:56 +0100)
----------------------------------------------------------------
- New Functionality
- Ensure correct includes are present and remove some that are not required
- Drop redundant of_match_ptr() call to cast pointer to NULL
- Bug Fixes
- Revert to old (expected) behaviour of initialising PWM state on first brightness change
- Correctly handle / propagate errors
- Fix 'sometimes-uninitialised' issues
----------------------------------------------------------------
Artur Weber (3):
backlight: lp855x: Initialize PWM state on first brightness change
backlight: lp855x: Catch errors when changing brightness
backlight: lp855x: Drop ret variable in brightness change function
Rob Herring (1):
backlight: qcom-wled: Explicitly include correct DT includes
Ruan Jinjie (1):
backlight: led_bl: Remove redundant of_match_ptr()
Ying Liu (1):
backlight: gpio_backlight: Drop output GPIO direction check for initial power state
drivers/video/backlight/gpio_backlight.c | 3 +--
drivers/video/backlight/led_bl.c | 2 +-
drivers/video/backlight/lp855x_bl.c | 33 ++++++++++++++++++--------------
drivers/video/backlight/qcom-wled.c | 2 +-
4 files changed, 22 insertions(+), 18 deletions(-)
--
Lee Jones [李琼斯]