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.5
Date: Mon, 3 Jul 2023 11:11:59 +0100	[thread overview]
Message-ID: <20230703101159.GC10359@google.com> (raw)

Good morning Linus,

The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.5

for you to fetch changes up to a33677b9211b6c328ad359b072043af94f7c9592:

  backlight: led_bl: Take led_access lock when required (2023-06-26 16:29:42 +0100)

----------------------------------------------------------------
 - New Functionality
   - Add lots of Device Tree bindings / support
   - Turn off LED strings when display is blank
   - Switch I2C drivers from .probe_new() to .probe()
   - Remove superfluous NULL checks
   - Only obtain PWM information once and do it in .probe()

 - Fix-ups
   - Ensure locks are obtained and held when required

----------------------------------------------------------------
Artur Weber (2):
      dt-bindings: backlight: lp855x: Convert to YAML and modernize
      video: backlight: lp855x: Get PWM for PWM mode during probe

Geert Uytterhoeven (2):
      backlight: pwm_bl: Remove unneeded checks for valid GPIOs
      dt-bindings: backlight: pwm: Make power-supply not required

Jianhua Lu (1):
      dt-bindings: leds: backlight: ktz8866: Add reg property and update example

Mans Rullgard (1):
      backlight: led_bl: Take led_access lock when required

Maximilian Weigand (1):
      backlight: lm3630a: Turn off both led strings when display is blank

Uwe Kleine-König (1):
      backlight: Switch i2c drivers back to use .probe()

 .../bindings/leds/backlight/kinetic,ktz8866.yaml   |  29 ++--
 .../bindings/leds/backlight/lp855x-backlight.yaml  | 149 +++++++++++++++++++++
 .../devicetree/bindings/leds/backlight/lp855x.txt  |  72 ----------
 .../bindings/leds/backlight/pwm-backlight.yaml     |   1 -
 drivers/video/backlight/adp8860_bl.c               |   4 +-
 drivers/video/backlight/adp8870_bl.c               |   4 +-
 drivers/video/backlight/arcxcnn_bl.c               |   2 +-
 drivers/video/backlight/bd6107.c                   |   2 +-
 drivers/video/backlight/ktz8866.c                  |   2 +-
 drivers/video/backlight/led_bl.c                   |   5 +-
 drivers/video/backlight/lm3630a_bl.c               |  10 +-
 drivers/video/backlight/lm3639_bl.c                |   2 +-
 drivers/video/backlight/lp855x_bl.c                |  50 +++----
 drivers/video/backlight/lv5207lp.c                 |   2 +-
 drivers/video/backlight/pwm_bl.c                   |   9 +-
 15 files changed, 218 insertions(+), 125 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/lp855x-backlight.yaml
 delete mode 100644 Documentation/devicetree/bindings/leds/backlight/lp855x.txt

-- 
Lee Jones [李琼斯]

             reply	other threads:[~2023-07-03 10:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-03 10:11 Lee Jones [this message]
2023-07-03 18:39 ` [GIT PULL] Backlight for v6.5 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=20230703101159.GC10359@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.