mbox

[GIT,PULL] Backlight for v4.1

Message ID 20150414124634.GD3447@x1
State New
Headers show

Pull-request

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

Message

Lee Jones April 14, 2015, 12:46 p.m. UTC
Hi Linus,

The following changes since commit 9eccca0843205f87c00404b663188b88eb248051:

  Linux 4.0-rc3 (2015-03-08 16:09:09 -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.1

for you to fetch changes up to b1f85c0fec20e6cde2a511345f24f6133f247e70:

  backlight: da9052_bl: Terminate da9052_wled_ids array with empty element (2015-04-09 10:30:35 +0100)

----------------------------------------------------------------
 == Changes to existing drivers ==
 - Use of_get_child_by_name() instead of refcount; 88pm860x_bl
 - Terminate array with NULL element; da9052_bl

----------------------------------------------------------------
Andrey Ryabinin (1):
      backlight: da9052_bl: Terminate da9052_wled_ids array with empty element

Geert Uytterhoeven (1):
      backlight: 88pm860x_bl: Use of_get_child_by_name() instead of refcount hack

 drivers/video/backlight/88pm860x_bl.c | 5 +----
 drivers/video/backlight/da9052_bl.c   | 1 +
 2 files changed, 2 insertions(+), 4 deletions(-)