mbox

[GIT,PULL] Backlight for v3.19

Message ID 20141209101438.GX3951@x1
State New
Headers show

Pull-request

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

Message

Lee Jones Dec. 9, 2014, 10:14 a.m. UTC
Hi Linus,

The following changes since commit 0df1f2487d2f0d04703f142813d53615d62a1da4:

  Linux 3.18-rc3 (2014-11-02 15:01:51 -0800)

are available in the git repository at:

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

for you to fetch changes up to 3d6969a641d01cc9b6aa199a6f01eb1802522baf:

  MAINTAINERS: Remove my name from Backlight subsystem (2014-12-09 09:24:47 +0000)

----------------------------------------------------------------
 - Clean-up leaky resources; pwm_bl
 - Simplify Device Tree initialisation; lp855x_bl
 - Add Regulator support; lp855x
 - Remove Bryan from the Maintainer list -- new baby, no time :)

----------------------------------------------------------------
Bryan Wu (1):
      MAINTAINERS: Remove my name from Backlight subsystem

Sean Paul (2):
      backlight: lp855x: Refactor DT parsing code
      backlight: lp855x: Add supply regulator to lp855x

Vladimir Zapolskiy (1):
      backlight: pwm: Clean-up pwm requested using legacy API

 .../devicetree/bindings/video/backlight/lp855x.txt |  2 +
 MAINTAINERS                                        |  1 -
 drivers/video/backlight/lp855x_bl.c                | 55 ++++++++++++++--------
 drivers/video/backlight/pwm_bl.c                   |  5 +-
 include/linux/platform_data/lp855x.h               |  2 +
 5 files changed, 44 insertions(+), 21 deletions(-)