From: Lee Jones <lee@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Backlight for v6.3
Date: Thu, 23 Feb 2023 09:01:19 +0000 [thread overview]
Message-ID: <Y/crX1pmBC0wBefi@google.com> (raw)
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 [李琼斯]
next reply other threads:[~2023-02-23 9:01 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-23 9:01 Lee Jones [this message]
2023-02-23 23:16 ` [GIT PULL] Backlight for v6.3 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=Y/crX1pmBC0wBefi@google.com \
--to=lee@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox