lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Mon, 11 Jun 2018 13:52:31 +0100
From:   Lee Jones <lee.jones@...aro.org>
To:     torvalds@...ux-foundation.org
Cc:     linux-kernel@...r.kernel.org
Subject: [GIT PULL] Backlight for v4.18

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ