]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] LED: add LED class
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 31 Mar 2006 10:31:04 +0000 (02:31 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:56 +0000 (12:18 -0800)
commitdaf3b059a6d2ca7f6999d421cd2fcfb641dfec94
tree56715f0e0af8a9c33725f3db2f14cf7f870ad46d
parentf40521c9882f1aa71d4b14fc13cd14f17f4db2bc
[PATCH] LED: add LED class

Add the foundations of a new LEDs subsystem.  This patch adds a class which
presents LED devices within sysfs and allows their brightness to be
controlled.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/arm/Kconfig
drivers/Kconfig
drivers/Makefile
drivers/leds/Kconfig [new file with mode: 0644]
drivers/leds/Makefile [new file with mode: 0644]
drivers/leds/led-class.c [new file with mode: 0644]
drivers/leds/led-core.c [new file with mode: 0644]
drivers/leds/leds.h [new file with mode: 0644]
include/linux/leds.h [new file with mode: 0644]