aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/led-class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-26leds: convert class code to use dev_groupsGreg Kroah-Hartman1-8/+30
2013-06-20leds: Convert led class driver from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2012-11-27leds: led-class: Fix checkpatch warningSachin Kamat1-1/+1
2012-09-11leds: delay led_set_brightness if stopping soft-blinkFabio Baltieri1-0/+15
2012-07-24leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan1-1/+1
2012-07-24leds: Rename led_set_brightness() to __led_set_brightness()Shuah Khan1-3/+3
2012-07-24leds: add oneshot blink functionsFabio Baltieri1-0/+19
2012-06-12leds: fixed a coding style issue.Jeffrin Jose1-1/+1
2012-05-29leds: simple_strtoul() cleanupShuah Khan1-13/+8
2012-03-23led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu1-70/+0
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman1-1/+0
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers1-1/+0
2011-11-15Revert "leds: save the delay values after a successful call to blink_set()"Johan Hovold1-4/+1
2011-10-31leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-10-31leds: save the delay values after a successful call to blink_set()Antonio Ospite1-1/+4
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