]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] LED: add LED timer trigger
authorRichard Purdie <rpurdie@rpsys.net>
Fri, 31 Mar 2006 10:31:07 +0000 (02:31 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 31 Mar 2006 20:18:57 +0000 (12:18 -0800)
commit2789038264720b987c7cfd487e4905b41ef9d792
tree72b36d5346ef1cdd50417b8b4accb4d5b58d003a
parentfc72e93cb49305d1881723b768ea37152ff9af13
[PATCH] LED: add LED timer trigger

Add an example of a complex LED trigger in the form of a generic timer which
triggers the LED its attached to at a user specified frequency and duty cycle.

Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/leds/Kconfig
drivers/leds/Makefile
drivers/leds/ledtrig-timer.c [new file with mode: 0644]