From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751922AbbFXI3I (ORCPT ); Wed, 24 Jun 2015 04:29:08 -0400 Received: from mail-wi0-f169.google.com ([209.85.212.169]:38451 "EHLO mail-wi0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751148AbbFXI3F (ORCPT ); Wed, 24 Jun 2015 04:29:05 -0400 Date: Wed, 24 Jun 2015 09:29:01 +0100 From: Lee Jones To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org Subject: [GIT PULL] Backlight for v4.2 Message-ID: <20150624082901.GB15013@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog