linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Backlight for v5.10
@ 2020-10-14 16:10 Lee Jones
  2020-10-14 23:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2020-10-14 16:10 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Backlight for v5.10
  2020-10-14 16:10 [GIT PULL] Backlight for v5.10 Lee Jones
@ 2020-10-14 23:02 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-14 23:02 UTC (permalink / raw)
  To: Lee Jones; +Cc: Linus Torvalds, Linux Kernel Mailing List

The pull request you sent on Wed, 14 Oct 2020 17:10:40 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-next-5.10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6448cbf662c7858c0d9eb0b135962bedd6d0b9a0

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-14 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-14 16:10 [GIT PULL] Backlight for v5.10 Lee Jones
2020-10-14 23:02 ` 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).