linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Backlight for v5.2
Date: Tue, 14 May 2019 11:41:33 +0100	[thread overview]
Message-ID: <20190514104133.GN4319@dell> (raw)

Enjoy!

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8fbce8efe15cd2ca7a4947bc814f890dbe4e43d7:

  backlight: lm3630a: Add firmware node support (2019-05-14 08:16:01 +0100)

----------------------------------------------------------------
 - Fix-ups
   - Remove unused BACKLIGHT_LCD_SUPPORT symbol; Kconfig
   - Remove unused BACKLIGHT_CLASS_DEVICE dependencies; Kconfig
   - Add DT support; lm3630a_bl

 - Bug Fixes
   - Fix error path issues; lm3630a_bl

----------------------------------------------------------------
Alexander Shiyan (2):
      video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol
      video: lcd: Remove useless BACKLIGHT_CLASS_DEVICE dependencies

Brian Masney (3):
      backlight: lm3630a: Return 0 on success in update_status functions
      dt-bindings: backlight: Add lm3630a bindings
      backlight: lm3630a: Add firmware node support

 .../bindings/leds/backlight/lm3630a-backlight.yaml | 129 +++++++++++++++++
 arch/unicore32/Kconfig                             |   1 -
 drivers/gpu/drm/Kconfig                            |   2 -
 drivers/gpu/drm/bridge/Kconfig                     |   1 -
 drivers/gpu/drm/fsl-dcu/Kconfig                    |   1 -
 drivers/gpu/drm/i915/Kconfig                       |   1 -
 drivers/gpu/drm/nouveau/Kconfig                    |   2 -
 drivers/gpu/drm/shmobile/Kconfig                   |   1 -
 drivers/gpu/drm/tilcdc/Kconfig                     |   1 -
 drivers/staging/olpc_dcon/Kconfig                  |   1 -
 drivers/usb/misc/Kconfig                           |   1 -
 drivers/video/backlight/Kconfig                    |  35 ++---
 drivers/video/backlight/lm3630a_bl.c               | 153 ++++++++++++++++++++-
 drivers/video/fbdev/Kconfig                        |   5 -
 include/linux/platform_data/lm3630a_bl.h           |   4 +
 15 files changed, 293 insertions(+), 45 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/lm3630a-backlight.yaml

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

             reply	other threads:[~2019-05-14 10:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-14 10:41 Lee Jones [this message]
2019-05-14 17:50 ` [GIT PULL] Backlight for v5.2 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=20190514104133.GN4319@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 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).