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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 14 Jan 2016 09:44:46 +0000
From:	Lee Jones <lee.jones@...aro.org>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Backlight for v4.5

Hi Linus,

Some of the patches in this set haven't had as long of a -next
soak-test as I normally like.  This is due to a combination of
me taking a vacation from -rc4 and unusually short -rc releases
during the v4.4 cycle.

I'm keen not to let down contributors so I am sending the pull-
request out in the full knowledge that a snot-o-gram might well
be winging it's way to me in receipt.  I have taken due care to
thoroughly build test the set as much as possible, but if there
are any issues I'll take the time to provide reason and
apologise in advance now.

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git tags/backlight-for-linus-4.5

for you to fetch changes up to 60d613d6aef4ae49988eeb3ad38af948c561db1e:

  backlight: pwm_bl: Free PWM requested by legacy API on error path (2016-01-11 10:45:24 +0000)

----------------------------------------------------------------
 - Fix-ups
   - Take heed of GPIO default-on requests; gpio_backlight
   - Enable DT probing; tps65217_bl
 - Bug Fixes
   - Free resources in error path; pwm_bl
   - Fix uninitialised variable warning; adp8860_bl, adp8870_bl
   - Protect unconditional DT look-ups from non-DT platforms; pwm_bl
   - Fix backlight flicker; pwm_bl

----------------------------------------------------------------
Arnd Bergmann (2):
      backlight: adp88x0: Fix uninitialized variable use
      backlight: adp8860: Fix another uninitialized variable use

Enric Balletbo i Serra (1):
      backlight: tps65217_bl: Add MODULE_DEVICE_TABLE

Philipp Zabel (2):
      backlight: pwm_bl: Avoid backlight flicker when probed from DT
      backlight: pwm_bl: Fix broken PWM backlight for non-dt platforms

Stefan Agner (1):
      backlight: gpio-backlight: Use default-on on GPIO request

Vladimir Zapolskiy (1):
      backlight: pwm_bl: Free PWM requested by legacy API on error path

 drivers/video/backlight/adp8860_bl.c     | 18 +++++++++++-------
 drivers/video/backlight/adp8870_bl.c     | 10 ++++++----
 drivers/video/backlight/gpio_backlight.c | 10 +++++++---
 drivers/video/backlight/pwm_bl.c         | 28 +++++++++++++++++++++++++---
 drivers/video/backlight/tps65217_bl.c    |  9 +++++++++
 5 files changed, 58 insertions(+), 17 deletions(-)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team 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