[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>
Showing
drivers/leds/Kconfig
0 → 100644
drivers/leds/Makefile
0 → 100644
drivers/leds/led-class.c
0 → 100644
drivers/leds/led-core.c
0 → 100644
drivers/leds/leds.h
0 → 100644
include/linux/leds.h
0 → 100644
Please register or sign in to comment