* [GIT PULL] Backlight for v5.8
@ 2020-06-03 9:04 Lee Jones
2020-06-04 17:47 ` Linus Torvalds
2020-06-04 18:25 ` pr-tracker-bot
0 siblings, 2 replies; 4+ messages in thread
From: Lee Jones @ 2020-06-03 9:04 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Backlight for v5.8
2020-06-03 9:04 [GIT PULL] Backlight for v5.8 Lee Jones
@ 2020-06-04 17:47 ` Linus Torvalds
2020-06-04 20:18 ` Lee Jones
2020-06-04 18:25 ` pr-tracker-bot
1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2020-06-04 17:47 UTC (permalink / raw)
To: Lee Jones; +Cc: Linux Kernel Mailing List
On Wed, Jun 3, 2020 at 2:04 AM Lee Jones <lee.jones@linaro.org> wrote:
>
> - Convert to GPIO descriptors; l4f00242t03
I'm impressed by that completely nonsensical device naming scheme.
I had to look it up because I thought that line might have been line noise.
I know some manufacturers and tech people have "issues" with naming,
but I thought it was mainly just DRAM chip manufacturers that used the
output from /dev/urandom to generate names.
Ass a few special characters, and it would make for an excellent password.
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Backlight for v5.8
2020-06-03 9:04 [GIT PULL] Backlight for v5.8 Lee Jones
2020-06-04 17:47 ` Linus Torvalds
@ 2020-06-04 18:25 ` pr-tracker-bot
1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-06-04 18:25 UTC (permalink / raw)
To: Lee Jones; +Cc: torvalds, linux-kernel
The pull request you sent on Wed, 3 Jun 2020 10:04:29 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-5.8
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/302d5b3321aa61ff4ab15f0abc737d923355d33d
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] Backlight for v5.8
2020-06-04 17:47 ` Linus Torvalds
@ 2020-06-04 20:18 ` Lee Jones
0 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2020-06-04 20:18 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Linux Kernel Mailing List
On Thu, 04 Jun 2020, Linus Torvalds wrote:
> On Wed, Jun 3, 2020 at 2:04 AM Lee Jones <lee.jones@linaro.org> wrote:
> >
> > - Convert to GPIO descriptors; l4f00242t03
>
> I'm impressed by that completely nonsensical device naming scheme.
>
> I had to look it up because I thought that line might have been line noise.
>
> I know some manufacturers and tech people have "issues" with naming,
> but I thought it was mainly just DRAM chip manufacturers that used the
> output from /dev/urandom to generate names.
What can I say, there is no accounting for taste.
To be fair, I've seen quite a few panels/LCDs with long, seemingly
meaningless model numbers. Many times they have information encoded
within them. Hopefully they mean something to someone anyway!
> Ass a few special characters, and it would make for an excellent password.
Yes, indeed. :)
--
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-06-04 20:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 9:04 [GIT PULL] Backlight for v5.8 Lee Jones
2020-06-04 17:47 ` Linus Torvalds
2020-06-04 20:18 ` Lee Jones
2020-06-04 18:25 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).