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, 16 Jul 2007 09:39:33 +0100
From:	Richard Purdie <rpurdie@...ys.net>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] LED updates

Hi Linus,

Could you please pull from:

git://git.o-hand.com/linux-rpurdie-leds for-linus

This adds a couple of new LED drivers and converts the LED class away
from struct class_device as well as some bug fixes. Most of this has
been in -mm for a while.

Thanks,

Richard

 arch/avr32/boards/atngw100/setup.c    |   31 +++++
 arch/avr32/configs/atngw100_defconfig |   16 ++
 drivers/leds/Kconfig                  |   22 ++-
 drivers/leds/Makefile                 |    1 
 drivers/leds/led-class.c              |   49 +++-----
 drivers/leds/led-triggers.c           |   27 +++-
 drivers/leds/leds-gpio.c              |  199 ++++++++++++++++++++++++++++++++++
 drivers/leds/leds-locomo.c            |    2 
 drivers/leds/leds.h                   |    8 -
 drivers/leds/ledtrig-timer.c          |   49 +++-----
 include/linux/leds.h                  |   17 ++
 11 files changed, 343 insertions(+), 78 deletions(-)

David Brownell (2):
      leds: Teach leds-gpio to handle timer-unsafe GPIOs
      leds: leds-gpio for ngw100

Jan Engelhardt (1):
      leds: Use menuconfig objects II - LED

Raphael Assenat (1):
      leds: Add generic GPIO LED driver

Richard Purdie (3):
      leds: Fix trigger unregister_simple if register_simple fails
      leds: Add warning printks in error paths
      leds: Convert from struct class_device to struct device


-
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