summaryrefslogtreecommitdiff
path: root/drivers/leds/led-class.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-04leds / PM: fix hibernation on arm when gpio-led used with CPU led triggerGrygorii Strashko1-4/+3
2014-09-13leds: Improve and export led_update_brightnessJacek Anaszewski1-6/+0
2014-09-12leds: avoid using DEVICE_ATTR macro for max_brightness attributeJacek Anaszewski1-2/+2
2014-09-12leds: Reorder include directivesJacek Anaszewski1-6/+7
2014-09-02Revert "leds: convert blink timer to workqueue"Jiri Kosina1-7/+7
2014-07-03leds: convert blink timer to workqueueVincent Donnefort1-7/+7
2014-06-26leds: add led-class attribute-group supportJohan Hovold1-2/+3
2013-07-27leds: convert class code to use dev_groupsGreg Kroah-Hartman1-8/+30
2013-06-21leds: Convert led class driver from legacy pm ops to dev_pm_opsShuah Khan1-3/+7
2012-11-28leds: 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-30leds: simple_strtoul() cleanupShuah Khan1-13/+8
2012-03-24led-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-22driver-core: remove sysdev.h usage.Kay Sievers1-1/+0
2011-11-16Revert "leds: save the delay values after a successful call to blink_set()"Johan Hovold1-4/+1
2011-11-01leds: turn the blink_timer off before starting to blinkAntonio Ospite1-0/+2
2011-11-01leds: 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-23led_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-21leds: Fix trigger registration raceRichard Purdie1-2/+3
2008-10-21leds: Fix leds-class.c commentQinghuang Feng1-1/+1
2008-10-21leds: 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-21LEDS: fix race in device_createGreg Kroah-Hartman1-4/+2
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-25leds: Add support to leds with readable statusHenrique de Moraes Holschuh1-0/+9
2008-04-25leds: disable triggers on brightness setNémeth Márton1-0/+3
2008-04-20PM: 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
2008-01-01leds: 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-04kerneldoc-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-04-01[PATCH] LED: add LED trigger tupportRichard Purdie1-0/+20