[GIT PULL] Backlight for v6.3

From: Lee Jones
Date: Thu Feb 23 2023 - 04:01:28 EST


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