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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to