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.13
Date: Thu, 21 Nov 2024 12:43:58 +0000	[thread overview]
Message-ID: <20241121124358.GC7052@google.com> (raw)

Good afternoon Linus,

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

  Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 3adec6f907b698b32ab62f70da31b41abed00c59:

  MAINTAINERS: Use Daniel Thompson's korg address for Backlight work (2024-11-11 16:42:02 +0000)

----------------------------------------------------------------
- Improved handling of LCD power states and interactions with the fbdev subsystem.
- Introduced new LCD_POWER_ constants to decouple the LCD subsystem from fbdev.
- Clarified the semantics of the lcd_ops.controls_device callback.
- Removed unnecessary includes and dependencies.
- Removed unused notifier functionality.
- Simplified code with scoped for-each loops.
- Fixed module autoloading for the ktz8866 driver.
- Updated device tree bindings to yaml format.
- Minor cleanups and improvements in various drivers.

----------------------------------------------------------------
Daniel Thompson (1):
      MAINTAINERS: Use Daniel Thompson's korg address for Backlight work

Dr. David Alan Gilbert (1):
      backlight: Remove notifier

Frank Li (1):
      dt-bindings: backlight: Convert zii,rave-sp-backlight.txt to yaml

Jinjie Ruan (1):
      backlight: 88pm860x_bl: Simplify with scoped for each OF child loop

Liao Chen (1):
      backlight: ktz8866: Fix module autoloading

Thomas Zimmermann (28):
      backlight: lcd: Rearrange code in fb_notifier_callback()
      backlight: lcd: Test against struct fb_info.lcd_dev
      backlight: lcd: Add LCD_POWER_ constants for power states
      backlight: corgi_lcd: Use lcd power constants
      backlight: hx8357: Use lcd power constants
      backlight: ili922x: Use lcd power constants
      backlight: ili9320: Use lcd power constants
      backlight: jornada720_lcd: Include <linux/io.h> for IOMEM() macro
      backlight: jornada720_lcd: Use lcd power constants
      backlight: l4f00242t03: Use lcd power constants
      backlight: lms283gf05: Use lcd power constants
      backlight: lms501kf03: Remove unnecessary include of <linux/backlight.h>
      backlight: lms501kf03: Use lcd power constants
      backlight: ltv350qv: Use lcd power constants
      backlight: otm3225a: Use lcd power constants
      backlight: platform_lcd: Remove include statement for <linux/backlight.h>
      backlight: platform_lcd: Remove match_fb from struct plat_lcd_data
      backlight: platform_lcd: Use lcd power constants
      backlight: tdo24m: Use lcd power constants
      fbdev: clps711x-fb: Replace check_fb in favor of struct fb_info.lcd_dev
      fbdev: clps711x-fb: Use lcd power constants
      fbdev: imxfb: Replace check_fb in favor of struct fb_info.lcd_dev
      fbdev: imxfb: Use lcd power constants
      fbdev: omap: Use lcd power constants
      HID: picoLCD: Replace check_fb in favor of struct fb_info.lcd_dev
      backlight: lcd: Replace check_fb with controls_device
      backlight: lcd: Remove struct fb_videomode from set_mode callback
      backlight: lcd: Do not include <linux/fb.h> in lcd header

 .../leds/backlight/zii,rave-sp-backlight.txt       | 23 ----------
 .../leds/backlight/zii,rave-sp-backlight.yaml      | 36 ++++++++++++++++
 MAINTAINERS                                        |  2 +-
 drivers/hid/hid-picolcd_fb.c                       |  4 ++
 drivers/hid/hid-picolcd_lcd.c                      |  6 ---
 drivers/video/backlight/88pm860x_bl.c              |  5 +--
 drivers/video/backlight/backlight.c                | 42 ------------------
 drivers/video/backlight/corgi_lcd.c                | 17 ++++----
 drivers/video/backlight/hx8357.c                   |  2 +-
 drivers/video/backlight/ili922x.c                  |  7 ++-
 drivers/video/backlight/ili9320.c                  | 15 +++----
 drivers/video/backlight/jornada720_lcd.c           | 10 ++---
 drivers/video/backlight/ktz8866.c                  |  1 +
 drivers/video/backlight/l4f00242t03.c              | 32 +++++++-------
 drivers/video/backlight/lcd.c                      | 50 ++++++++++++++++------
 drivers/video/backlight/lms283gf05.c               |  2 +-
 drivers/video/backlight/lms501kf03.c               | 24 +++++------
 drivers/video/backlight/ltv350qv.c                 | 15 +++----
 drivers/video/backlight/otm3225a.c                 |  2 +-
 drivers/video/backlight/platform_lcd.c             | 20 +++------
 drivers/video/backlight/tdo24m.c                   | 19 ++++----
 drivers/video/fbdev/clps711x-fb.c                  | 29 ++++++-------
 drivers/video/fbdev/imxfb.c                        | 32 +++++---------
 drivers/video/fbdev/omap/lcd_ams_delta.c           |  8 ++--
 include/linux/backlight.h                          | 20 ---------
 include/linux/fb.h                                 | 13 ++++++
 include/linux/lcd.h                                | 29 ++++++++++---
 include/video/platform_lcd.h                       |  3 --
 28 files changed, 221 insertions(+), 247 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.yaml

-- 
Lee Jones [李琼斯]

             reply	other threads:[~2024-11-21 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-21 12:43 Lee Jones [this message]
2024-11-23  1:31 ` [GIT PULL] Backlight for v6.13 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=20241121124358.GC7052@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.