Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752133AbbBLTFK (ORCPT ); Thu, 12 Feb 2015 14:05:10 -0500 Received: from mail-ig0-f181.google.com ([209.85.213.181]:38312 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751215AbbBLTFI (ORCPT ); Thu, 12 Feb 2015 14:05:08 -0500 MIME-Version: 1.0 From: Bryan Wu Date: Thu, 12 Feb 2015 11:04:47 -0800 Message-ID: Subject: [GIT PULL] LED subsystem for 3.20 merge window To: Linus Torvalds Cc: lkml , Linux LED Subsystem Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2291 Lines: 60 Hi Linus, The big change of LED subsystem is introducing a new LED class for Flash type LEDs which will be used for V4L2 subsystem. Also we got some cleanup and fixes. So please conside the following changes since commit 188c901941efd43cbf21e8f4f9e9a276536b989c: Merge branch 'leds-fixes-for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds (2015-01-14 12:22:56 +1300) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git for-next for you to fetch changes up to c6e71f813f7208d80bfe0f435d627fad1b204558: leds: leds-gpio: Pass on error codes unmodified (2015-02-02 14:36:10 -0800) ---------------------------------------------------------------- Gabriele Mazzotta (1): leds: Don't allow brightness values greater than max_brightness Geert Uytterhoeven (1): leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hack Jacek Anaszewski (2): leds: Add LED Flash class extension to the LED subsystem DT: leds: Add led-sources property Julia Lawall (1): leds: Use setup_timer Pavel Machek (1): DT: leds: Add flash LED devices related properties Soren Brinkmann (1): leds: leds-gpio: Pass on error codes unmodified Documentation/devicetree/bindings/leds/common.txt | 30 ++ drivers/leds/Kconfig | 10 + drivers/leds/Makefile | 1 + drivers/leds/led-class-flash.c | 486 ++++++++++++++++++++++ drivers/leds/led-class.c | 9 +- drivers/leds/leds-gpio.c | 3 +- drivers/leds/leds-mc13783.c | 4 +- drivers/leds/leds.h | 3 +- include/linux/led-class-flash.h | 207 +++++++++ include/linux/leds.h | 3 + 10 files changed, 748 insertions(+), 8 deletions(-) create mode 100644 drivers/leds/led-class-flash.c create mode 100644 include/linux/led-class-flash.h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/