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:	Mon, 11 Nov 2013 16:20:30 -0800
From:	Bryan Wu <cooloney@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	lkml <linux-kernel@...r.kernel.org>,
	Linux LED Subsystem <linux-leds@...r.kernel.org>
Subject: [GIT PULL] leds: updates for 3.13

Hi Linus:

LED subsystem updates for 3.13 are basically cleanup and also add a
new driver for PCA9685.

So please consider the following changes since commit
31d141e3a666269a3b6fcccddb0351caf7454240:

  Linux 3.12-rc6 (2013-10-19 12:28:15 -0700)

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 30dae2f98612d7c8cd855861b9de205ebd9ef4fa:

  leds: lp55xx: handle enable pin in driver (2013-10-25 10:13:25 -0700)

----------------------------------------------------------------
Bryan Wu (1):
      of: introduce of_get_available_child_count

Josh Wu (1):
      leds-gpio: of: led should not be created if its status is disabled

Linus Walleij (1):
      leds: lp55xx: enable setting default trigger

Maximilian Güntner (1):
      leds: Added driver for the NXP PCA9685 I2C chip

Sachin Kamat (4):
      leds: blinkm: Remove redundant break
      leds: dac124s085: Remove redundant spi_set_drvdata
      leds: Include linux/of.h header
      leds: pwm: Remove redundant of_match_ptr

Sebastian Reichel (1):
      leds: lp55xx: handle enable pin in driver

 .../devicetree/bindings/leds/leds-lp55xx.txt       |  11 +-
 arch/arm/mach-omap2/board-rx51-peripherals.c       |  20 +-
 arch/arm/mach-ux500/board-mop500.c                 |   2 +
 drivers/leds/Kconfig                               |  10 +
 drivers/leds/Makefile                              |   1 +
 drivers/leds/leds-blinkm.c                         |   3 -
 drivers/leds/leds-dac124s085.c                     |   3 -
 drivers/leds/leds-gpio.c                           |   7 +-
 drivers/leds/leds-lp5523.c                         |   1 +
 drivers/leds/leds-lp5562.c                         |   1 +
 drivers/leds/leds-lp55xx-common.c                  |  28 +--
 drivers/leds/leds-lp8501.c                         |   1 +
 drivers/leds/leds-ns2.c                            |   1 +
 drivers/leds/leds-pca9685.c                        | 213 +++++++++++++++++++++
 drivers/leds/leds-pwm.c                            |   2 +-
 include/linux/of.h                                 |  16 ++
 include/linux/platform_data/leds-lp55xx.h          |   7 +-
 include/linux/platform_data/leds-pca9685.h         |  35 ++++
 18 files changed, 314 insertions(+), 48 deletions(-)
 create mode 100644 drivers/leds/leds-pca9685.c
 create mode 100644 include/linux/platform_data/leds-pca9685.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