public inbox for linux-kernel@vger.kernel.org
 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.18
Date: Mon, 11 Jun 2018 13:52:31 +0100	[thread overview]
Message-ID: <20180611125231.GF5278@dell> (raw)

Good afternoon Linus,

As promised.  Enjoy!

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d5318d302e7cf6583ec85a2a8bfbb3a3910ae372:

  backlight: as3711_bl: Fix Device Tree node leaks (2018-06-11 13:40:45 +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
   - Fix Device Tree node look-up

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

Daniel Vetter (6):
      backlight: Nuke unused backlight.props.state states
      backlight: generic-bl: Remove DRIVER1 state
      backlight: pandora: Stop using BL_CORE_DRIVER1
      staging: fbtft: Stop using BL_CORE_DRIVER1
      backlight: Nuke BL_CORE_DRIVER1
      MAINTAINERS: Add dri-devel for backlight subsystem patches

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.

Felix Brack (1):
      backlight: otm3225a: Add support for ORISE OTM3225A LCD SoC

Johan Hovold (4):
      backlight: as3711_bl: Fix Device Tree node lookup
      backlight: max8925_bl: Fix Device Tree node lookup
      backlight: tps65217_bl: Fix Device Tree node lookup
      backlight: as3711_bl: Fix Device Tree node leaks

Wolfram Sang (1):
      backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction

 .../bindings/leds/backlight/pwm-backlight.txt      |   6 +
 .../leds/backlight/zii,rave-sp-backlight.txt       |  23 ++
 MAINTAINERS                                        |   1 +
 drivers/staging/fbtft/fbtft-core.c                 |   4 +-
 drivers/staging/fbtft/fbtft.h                      |   1 +
 drivers/video/backlight/Kconfig                    |  13 ++
 drivers/video/backlight/Makefile                   |   2 +
 drivers/video/backlight/as3711_bl.c                |  45 ++--
 drivers/video/backlight/generic_bl.c               |   5 -
 drivers/video/backlight/max8925_bl.c               |   4 +-
 drivers/video/backlight/otm3225a.c                 | 252 +++++++++++++++++++++
 drivers/video/backlight/pandora_bl.c               |  25 +-
 drivers/video/backlight/pwm_bl.c                   |  34 ++-
 drivers/video/backlight/rave-sp-backlight.c        |  82 +++++++
 drivers/video/backlight/tps65217_bl.c              |   4 +-
 include/linux/backlight.h                          |   4 -
 include/linux/mfd/as3711.h                         |   4 +-
 include/linux/mfd/rave-sp.h                        |   1 +
 include/linux/pwm_backlight.h                      |   2 +
 19 files changed, 466 insertions(+), 46 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/leds/backlight/zii,rave-sp-backlight.txt
 create mode 100644 drivers/video/backlight/otm3225a.c
 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-06-11 12:52 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=20180611125231.GF5278@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