[GIT PULL] Backlight for v6.8

From: Lee Jones
Date: Tue Jan 16 2024 - 11:43:02 EST


Good afternoon Linus,

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.8

for you to fetch changes up to 7d84a63a39b78443d09f2b4edf7ecb1d586379b4:

backlight: hx8357: Convert to agnostic GPIO API (2023-12-13 15:41:59 +0000)

----------------------------------------------------------------
- New Drivers
- Add support for Monolithic Power Systems MP3309C WLED Step-up Converter

- Fix-ups
- Use/convert to new/better APIs/helpers/MACROs instead of hand-rolling implementations
- Device Tree Binding updates
- Demote non-kerneldoc header comments
- Improve error handling; return proper error values, simplify, avoid duplicates, etc
- Convert over to the new (kinda) GPIOD API

- Bug Fixes
- Fix uninitialised local variable

----------------------------------------------------------------
Alexander Stein (1):
backlight: pwm_bl: Use dev_err_probe

Andy Shevchenko (1):
backlight: hx8357: Convert to agnostic GPIO API

Flavio Suligoi (3):
dt-bindings: backlight: mp3309c: Remove two required properties
backlight: mp3309c: Add support for MPS MP3309C
backlight: mp3309c: Fix uninitialized local variable

Randy Dunlap (1):
backlight: ili922x: Drop kernel-doc for local macros

Su Hui (1):
backlight: ili922x: Add an error code check in ili922x_write()

.../bindings/leds/backlight/mps,mp3309c.yaml | 10 +-
MAINTAINERS | 7 +
drivers/gpio/gpiolib-of.c | 4 +-
drivers/video/backlight/Kconfig | 11 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/hx8357.c | 74 +---
drivers/video/backlight/ili922x.c | 8 +-
drivers/video/backlight/mp3309c.c | 444 +++++++++++++++++++++
drivers/video/backlight/pwm_bl.c | 34 +-
9 files changed, 515 insertions(+), 78 deletions(-)
create mode 100644 drivers/video/backlight/mp3309c.c

--
Lee Jones [李琼斯]