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 <daniel.thompson@linaro.org>
Subject: [GIT PULL] Backlight for v6.11
Date: Tue, 16 Jul 2024 15:20:41 +0100 [thread overview]
Message-ID: <20240716142041.GV501857@google.com> (raw)
Good afternoon Linus,
The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
are available in the Git repository at:
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.11
for you to fetch changes up to 1df5aa3754cac2045998ca505edb84d994786c67:
backlight: sky81452-backlight: Use backlight power constants (2024-07-04 16:45:25 +0100)
----------------------------------------------------------------
- New Drivers
- Add support for Texas Instruments LM3509 Backlight Driver
- Fix-ups
- Device Tree binding adaptions/conversions/creation
- Drop i2c_device_id::driver_data where the value is unused
- Make use of the new *_scoped() guard APIs
- Decouple from fbdev by providing Backlight with its own BACKLIGHT_POWER_* constrains
- Bug Fixes
- Correctly assess return values (NULL vs IS_ERR())
- Supply a bunch of MODULE_DESCRIPTIONs to silence modpost warnings
----------------------------------------------------------------
Dan Carpenter (1):
backlight: lm3509_bl: Fix NULL vs IS_ERR() check in register() function
Javier Carrasco (1):
backlight: lm3509_bl: Fix early returns in for_each_child_of_node()
Jeff Johnson (1):
backlight: Add missing MODULE_DESCRIPTION() macros
Patrick Gansterer (2):
dt-bindings: backlight: Add Texas Instruments LM3509
backlight: Add new lm3509 backlight driver
Thomas Zimmermann (17):
backlight: Add BACKLIGHT_POWER_ constants for power states
backlight: aat2870-backlight: Use blacklight power constants
backlight: ams369fb06: Use backlight power constants
backlight: corgi-lcd: Use backlight power constants
backlight: gpio-backlight: Use backlight power constants
backlight: ipaq-micro-backlight: Use backlight power constants
backlight: journada_bl: Use backlight power constants
backlight: kb3886-bl: Use backlight power constants
backlight: ktd253-backlight: Use backlight power constants
backlight: led-backlight: Use backlight power constants
backlight: lm3533-backlight: Use backlight power constants
backlight: mp3309c: Use backlight power constants
backlight: pandora-backlight: Use backlight power constants
backlight: pcf50633-backlight: Use backlight power constants
backlight: pwm-backlight: Use backlight power constants
backlight: rave-sp-backlight: Use backlight power constants
backlight: sky81452-backlight: Use backlight power constants
Uwe Kleine-König (1):
backlight: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Documentation/ABI/stable/sysfs-class-backlight | 7 +-
.../bindings/leds/backlight/ti,lm3509.yaml | 136 ++++++++
drivers/video/backlight/Kconfig | 7 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/aat2870_bl.c | 4 +-
drivers/video/backlight/adp8870_bl.c | 2 +-
drivers/video/backlight/ams369fg06.c | 23 +-
drivers/video/backlight/bd6107.c | 2 +-
drivers/video/backlight/corgi_lcd.c | 4 +-
drivers/video/backlight/gpio_backlight.c | 9 +-
drivers/video/backlight/ipaq_micro_bl.c | 3 +-
drivers/video/backlight/jornada720_bl.c | 3 +-
drivers/video/backlight/kb3886_bl.c | 4 +-
drivers/video/backlight/ktd253-backlight.c | 5 +-
drivers/video/backlight/ktz8866.c | 4 +-
drivers/video/backlight/led_bl.c | 4 +-
drivers/video/backlight/lm3509_bl.c | 343 +++++++++++++++++++++
drivers/video/backlight/lm3533_bl.c | 3 +-
drivers/video/backlight/lm3630a_bl.c | 2 +-
drivers/video/backlight/lm3639_bl.c | 2 +-
drivers/video/backlight/lv5207lp.c | 2 +-
drivers/video/backlight/mp3309c.c | 6 +-
drivers/video/backlight/pandora_bl.c | 3 +-
drivers/video/backlight/pcf50633-backlight.c | 5 +-
drivers/video/backlight/platform_lcd.c | 1 +
drivers/video/backlight/pwm_bl.c | 4 +-
drivers/video/backlight/rave-sp-backlight.c | 2 +-
drivers/video/backlight/rt4831-backlight.c | 1 +
drivers/video/backlight/sky81452-backlight.c | 2 +-
include/linux/backlight.h | 20 +-
30 files changed, 550 insertions(+), 64 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/backlight/ti,lm3509.yaml
create mode 100644 drivers/video/backlight/lm3509_bl.c
--
Lee Jones [李琼斯]
next reply other threads:[~2024-07-16 14:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-16 14:20 Lee Jones [this message]
2024-07-18 1:27 ` [GIT PULL] Backlight for v6.11 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=20240716142041.GV501857@google.com \
--to=lee@kernel.org \
--cc=daniel.thompson@linaro.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.