The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] Backlight for v7.2
@ 2026-06-17 13:35 Lee Jones
  0 siblings, 0 replies; only message in thread
From: Lee Jones @ 2026-06-17 13:35 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Daniel Thompson

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-17 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-17 13:35 [GIT PULL] Backlight for v7.2 Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox