aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds/led-class.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* leds: avoid races with workqueuePavel Machek2019-05-021-0/+1
* leds: class: ensure workqueue is initialized before setting brightnessLuis Henriques2018-05-241-2/+8
* leds: core: add OF variants of LED registering functionsRafał Miłecki2017-03-081-10/+16
* leds: class: Add new optional brightness_hw_changed attributeHans de Goede2017-01-291-0/+76
* led: core: Use atomic bit-field for the blink-flagsHans de Goede2016-11-221-0/+1
* leds: Use macro for max device node name sizeDavid Lechner2016-11-221-1/+2
* leds: core: avoid error message when a USB LED device is unpluggedHeiner Kallweit2016-03-141-0/+2
* leds: turn off the LED and wait for completion on unregistering LED class deviceMilo Kim2016-01-041-2/+3
* leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness settingJacek Anaszewski2016-01-041-2/+0
* leds: core: Add led_set_brightness_nosleep{nopm} functionsJacek Anaszewski2016-01-041-2/+2
* leds: core: Move LED core callbacks out of led-class.cJacek Anaszewski2015-11-031-68/+1
* leds/led-class: Add missing put_device()Ricardo Ribalda Delgado2015-08-281-2/+5
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds2015-07-011-0/+5
|\
| * leds: fix brightness changing when software blinking is activeStas Sergeev2015-05-251-0/+5
* | leds / PM: fix hibernation on arm when gpio-led used with CPU led triggerGrygorii Strashko2015-05-121-4/+3
|/
* leds: Don't treat the LED name as a format stringSakari Ailus2015-03-301-1/+1
* leds: Use log level warn instead of info when telling about a name clashSakari Ailus2015-03-301-1/+1
* leds/led-class: Handle LEDs with the same nameRicardo Ribalda Delgado2015-03-301-2/+37
* leds: Introduce devres helper for led_classdev_registerBjorn Andersson2015-03-091-0/+57
* leds: Add LED Flash class extension to the LED subsystemJacek Anaszewski2015-01-261-0/+4
* leds: Use setup_timerJulia Lawall2015-01-141-3/+2
* leds: Add support for setting brightness in a synchronous wayJacek Anaszewski2014-11-141-4/+6
* leds: implement sysfs interface locking mechanismJacek Anaszewski2014-11-141-3/+16
* leds: Improve and export led_update_brightnessJacek Anaszewski2014-09-121-6/+0
* leds: avoid using DEVICE_ATTR macro for max_brightness attributeJacek Anaszewski2014-09-111-2/+2
* leds: Reorder include directivesJacek Anaszewski2014-09-111-6/+7
* Revert "leds: convert blink timer to workqueue"Jiri Kosina2014-09-021-7/+7
* leds: convert blink timer to workqueueVincent Donnefort2014-07-031-7/+7
* leds: add led-class attribute-group supportJohan Hovold2014-06-251-2/+3
* leds: convert class code to use dev_groupsGreg Kroah-Hartman2013-07-261-8/+30
* leds: Convert led class driver from legacy pm ops to dev_pm_opsShuah Khan2013-06-201-3/+7
* leds: led-class: Fix checkpatch warningSachin Kamat2012-11-271-1/+1
* leds: delay led_set_brightness if stopping soft-blinkFabio Baltieri2012-09-111-0/+15
* leds: Rename led_brightness_set() to led_set_brightness()Shuah Khan2012-07-241-1/+1
* leds: Rename led_set_brightness() to __led_set_brightness()Shuah Khan2012-07-241-3/+3
* leds: add oneshot blink functionsFabio Baltieri2012-07-241-0/+19
* leds: fixed a coding style issue.Jeffrin Jose2012-06-121-1/+1
* leds: simple_strtoul() cleanupShuah Khan2012-05-291-13/+8
* led-class: change back LEDS_CLASS to tristate instead of boolBryan Wu2012-03-231-70/+0
* Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2012-01-061-1/+0
|\
| * driver-core: remove sysdev.h usage.Kay Sievers2011-12-211-1/+0
* | Revert "leds: save the delay values after a successful call to blink_set()"Johan Hovold2011-11-151-4/+1
|/
* leds: turn the blink_timer off before starting to blinkAntonio Ospite2011-10-311-0/+2
* leds: save the delay values after a successful call to blink_set()Antonio Ospite2011-10-311-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