| Commit message (Expand) | Author | Age | Files | Lines |
* | leds: triggers: Check return value of kobject_uevent_env() | Jacek Anaszewski | 2016-09-20 | 1 | -1/+3 |
* | leds: triggers: Return from led_trigger_set() if there is nothing to do | Jacek Anaszewski | 2016-09-20 | 1 | -0/+3 |
* | leds: do not overflow sysfs buffer in led_trigger_show | Nathan Sullivan | 2016-08-16 | 1 | -5/+7 |
* | leds: make triggers explicitly non-modular | Paul Gortmaker | 2016-08-16 | 1 | -5/+1 |
* | leds: triggers: return error if invalid trigger name is provided via sysfs | Heiner Kallweit | 2016-07-04 | 1 | -0/+2 |
* | leds: triggers: Allow to switch the trigger to "panic" on a kernel panic | Ezequiel Garcia | 2016-05-06 | 1 | -1/+1 |
* | leds: triggers: simplify led_trigger_store | Heiner Kallweit | 2016-03-14 | 1 | -11/+2 |
* | leds: core: add managed version of led_trigger_register | Heiner Kallweit | 2016-01-04 | 1 | -0/+28 |
* | leds: implement sysfs interface locking mechanism | Jacek Anaszewski | 2014-11-14 | 1 | -3/+13 |
* | leds: make sure we unregister a trigger only once | Sasha Levin | 2014-04-07 | 1 | -1/+4 |
* | drivers/leds: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-02-27 | 1 | -1/+0 |
* | leds: replace list_for_each with list_for_each_entry | ZHAO Gang | 2014-01-28 | 1 | -11/+4 |
* | leds: led-triggers: Fix checkpatch warnings | Sachin Kamat | 2012-11-27 | 1 | -6/+6 |
* | leds: add led_trigger_rename function | Fabio Baltieri | 2012-11-26 | 1 | -0/+13 |
* | leds: triggers: send uevent when changing triggers | Colin Cross | 2012-09-11 | 1 | -0/+13 |
* | leds: delay led_set_brightness if stopping soft-blink | Fabio Baltieri | 2012-09-11 | 1 | -1/+3 |
* | Revert "leds: use led_set_brightness in led_trigger_event" | Fabio Baltieri | 2012-08-13 | 1 | -1/+1 |
* | leds: fix sparse warnings due to missing static | Bryan Wu | 2012-07-24 | 1 | -1/+1 |
* | leds: use led_set_brightness in led_trigger_event | Fabio Baltieri | 2012-07-24 | 1 | -1/+1 |
* | leds: Rename led_brightness_set() to led_set_brightness() | Shuah Khan | 2012-07-24 | 1 | -1/+1 |
* | leds: Rename led_set_brightness() to __led_set_brightness() | Shuah Khan | 2012-07-24 | 1 | -1/+1 |
* | leds: add oneshot blink functions | Fabio Baltieri | 2012-07-24 | 1 | -4/+26 |
* | led-triggers: rename *trigger to *trig for unified naming scheme | Bryan Wu | 2012-07-24 | 1 | -42/+42 |
* | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-22 | 1 | -1/+0 |
* | drivers/leds/led-triggers.c: fix memory leak | Masakazu Mokuno | 2011-11-01 | 1 | -1/+4 |
* | leds: Add ability to blink via simple trigger | Vasily Khoruzhick | 2011-01-31 | 1 | -0/+20 |
* | led-class: always implement blinking | Johannes Berg | 2010-11-12 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | leds: Prevent multiple LED triggers with the same name | Adam Nielsen | 2009-04-06 | 1 | -1/+9 |
* | leds: Ensure led->trigger is set earlier | Dmitry Baryshkov | 2008-07-23 | 1 | -1/+2 |
* | leds: Cleanup various whitespace and code style issues | Németh Márton | 2008-04-25 | 1 | -55/+55 |
* | leds: disable triggers on brightness set | Németh Márton | 2008-04-25 | 1 | -3/+9 |
* | leds: Fix leds_list_lock locking issues | Richard Purdie | 2008-01-01 | 1 | -4/+4 |
* | leds: Fix led trigger locking bugs | Richard Purdie | 2007-12-07 | 1 | -24/+25 |
* | leds: Convert from struct class_device to struct device | Richard Purdie | 2007-07-16 | 1 | -6/+7 |
* | leds: Add warning printks in error paths | Richard Purdie | 2007-07-16 | 1 | -2/+9 |
* | leds: Fix trigger unregister_simple if register_simple fails | Richard Purdie | 2007-07-16 | 1 | -1/+2 |
* | [PATCH] leds: turn LED off when changing triggers | Paul Collins | 2006-10-01 | 1 | -0/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-28 | 1 | -1/+1 |
* | [PATCH] LED: add LED trigger tupport | Richard Purdie | 2006-03-31 | 1 | -0/+239 |