* [GIT PULL] Backlight for v6.3
@ 2023-02-23 9:01 Lee Jones
2023-02-23 23:16 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2023-02-23 9:01 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
Good morning Linus,
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.3
for you to fetch changes up to ad614f81d2e8b9704478921935c75ccd4024b854:
backlight: ktz8866: Convert to i2c's .probe_new() (2023-02-22 10:55:28 +0000)
----------------------------------------------------------------
- New Drivers
- Add support for Kinetic KTZ8866 Backlight
- Remove Drivers
- Toshiba Sharp SL-6000 LCD and Backlight
- Fix-ups
- Provide some profiling optimisations with respect to pwm_get_state() and pwm_apply_state()
- Make use of the dev_err_probe() API
- Provide some Device Tree documentation additions / adaptions
- Drop fall-back legacy PWM probing support
- Convert over to new I2C probing API
- Fix incorrect documentation
- Make use of backlight_get_brightness() API
- Bug Fixes
- Fix disabling backlight on i.MX6 when inverted PWMs are used
----------------------------------------------------------------
Arnd Bergmann (1):
backlight: Remove pxa tosa support
Jianhua Lu (2):
dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
backlight: ktz8866: Add support for Kinetic KTZ8866 backlight
Luca Weiss (1):
dt-bindings: backlight: qcom-wled: Add PMI8950 compatible
Miaoqian Lin (1):
backlight: backlight: Fix doc for backlight_device_get_by_name
Randy Dunlap (1):
backlight: sky81452: Fix sky81452_bl_platform_data kernel-doc
Stephen Kitt (3):
backlight: arcxcnn: Use backlight helper
backlight: ipaq_micro: Use backlight helper
backlight: aat2870: Use backlight helper
Uwe Kleine-König (4):
backlight: pwm_bl: Drop support for legacy PWM probing
backlight: pwm_bl: Configure pwm only once per backlight toggle
backlight: pwm_bl: Don't rely on a disabled PWM emiting inactive state
backlight: ktz8866: Convert to i2c's .probe_new()
Yang Yingliang (1):
backlight: ktd253: Switch to use dev_err_probe() helper
.../bindings/leds/backlight/kinetic,ktz8866.yaml | 76 ++++++
.../bindings/leds/backlight/qcom-wled.yaml | 1 +
MAINTAINERS | 6 +
drivers/video/backlight/Kconfig | 22 +-
drivers/video/backlight/Makefile | 3 +-
drivers/video/backlight/aat2870_bl.c | 7 +-
drivers/video/backlight/arcxcnn_bl.c | 5 +-
drivers/video/backlight/backlight.c | 2 +-
drivers/video/backlight/ipaq_micro_bl.c | 7 +-
drivers/video/backlight/ktd253-backlight.c | 9 +-
drivers/video/backlight/ktz8866.c | 208 +++++++++++++++
drivers/video/backlight/pwm_bl.c | 68 +++--
drivers/video/backlight/sky81452-backlight.c | 2 +-
drivers/video/backlight/tosa_bl.c | 172 -------------
drivers/video/backlight/tosa_bl.h | 8 -
drivers/video/backlight/tosa_lcd.c | 284 ---------------------
include/linux/pwm_backlight.h | 1 -
17 files changed, 339 insertions(+), 542 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/backlight/kinetic,ktz8866.yaml
create mode 100644 drivers/video/backlight/ktz8866.c
delete mode 100644 drivers/video/backlight/tosa_bl.c
delete mode 100644 drivers/video/backlight/tosa_bl.h
delete mode 100644 drivers/video/backlight/tosa_lcd.c
--
Lee Jones [李琼斯]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] Backlight for v6.3
2023-02-23 9:01 [GIT PULL] Backlight for v6.3 Lee Jones
@ 2023-02-23 23:16 ` pr-tracker-bot
0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-02-23 23:16 UTC (permalink / raw)
To: Lee Jones; +Cc: Linus Torvalds, Linux Kernel Mailing List
The pull request you sent on Thu, 23 Feb 2023 09:01:19 +0000:
> git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-6.3
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/025cf4dc5d76d89952eb29405f964c93cb13d7b9
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-23 23:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-23 9:01 [GIT PULL] Backlight for v6.3 Lee Jones
2023-02-23 23:16 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox