aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/led-class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25leds: support automatic start of blinking with ledtrig-timerEsben Haabendal1-1/+2
2010-12-22led_class: fix typo in blink APIJohannes Berg1-1/+1
2010-11-12led-class: always implement blinkingJohannes Berg1-1/+104
2010-05-26leds: led-class: set permissions on max_brightness file to 0444Axel Lin1-1/+1
2010-03-16leds: Fix race between LED device uevent and actual attributes creationFlorian Fainelli1-32/+8
2010-03-16leds: led-class.c - Quiet boot messagesH Hartley Sweeten1-1/+1
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-1/+1
2009-04-06leds: allow led-drivers to use a variable range of brightness valuesGuennadi Liakhovetski1-1/+20
2009-01-08leds: Add suspend/resume to the core classRichard Purdie1-0/+22
2009-01-08leds: Fixup kdoc comment to match parameter namesSven Wegener1-1/+1
2008-10-20leds: Fix trigger registration raceRichard Purdie1-2/+3
2008-10-20leds: Fix leds-class.c commentQinghuang Feng1-1/+1
2008-10-20leds: Remove uneeded strlen callsSven Wegener1-4/+1
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman1-2/+2
2008-05-20LEDS: fix race in device_createGreg Kroah-Hartman1-4/+2
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-24leds: Add support to leds with readable statusHenrique de Moraes Holschuh1-0/+9
2008-04-24leds: disable triggers on brightness setNémeth Márton1-0/+3
2008-04-19PM: Remove destroy_suspended_device()Rafael J. Wysocki1-8/+3
2008-02-05leds: add possibility to remove leds classdevs during suspend/resumeRafael J. Wysocki1-4/+9
2007-12-31leds: Fix leds_list_lock locking issuesRichard Purdie1-4/+4
2007-12-07leds: Fix led trigger locking bugsRichard Purdie1-3/+3
2007-07-16leds: Convert from struct class_device to struct deviceRichard Purdie1-27/+22
2006-10-17[PATCH] drivers/led: handle sysfs errorsJeff Garzik1-5/+21
2006-10-03kerneldoc-typo in led-class.cHenrik Kretzschmar1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-15[PATCH] LED: Fix sysfs store function error handlingRichard Purdie1-2/+7
2006-03-31[PATCH] LED: add LED trigger tupportRichard Purdie1-0/+20
2006-03-31[PATCH] LED: add LED classRichard Purdie1-0/+147