[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200603090429.GN3714@dell>
Date: Wed, 3 Jun 2020 10:04:29 +0100
From: Lee Jones <lee.jones@...aro.org>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] Backlight for v5.8
Good morning Linus,
Enjoy!
The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-5.8
for you to fetch changes up to 479da1f538a2f3547e15f9d5922c611b69ec2fbc:
backlight: Add backlight_device_get_by_name() (2020-05-11 07:39:16 +0100)
----------------------------------------------------------------
- Core Frameworks
- Add backlight_device_get_by_name() to the API
- New Device Support
- Add support for WLED5 to Qualcomm WLED
- Fix-ups
- Convert to GPIO descriptors; l4f00242t03
- Device Tree fix-ups; qcom-wled
- Bug Fixes
- Properly disable regulators on .probe() failure
----------------------------------------------------------------
Jon Hunter (1):
backlight: lp855x: Ensure regulators are disabled on probe failure
Kiran Gunda (3):
dt-bindings: backlight: qcom-wled: Convert the wled bindings to .yaml format
backlight: qcom-wled: Add callback functions
dt-bindings: backlight: qcom-wled: Add WLED5 bindings
Linus Walleij (1):
backlight: l4f00242t03: Convert to GPIO descriptors
Noralf Trønnes (1):
backlight: Add backlight_device_get_by_name()
Subbaraman Narayanamurthy (1):
backlight: qcom-wled: Add support for WLED5 peripheral that is present on PM8150L PMICs
.../bindings/leds/backlight/qcom-wled.txt | 154 ------
.../bindings/leds/backlight/qcom-wled.yaml | 261 +++++++++
arch/arm/mach-imx/mach-mx27_3ds.c | 21 +-
arch/arm/mach-imx/mach-mx31_3ds.c | 24 +-
drivers/video/backlight/backlight.c | 21 +
drivers/video/backlight/l4f00242t03.c | 45 +-
drivers/video/backlight/lp855x_bl.c | 20 +-
drivers/video/backlight/qcom-wled.c | 589 ++++++++++++++++++---
include/linux/backlight.h | 1 +
include/linux/spi/l4f00242t03.h | 17 -
10 files changed, 867 insertions(+), 286 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/leds/backlight/qcom-wled.txt
create mode 100644 Documentation/devicetree/bindings/leds/backlight/qcom-wled.yaml
delete mode 100644 include/linux/spi/l4f00242t03.h
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists