From: Lee Jones <lee.jones@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Backlight for v5.10
Date: Wed, 14 Oct 2020 17:10:40 +0100 [thread overview]
Message-ID: <20201014161040.GB4545@dell> (raw)
Good evening Linus,
The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:
Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-5.10
for you to fetch changes up to 97ecfda1a8ffc5ffc9681d0dfa65fd5b39839dfe:
backlight: tosa_bl: Include the right header (2020-09-08 12:31:19 +0100)
----------------------------------------------------------------
- New Drivers
- Add support for KTD253
- Fix-ups
- Add Device Tree documentation; common, kinetic,ktd253
- Use correct header(s); tosa_lcd, tosa_bl
- Bug Fixes
- Fix refcount imbalance; sky81452-backlight
----------------------------------------------------------------
Linus Walleij (5):
dt-bindings: backlight: Add some common backlight properties
dt-bindings: backlight: Add Kinetic KTD253 bindings
backlight: Add Kinetic KTD253 backlight driver
backlight: tosa_lcd: Include the right header
backlight: tosa_bl: Include the right header
dinghao.liu@zju.edu.cn (1):
backlight: sky81452-backlight: Fix refcount imbalance on error
.../devicetree/bindings/leds/backlight/common.yaml | 34 ++++
.../bindings/leds/backlight/kinetic,ktd253.yaml | 46 +++++
MAINTAINERS | 6 +
drivers/video/backlight/Kconfig | 8 +
drivers/video/backlight/Makefile | 1 +
drivers/video/backlight/ktd253-backlight.c | 198 +++++++++++++++++++++
drivers/video/backlight/sky81452-backlight.c | 1 +
drivers/video/backlight/tosa_bl.c | 2 +-
drivers/video/backlight/tosa_lcd.c | 2 +-
9 files changed, 296 insertions(+), 2 deletions(-)
create mode 100644 Documentation/devicetree/bindings/leds/backlight/common.yaml
create mode 100644 Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml
create mode 100644 drivers/video/backlight/ktd253-backlight.c
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
next reply other threads:[~2020-10-14 16:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-14 16:10 Lee Jones [this message]
2020-10-14 23:02 ` [GIT PULL] Backlight for v5.10 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=20201014161040.GB4545@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.