aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/led-class.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "leds: save the delay values after a successful call to blink_set()"Johan Hovold2011-11-211-4/+1
* leds: turn the blink_timer off before starting to blinkAntonio Ospite2011-11-111-0/+2
* leds: save the delay values after a successful call to blink_set()Antonio Ospite2011-11-111-1/+4
* leds: support automatic start of blinking with ledtrig-timerEsben Haabendal2011-05-251-1/+2
* led_class: fix typo in blink APIJohannes Berg2010-12-221-1/+1
* led-class: always implement blinkingJohannes Berg2010-11-121-1/+104
* leds: led-class: set permissions on max_brightness file to 0444Axel Lin2010-05-261-1/+1
* leds: Fix race between LED device uevent and actual attributes creationFlorian Fainelli2010-03-161-32/+8
* leds: led-class.c - Quiet boot messagesH Hartley Sweeten2010-03-161-1/+1
* tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa2009-12-151-1/+1
* leds: allow led-drivers to use a variable range of brightness valuesGuennadi Liakhovetski2009-04-061-1/+20
* leds: Add suspend/resume to the core classRichard Purdie2009-01-081-0/+22
* leds: Fixup kdoc comment to match parameter namesSven Wegener2009-01-081-1/+1
* leds: Fix trigger registration raceRichard Purdie2008-10-201-2/+3
* leds: Fix leds-class.c commentQinghuang Feng2008-10-201-1/+1
* leds: Remove uneeded strlen callsSven Wegener2008-10-201-4/+1
* device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-2/+2
* LEDS: fix race in device_createGreg Kroah-Hartman2008-05-201-4/+2
* Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa2008-04-291-1/+1
* leds: Add support to leds with readable statusHenrique de Moraes Holschuh2008-04-241-0/+9
* leds: disable triggers on brightness setNémeth Márton2008-04-241-0/+3
* PM: Remove destroy_suspended_device()Rafael J. Wysocki2008-04-191-8/+3
* leds: add possibility to remove leds classdevs during suspend/resumeRafael J. Wysocki2008-02-051-4/+9
* leds: Fix leds_list_lock locking issuesRichard Purdie2007-12-311-4/+4
* leds: Fix led trigger locking bugsRichard Purdie2007-12-071-3/+3
* leds: Convert from struct class_device to struct deviceRichard Purdie2007-07-161-27/+22
* [PATCH] drivers/led: handle sysfs errorsJeff Garzik2006-10-171-5/+21
* kerneldoc-typo in led-class.cHenrik Kretzschmar2006-10-031-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] LED: Fix sysfs store function error handlingRichard Purdie2006-05-151-2/+7
* [PATCH] LED: add LED trigger tupportRichard Purdie2006-03-311-0/+20
* [PATCH] LED: add LED classRichard Purdie2006-03-311-0/+147