All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lee Jones <lee@kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Daniel Thompson <daniel.thompson@linaro.org>
Subject: [GIT PULL] Backlight for v6.6
Date: Mon, 4 Sep 2023 15:11:39 +0100	[thread overview]
Message-ID: <20230904141139.GC13143@google.com> (raw)

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

             reply	other threads:[~2023-09-04 14:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-04 14:11 Lee Jones [this message]
2023-09-04 21:01 ` [GIT PULL] Backlight for v6.6 Linus Torvalds
2023-09-06  9:00   ` Lee Jones
2023-09-06 16:27 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230904141139.GC13143@google.com \
    --to=lee@kernel.org \
    --cc=daniel.thompson@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.