The Linux Kernel Mailing List
 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 v4.17
Date: Mon, 16 Apr 2018 11:38:07 +0100	[thread overview]
Message-ID: <20180416103807.opecjcesd3j26ujv@dell> (raw)

Hi Linus,

Enjoy!

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the git repository at:

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

for you to fetch changes up to ea388d6cffd43d353f9c2b3d711953e7525c7d97:

  pwm-backlight: Add support for PWM delays proprieties. (2018-04-03 10:15:54 +0100)

----------------------------------------------------------------
 - Core Frameworks
   - Provide helpers to enable/disable backlight
   - Provide standard and devres versions OF find helpers

 - New Drivers
   - Add support for the Zodiac Inflight Innovations RAVE Supervisory Processor

 - New Functionality
   - Allow pwm-on/pwm-off delay to be specified via DT

 - Bug Fixes
   - Fix ordering of the power {en,dis}able and PWM {en,dis}able signals

----------------------------------------------------------------
Andrey Smirnov (2):
      backlight: Add RAVE SP backlight driver
      dt-bindings: backlight: Add binding for RAVE SP backlight driver

Enric Balletbo i Serra (3):
      pwm-backlight: Enable/disable the PWM before/after LCD enable toggle.
      dt-bindings: pwm-backlight: Add PWM delay proprieties.
      pwm-backlight: Add support for PWM delays proprieties.

Lee Jones (1):
      Merge branch 'ib-backlight-drm-4.17' into ibs-for-backlight-merged

Meghana Madhyastha (3):
      video: backlight: Add helpers to enable and disable backlight
      video: backlight: Add of_find_backlight helper in backlight.c
      video: backlight: Add devres versions of of_find_backlight

 .../bindings/leds/backlight/pwm-backlight.txt      |  6 ++
 .../leds/backlight/zii,rave-sp-backlight.txt       | 23 ++++++
 drivers/video/backlight/Kconfig                    |  6 ++
 drivers/video/backlight/Makefile                   |  1 +
 drivers/video/backlight/backlight.c                | 73 +++++++++++++++++++
 drivers/video/backlight/pwm_bl.c                   | 28 ++++++--
 drivers/video/backlight/rave-sp-backlight.c        | 82 ++++++++++++++++++++++
 include/linux/backlight.h                          | 58 +++++++++++++++
 include/linux/mfd/rave-sp.h                        |  1 +
 include/linux/pwm_backlight.h                      |  2 +
 10 files changed, 276 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt
 create mode 100644 drivers/video/backlight/rave-sp-backlight.c
 
-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

                 reply	other threads:[~2018-04-16 10:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180416103807.opecjcesd3j26ujv@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