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.15
Date: Fri, 28 Mar 2025 14:12:15 +0000	[thread overview]
Message-ID: <20250328141215.GC7190@google.com> (raw)

Good afternoon Linus,

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.15

for you to fetch changes up to dfc034a0494b8fb8ea881aeb41a0c4e2619ff1e4:

  backlight: pcf50633-backlight: Remove unused driver (2025-03-14 11:36:33 +0000)

----------------------------------------------------------------
  * Apple DWI Backlight:
  * Added devicetree bindings for backlight controllers on Apple's
    DWI interface.
  * Added a new driver (apple_dwi_bl) for these controllers found
    on some Apple mobile devices.
  * Added MAINTAINERS entries for the new driver.

  * led_bl: Fixed a locking issue by holding the led_access lock
    when calling led_sysfs_disable() during device removal to
    prevent potential warnings.

  * Removed unnecessary <linux/fb.h> includes from a bunch of
    drivers.
  * tdo24m: Removed redundant whitespace in Kconfig description.

  * pcf50633-backlight: Removed the driver as the underlying
    pcf50633 MFD and s3c24xx platform support were removed.

----------------------------------------------------------------
Dr. David Alan Gilbert (1):
      backlight: pcf50633-backlight: Remove unused driver

Herve Codina (1):
      backlight: led_bl: Hold led_access lock when calling led_sysfs_disable()

Nick Chan (3):
      dt-bindings: leds: backlight: apple,dwi-bl: Add Apple DWI backlight
      backlight: apple_dwi_bl: Add Apple DWI backlight driver
      MAINTAINERS: Add entries for Apple DWI backlight controller

Thomas Zimmermann (16):
      backlight: 88pm860x_bl: Do not include <linux/fb.h>
      backlight: adp5520_bl: Do not include <linux/fb.h>
      backlight: adp8860_bl: Do not include <linux/fb.h>
      backlight: adp8870_bl: Do not include <linux/fb.h>
      backlight: as3711_bl: Do not include <linux/fb.h>
      backlight: bd6107_bl: Do not include <linux/fb.h>
      backlight: da903x_bl: Do not include <linux/fb.h>
      backlight: da9052_bl: Do not include <linux/fb.h>
      backlight: ep93xx_bl: Do not include <linux/fb.h>
      backlight: hp680_bl: Do not include <linux/fb.h>
      backlight: locomolcd: Do not include <linux/fb.h>
      backlight: lv5207lp: Do not include <linux/fb.h>
      backlight: max8925_bl: Do not include <linux/fb.h>
      backlight: tps65217_bl: Do not include <linux/fb.h>
      backlight: vgg2432a4: Do not include <linux/fb.h>
      backlight: wm831x_bl: Do not include <linux/fb.h>

WangYuli (1):
      backlight: tdo24m: Eliminate redundant whitespace

 .../bindings/leds/backlight/apple,dwi-bl.yaml      |  57 ++++++++
 MAINTAINERS                                        |   2 +
 drivers/video/backlight/88pm860x_bl.c              |   1 -
 drivers/video/backlight/Kconfig                    |  20 +--
 drivers/video/backlight/Makefile                   |   2 +-
 drivers/video/backlight/adp5520_bl.c               |   1 -
 drivers/video/backlight/adp8860_bl.c               |   1 -
 drivers/video/backlight/adp8870_bl.c               |   1 -
 drivers/video/backlight/apple_dwi_bl.c             | 123 ++++++++++++++++
 drivers/video/backlight/as3711_bl.c                |   1 -
 drivers/video/backlight/bd6107.c                   |   1 -
 drivers/video/backlight/da903x_bl.c                |   1 -
 drivers/video/backlight/da9052_bl.c                |   1 -
 drivers/video/backlight/ep93xx_bl.c                |   1 -
 drivers/video/backlight/hp680_bl.c                 |   1 -
 drivers/video/backlight/led_bl.c                   |   5 +-
 drivers/video/backlight/locomolcd.c                |   1 -
 drivers/video/backlight/lv5207lp.c                 |   1 -
 drivers/video/backlight/max8925_bl.c               |   1 -
 drivers/video/backlight/pcf50633-backlight.c       | 154 ---------------------
 drivers/video/backlight/tps65217_bl.c              |   1 -
 drivers/video/backlight/vgg2432a4.c                |   1 -
 drivers/video/backlight/wm831x_bl.c                |   1 -
 include/linux/mfd/pcf50633/backlight.h             |  42 ------
 include/linux/mfd/pcf50633/core.h                  |   3 -
 25 files changed, 199 insertions(+), 225 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/apple,dwi-bl.yaml
 create mode 100644 drivers/video/backlight/apple_dwi_bl.c
 delete mode 100644 drivers/video/backlight/pcf50633-backlight.c
 delete mode 100644 include/linux/mfd/pcf50633/backlight.h

-- 
Lee Jones [李琼斯]

             reply	other threads:[~2025-03-28 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-28 14:12 Lee Jones [this message]
2025-03-29 21:52 ` [GIT PULL] Backlight for v6.15 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=20250328141215.GC7190@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.