]> git.karo-electronics.de Git - karo-tx-linux.git/commit
leds: support automatic start of blinking with ledtrig-timer
authorEsben Haabendal <eha@doredevelopment.dk>
Wed, 25 May 2011 00:13:22 +0000 (17:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 25 May 2011 15:39:49 +0000 (08:39 -0700)
commitfff26f8141145e01eae8f4d6e642ac8a0d500158
tree4da2d503bbb242118fdde980e045779846864a14
parent5ff77428e55c152ef75a6967f3266db79926fbde
leds: support automatic start of blinking with ledtrig-timer

By setting initial values blink_delay_on and blink_delay_off in a
led_classdev struct, this change starts the blinking when the led is
initialized.

With this patch, you can initialize blink_delay_on and blink_delay_off in
led_classdev with default_trigger set to "timer", and the led will start
up blinking.  The current ledtrig-timer implementation ignores any initial
blink_delay_on/blink_delay_off settings, and requires setting
blink_delay_on/blink_delay_off (typically from userspace) before the led
blinks.

Signed-off-by: Esben Haabendal <eha@doredevelopment.dk>
Cc: Richard Purdie <rpurdie@rpsys.net>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/leds/led-class.c
drivers/leds/leds.h
drivers/leds/ledtrig-timer.c