The Linux Kernel Mailing List
 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 v7.2
Date: Wed, 17 Jun 2026 14:35:54 +0100	[thread overview]
Message-ID: <20260617133554.GH10056@google.com> (raw)

Good afternoon, Linus,

The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:

  Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b3c8bb2e69979e3aadcbfc5ac53424ecf26a9277:

  backlight: Use named initializers for arrays of i2c_device_data (2026-06-11 15:12:12 +0100)

----------------------------------------------------------------
Backlight for v7.2

- New Support & Features
  - Maxim MAX25014: Add support for the Maxim MAX25014 4-channel automotive grade
    backlight driver IC

- Improvements & Fixes
  - Maintainers: Add the Congatec Board Controller backlight driver to its corresponding
    entry
  - Congatec Board Controller: Remove redundant X86 dependency from the backlight driver
  - Kinetic KTD2801: Enable BL_CORE_SUSPENDRESUME to ensure the chip is powered off
    during suspend

- Cleanups & Refactoring
  - Core: Use named initializers for i2c_device_id arrays to improve readability and
    robustness

- Device Tree Binding Updates
  - Maxim MAX25014: Add device tree bindings for the Maxim MAX25014 backlight controller

----------------------------------------------------------------
Duje Mihanović (1):
      backlight: ktd2801: Enable BL_CORE_SUSPENDRESUME

Maud Spierings (2):
      dt-bindings: backlight: Add max25014 support
      backlight: Add max25014atg backlight

Thomas Richard (2):
      backlight: cgbc: Remove redundant X86 dependency
      MAINTAINERS: Add cgbc backlight driver

Uwe Kleine-König (The Capable Hub) (1):
      backlight: Use named initializers for arrays of i2c_device_data

 .../bindings/leds/backlight/maxim,max25014.yaml    |  83 +++++
 MAINTAINERS                                        |   7 +
 drivers/video/backlight/Kconfig                    |   9 +-
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/adp8860_bl.c               |   6 +-
 drivers/video/backlight/adp8870_bl.c               |   2 +-
 drivers/video/backlight/arcxcnn_bl.c               |   2 +-
 drivers/video/backlight/aw99706.c                  |   2 +-
 drivers/video/backlight/bd6107.c                   |   2 +-
 drivers/video/backlight/ktd2801-backlight.c        |   1 +
 drivers/video/backlight/ktz8866.c                  |   4 +-
 drivers/video/backlight/lm3509_bl.c                |   4 +-
 drivers/video/backlight/lm3630a_bl.c               |   4 +-
 drivers/video/backlight/lm3639_bl.c                |   4 +-
 drivers/video/backlight/lp855x_bl.c                |  14 +-
 drivers/video/backlight/lv5207lp.c                 |   2 +-
 drivers/video/backlight/max25014.c                 | 377 +++++++++++++++++++++
 drivers/video/backlight/mp3309c.c                  |   2 +-
 18 files changed, 501 insertions(+), 25 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/maxim,max25014.yaml
 create mode 100644 drivers/video/backlight/max25014.c

-- 
Lee Jones

                 reply	other threads:[~2026-06-17 13:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20260617133554.GH10056@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox