linux/drivers/leds
Ingo Molnar 34af946a22 [PATCH] spin/rwlock init cleanups
locking init cleanups:

 - convert " = SPIN_LOCK_UNLOCKED" to spin_lock_init() or DEFINE_SPINLOCK()
 - convert rwlocks in a similar manner

this patch was generated automatically.

Motivation:

 - cleanliness
 - lockdep needs control of lock initialization, which the open-coded
   variants do not give
 - it's also useful for -rt and for lock debugging in general

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Arjan van de Ven <arjan@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-27 17:32:39 -07:00
..
Kconfig [PATCH] LED: add LED heartbeat trigger 2006-06-25 10:01:23 -07:00
Makefile [PATCH] LED: add LED heartbeat trigger 2006-06-25 10:01:23 -07:00
led-class.c [PATCH] LED: Fix sysfs store function error handling 2006-05-15 11:20:56 -07:00
led-core.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
led-triggers.c [PATCH] spin/rwlock init cleanups 2006-06-27 17:32:39 -07:00
leds-ams-delta.c [PATCH] leds: Amstrad Delta LED support 2006-06-23 07:43:05 -07:00
leds-corgi.c [PATCH] LED: add LED device support for the zaurus corgi and spitz models 2006-03-31 12:18:57 -08:00
leds-ixp4xx-gpio.c [PATCH] LED: add LED device support for ixp4xx devices 2006-03-31 12:18:57 -08:00
leds-locomo.c [ARM] 3563/1: LED: Set the LOCOMO LED driver default triggers 2006-06-19 13:08:39 +01:00
leds-s3c24xx.c [PATCH] S3C24XX GPIO LED support 2006-04-11 06:18:40 -07:00
leds-spitz.c [PATCH] LED: add LED device support for the zaurus corgi and spitz models 2006-03-31 12:18:57 -08:00
leds-tosa.c [PATCH] LED: add device support for tosa 2006-03-31 12:18:57 -08:00
leds.h [PATCH] LED: add LED trigger tupport 2006-03-31 12:18:56 -08:00
ledtrig-heartbeat.c [PATCH] LED: add LED heartbeat trigger 2006-06-25 10:01:23 -07:00
ledtrig-ide-disk.c [PATCH] LED: Add IDE disk activity LED trigger 2006-03-31 12:18:57 -08:00
ledtrig-timer.c [PATCH] LED: Fix sysfs store function error handling 2006-05-15 11:20:56 -07:00