[PATCH] LED: add LED heartbeat trigger
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Sun, 25 Jun 2006 12:49:15 +0000 (05:49 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:01:23 +0000 (10:01 -0700)
commit891c668b90ded38cec36f0852c4983573597170d
tree50bd91c6a8afab05cf974d5abe100b69b2bb3fd4
parentfa9799e33d362aeca4555cd6318735bab1c04d16
[PATCH] LED: add LED heartbeat trigger

Add an LED trigger acts like a heart beat.  This can be used as a
replacement of CONFIG_HEARTBEAT code exists in some arch's timer code.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Acked-by: Richard Purdie <rpurdie@rpsys.net>
Cc: "Nish Aravamudan" <nish.aravamudan@gmail.com>
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-heartbeat.c [new file with mode: 0644]