mbox

[GIT,PULL] Backlight for v4.2

Message ID 20150624082901.GB15013@x1
State New
Headers show

Pull-request

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

Message

Lee Jones June 24, 2015, 8:29 a.m. UTC
Hi Linus,

The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:

  Linux 4.1-rc2 (2015-05-03 19:22:23 -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.2

for you to fetch changes up to cca0ba2df3d4000bacd9b7807d46ffafac62d53a:

  backlight: Change the return type of backlight_update_status() to int (2015-06-23 15:47:35 +0100)

----------------------------------------------------------------
 == Changes to existing drivers ==
 - Supply MODULE_DEVICE_TABLE() to ensure probing
 - Constify struct; da9052_bl
 - Enable compile test; lcd_l4f00242t03, lcd_lms283fg05, backlight_gpio
 - Suspend/resume bugfix; lp855x_bl
 - devm_gpiod_get_optional() API fixup; pwm_bl
 - Error handling fixup; backlight

----------------------------------------------------------------
Arun Bharadwaj (1):
      gpio-backlight: Discover driver during boot time

Axel Lin (1):
      backlight: pwm_bl: Simplify usage of devm_gpiod_get_optional

Geert Uytterhoeven (1):
      backlight: Allow compile test of GPIO consumers if !GPIOLIB

Hyungwon Hwang (1):
      backlight: Change the return type of backlight_update_status() to int

Krzysztof Kozlowski (1):
      video: backlight: da9052: Constify platform_device_id

Sean Paul (1):
      backlight: lp855x: Don't clear level on suspend/blank

 drivers/video/backlight/Kconfig          |  8 +++++---
 drivers/video/backlight/da9052_bl.c      |  2 +-
 drivers/video/backlight/gpio_backlight.c |  2 ++
 drivers/video/backlight/lp855x_bl.c      | 18 ++++++------------
 drivers/video/backlight/pwm_bl.c         |  6 ++----
 include/linux/backlight.h                |  8 ++++++--
 6 files changed, 22 insertions(+), 22 deletions(-)