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]
Message-ID: <20150903140853.GY4796@x1>
Date:	Thu, 3 Sep 2015 15:08:53 +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.3

Hi Linus,

The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)

are available in the git repository at:

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

for you to fetch changes up to 13d20b3b618adc43168b034792eec57063b5ec6f:

  backlight: tosa: Export I2C module alias information (2015-08-25 08:44:12 +0100)

----------------------------------------------------------------
 - Stop using LP855X Platform Data to control regulators
 - Move PWM8941 WLED driver into Backlight
 - Remove invalid use of IS_ERR_VALUE() macro
 - Remove duplicate check for NULL data before unregistering
 - Export I2C Device ID structure
----------------------------------------------------------------
Axel Lin (1):
      backlight: sky81452: Remove unneeded use of IS_ERR_VALUE() macro

Bjorn Andersson (1):
      backlight: pm8941-wled: Move PM8941 WLED driver to backlight

Javier Martinez Canillas (1):
      backlight: tosa: Export I2C module alias information

Markus Elfring (1):
      backlight: lp8788_bl: Delete a check before backlight_device_unregister()

Milo Kim (1):
      backlight: lp855x: Use private data for regulator control

 .../backlight/pm8941-wled.txt}                     |  5 +-
 drivers/leds/Kconfig                               |  8 ---
 drivers/leds/Makefile                              |  1 -
 drivers/video/backlight/Kconfig                    |  7 +++
 drivers/video/backlight/Makefile                   |  1 +
 drivers/video/backlight/lp855x_bl.c                | 23 +++++----
 drivers/video/backlight/lp8788_bl.c                |  3 +-
 .../backlight/pm8941-wled.c}                       | 60 ++++++++++------------
 drivers/video/backlight/sky81452-backlight.c       | 26 +++++-----
 drivers/video/backlight/tosa_bl.c                  |  1 +
 include/linux/platform_data/lp855x.h               |  2 -
 11 files changed, 62 insertions(+), 75 deletions(-)
 rename Documentation/devicetree/bindings/{leds/leds-pm8941-wled.txt => video/backlight/pm8941-wled.txt} (84%)
 rename drivers/{leds/leds-pm8941-wled.c => video/backlight/pm8941-wled.c} (90%)

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ