All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Daniel Thompson <danielt@kernel.org>
Subject: [GIT PULL] Backlight for v6.19
Date: Thu, 4 Dec 2025 16:35:57 +0000	[thread overview]
Message-ID: <20251204163557.GC26314@google.com> (raw)

Good evening Linus,

The following changes since commit 3a8660878839faadb4f1a6dd72c3179c1df56787:

  Linux 6.18-rc1 (2025-10-12 13:42:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d3cc7cd7bc46af587747399e956cf4508221476f:

  backlight: aw99706: Fix unused function warnings from suspend/resume ops (2025-11-27 08:34:21 +0000)

----------------------------------------------------------------
Backlight for v6.19

  * Add support for Awinic AW99706 backlight driver.

  * Add GPIOLIB dependency to backlight ktd2801 driver.
  * Add devlink to LED Backlight's supplier LEDs to enforce correct removal
    order and prevent NULL pointer dereferences.
  * Fix kernel-doc warnings in lp855x.h

  * Do not include <linux/fb.h> in backlight.h.
  * Fix unused function warnings from suspend/resume ops in aw99706.c by
    switching to DEFINE_SIMPLE_DEV_PM_OPS and using pm_ptr().

  * Add Awinic AW99706 backlight binding to MAINTAINERS.
  * Add Awinic AW99706 backlight binding documentation.

----------------------------------------------------------------
Duje Mihanović (1):
      backlight: ktd2801: Depend on GPIOLIB

Junjie Cao (2):
      backlight: aw99706: Add support for Awinic AW99706 backlight
      dt-bindings: leds: backlight: Add Awinic AW99706 backlight

Luca Ceresoli (1):
      backlight: led-bl: Add devlink to supplier LEDs

Nathan Chancellor (1):
      backlight: aw99706: Fix unused function warnings from suspend/resume ops

Randy Dunlap (1):
      backlight: lp855x: Fix lp855x.h kernel-doc warnings

Thomas Zimmermann (1):
      backlight: Do not include <linux/fb.h> in header file

 .../bindings/leds/backlight/awinic,aw99706.yaml    | 101 +++++
 MAINTAINERS                                        |   6 +
 drivers/video/backlight/Kconfig                    |   9 +
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/aw99706.c                  | 471 +++++++++++++++++++++
 drivers/video/backlight/led_bl.c                   |  13 +
 include/linux/backlight.h                          |   1 -
 include/linux/platform_data/lp855x.h               |   4 +-
 8 files changed, 603 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/awinic,aw99706.yaml
 create mode 100644 drivers/video/backlight/aw99706.c

-- 
Lee Jones [李琼斯]

             reply	other threads:[~2025-12-04 16:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-04 16:35 Lee Jones [this message]
2025-12-05  0:14 ` [GIT PULL] Backlight for v6.19 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2025-12-04 16:35 Lee Jones
2025-12-05  0:14 ` 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=20251204163557.GC26314@google.com \
    --to=lee@kernel.org \
    --cc=danielt@kernel.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.