public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Backlight for v6.6
@ 2023-09-04 14:11 Lee Jones
  2023-09-04 21:01 ` Linus Torvalds
  2023-09-06 16:27 ` pr-tracker-bot
  0 siblings, 2 replies; 4+ messages in thread
From: Lee Jones @ 2023-09-04 14:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Lee Jones, Linux Kernel Mailing List, Daniel Thompson

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 [李琼斯]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-09-06 16:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-04 14:11 [GIT PULL] Backlight for v6.6 Lee Jones
2023-09-04 21:01 ` Linus Torvalds
2023-09-06  9:00   ` Lee Jones
2023-09-06 16:27 ` 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