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.4
Date: Tue, 24 Sep 2019 00:05:54 +0100	[thread overview]
Message-ID: <20190923230554.GA4469@dell> (raw)

Linus,

Enjoy!

The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c0b64faf0fe6ca2574a00faed1ae833130db4e08:

  backlight: pwm_bl: Set scale type for brightness curves specified in the DT (2019-09-02 15:55:15 +0100)

----------------------------------------------------------------
 - Core Frameworks
   - Obtain scale type through sysfs

 - New Functionality
   - Provide Device Tree functionality; rave-sp-backlight
   - Calculate if scale type is (non-)linear; pwm_bl

 - Fix-ups
   - Simplify code; lm3630a_bl
   - Trivial rename/whitespace/typo fixes; lms283gf05
   - Remove superfluous NULL check; tosa_lcd
   - Fix power state initialisation; gpio_backlight
   - List supported file; MAINTAINERS

 - Bug Fixes
   - Kconfig - default to not building unless requested; {LED,BACKLIGHT}_CLASS_DEVICE

----------------------------------------------------------------
Andy Shevchenko (1):
      backlight: lm3630a: Switch to use fwnode_property_count_uXX()

Christophe JAILLET (1):
      backlight: lms283gf05: Fix a typo in the description passed to 'devm_gpio_request_one()'

Geert Uytterhoeven (1):
      video: backlight: Drop default m for {LCD,BACKLIGHT_CLASS_DEVICE}

Lucas Stach (1):
      backlight: rave-sp: Leave initial state and register with correct device

Matthias Kaehlcke (4):
      MAINTAINERS: Add entry for stable backlight sysfs ABI documentation
      backlight: Expose brightness curve type through sysfs
      backlight: pwm_bl: Set scale type for CIE 1931 curves
      backlight: pwm_bl: Set scale type for brightness curves specified in the DT

Peter Ujfalusi (1):
      backlight: gpio-backlight: Correct initial power state handling

Wolfram Sang (1):
      video: backlight: tosa_lcd: drop check because i2c_unregister_device() is NULL safe

 Documentation/ABI/testing/sysfs-class-backlight | 26 ++++++++++++++++++
 MAINTAINERS                                     |  2 ++
 drivers/video/backlight/Kconfig                 |  2 --
 drivers/video/backlight/backlight.c             | 19 ++++++++++++++
 drivers/video/backlight/gpio_backlight.c        | 24 ++++++++++++++---
 drivers/video/backlight/lm3630a_bl.c            |  3 +--
 drivers/video/backlight/lms283gf05.c            |  2 +-
 drivers/video/backlight/pwm_bl.c                | 35 ++++++++++++++++++++++++-
 drivers/video/backlight/rave-sp-backlight.c     | 10 +++++--
 drivers/video/backlight/tosa_lcd.c              |  3 +--
 include/linux/backlight.h                       |  8 ++++++
 11 files changed, 120 insertions(+), 14 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-backlight

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

             reply	other threads:[~2019-09-23 23:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-23 23:05 Lee Jones [this message]
2019-09-24  2:45 ` [GIT PULL] Backlight for v5.4 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=20190923230554.GA4469@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).