From: Lee Jones <lee.jones@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Backlight for v5.8
Date: Wed, 3 Jun 2020 10:04:29 +0100 [thread overview]
Message-ID: <20200603090429.GN3714@dell> (raw)
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
next reply other threads:[~2020-06-03 9:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-03 9:04 Lee Jones [this message]
2020-06-04 17:47 ` [GIT PULL] Backlight for v5.8 Linus Torvalds
2020-06-04 20:18 ` Lee Jones
2020-06-04 18:25 ` 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=20200603090429.GN3714@dell \
--to=lee.jones@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.