lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230904141139.GC13143@google.com>
Date:   Mon, 4 Sep 2023 15:11:39 +0100
From:   Lee Jones <lee@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Lee Jones <lee@...nel.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Daniel Thompson <daniel.thompson@...aro.org>
Subject: [GIT PULL] Backlight for v6.6

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ