lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 12 Feb 2015 11:04:47 -0800
From:	Bryan Wu <cooloney@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	lkml <linux-kernel@...r.kernel.org>,
	Linux LED Subsystem <linux-leds@...r.kernel.org>
Subject: [GIT PULL] LED subsystem for 3.20 merge window

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ