lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250328141215.GC7190@google.com>
Date: Fri, 28 Mar 2025 14:12:15 +0000
From: Lee Jones <lee@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Daniel Thompson <danielt@...nel.org>
Subject: [GIT PULL] Backlight for v6.15

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@...olite.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 [李琼斯]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ