aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/led-class.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-0/+5
2015-05-25leds: fix brightness changing when software blinking is activeStas Sergeev1-0/+5
2015-05-12leds / PM: fix hibernation on arm when gpio-led used with CPU led triggerGrygorii Strashko1-4/+3
2015-03-30leds: Don't treat the LED name as a format stringSakari Ailus1-1/+1
2015-03-30leds: Use log level warn instead of info when telling about a name clashSakari Ailus1-1/+1
2015-03-30leds/led-class: Handle LEDs with the same nameRicardo Ribalda Delgado1-2/+37
2015-03-09leds: Introduce devres helper for led_classdev_registerBjorn Andersson1-0/+57
2015-01-26leds: Add LED Flash class extension to the LED subsystemJacek Anaszewski1-0/+4
2015-01-14leds: Use setup_timerJulia Lawall1-3/+2
2014-11-14leds: Add support for setting brightness in a synchronous wayJacek Anaszewski1-4/+6
2014-11-14leds: implement sysfs interface locking mechanismJacek Anaszewski1-3/+16
2014-09-12leds: Improve and export led_update_brightnessJacek Anaszewski1-6/+0
2014-09-11leds: avoid using DEVICE_ATTR macro for max_brightness attributeJacek Anaszewski1-2/+2
2014-09-11leds: 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-25leds: add led-class attribute-group supportJohan Hovold1-2/+3
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