| Commit message (Expand) | Author | Age | Files | Lines |
* | leds: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-26 | 1 | -8/+30 |
* | leds: Convert led class driver from legacy pm ops to dev_pm_ops | Shuah Khan | 2013-06-20 | 1 | -3/+7 |
* | leds: led-class: Fix checkpatch warning | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | leds: delay led_set_brightness if stopping soft-blink | Fabio Baltieri | 2012-09-11 | 1 | -0/+15 |
* | 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 | -3/+3 |
* | leds: add oneshot blink functions | Fabio Baltieri | 2012-07-24 | 1 | -0/+19 |
* | leds: fixed a coding style issue. | Jeffrin Jose | 2012-06-12 | 1 | -1/+1 |
* | leds: simple_strtoul() cleanup | Shuah Khan | 2012-05-29 | 1 | -13/+8 |
* | led-class: change back LEDS_CLASS to tristate instead of bool | Bryan Wu | 2012-03-23 | 1 | -70/+0 |
* | Merge branch 'driver-core-next' into Linux 3.2 | Greg Kroah-Hartman | 2012-01-06 | 1 | -1/+0 |
|\ |
|
| * | driver-core: remove sysdev.h usage. | Kay Sievers | 2011-12-21 | 1 | -1/+0 |
* | | Revert "leds: save the delay values after a successful call to blink_set()" | Johan Hovold | 2011-11-15 | 1 | -4/+1 |
|/ |
|
* | leds: turn the blink_timer off before starting to blink | Antonio Ospite | 2011-10-31 | 1 | -0/+2 |
* | leds: save the delay values after a successful call to blink_set() | Antonio Ospite | 2011-10-31 | 1 | -1/+4 |
* | leds: support automatic start of blinking with ledtrig-timer | Esben Haabendal | 2011-05-25 | 1 | -1/+2 |
* | led_class: fix typo in blink API | Johannes Berg | 2010-12-22 | 1 | -1/+1 |
* | led-class: always implement blinking | Johannes Berg | 2010-11-12 | 1 | -1/+104 |
* | leds: led-class: set permissions on max_brightness file to 0444 | Axel Lin | 2010-05-26 | 1 | -1/+1 |
* | leds: Fix race between LED device uevent and actual attributes creation | Florian Fainelli | 2010-03-16 | 1 | -32/+8 |
* | leds: led-class.c - Quiet boot messages | H Hartley Sweeten | 2010-03-16 | 1 | -1/+1 |
* | tree-wide: convert open calls to remove spaces to skip_spaces() lib function | André Goddard Rosa | 2009-12-15 | 1 | -1/+1 |
* | leds: allow led-drivers to use a variable range of brightness values | Guennadi Liakhovetski | 2009-04-06 | 1 | -1/+20 |
* | leds: Add suspend/resume to the core class | Richard Purdie | 2009-01-08 | 1 | -0/+22 |
* | leds: Fixup kdoc comment to match parameter names | Sven Wegener | 2009-01-08 | 1 | -1/+1 |
* | leds: Fix trigger registration race | Richard Purdie | 2008-10-20 | 1 | -2/+3 |
* | leds: Fix leds-class.c comment | Qinghuang Feng | 2008-10-20 | 1 | -1/+1 |
* | leds: Remove uneeded strlen calls | Sven Wegener | 2008-10-20 | 1 | -4/+1 |
* | device create: misc: convert device_create_drvdata to device_create | Greg Kroah-Hartman | 2008-10-16 | 1 | -2/+2 |
* | LEDS: fix race in device_create | Greg Kroah-Hartman | 2008-05-20 | 1 | -4/+2 |
* | Remove duplicated unlikely() in IS_ERR() | Hirofumi Nakagawa | 2008-04-29 | 1 | -1/+1 |
* | leds: Add support to leds with readable status | Henrique de Moraes Holschuh | 2008-04-24 | 1 | -0/+9 |
* | leds: disable triggers on brightness set | Németh Márton | 2008-04-24 | 1 | -0/+3 |
* | PM: Remove destroy_suspended_device() | Rafael J. Wysocki | 2008-04-19 | 1 | -8/+3 |
* | leds: add possibility to remove leds classdevs during suspend/resume | Rafael J. Wysocki | 2008-02-05 | 1 | -4/+9 |
* | leds: Fix leds_list_lock locking issues | Richard Purdie | 2007-12-31 | 1 | -4/+4 |
* | leds: Fix led trigger locking bugs | Richard Purdie | 2007-12-07 | 1 | -3/+3 |
* | leds: Convert from struct class_device to struct device | Richard Purdie | 2007-07-16 | 1 | -27/+22 |
* | [PATCH] drivers/led: handle sysfs errors | Jeff Garzik | 2006-10-17 | 1 | -5/+21 |
* | kerneldoc-typo in led-class.c | Henrik Kretzschmar | 2006-10-03 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] LED: Fix sysfs store function error handling | Richard Purdie | 2006-05-15 | 1 | -2/+7 |
* | [PATCH] LED: add LED trigger tupport | Richard Purdie | 2006-03-31 | 1 | -0/+20 |
* | [PATCH] LED: add LED class | Richard Purdie | 2006-03-31 | 1 | -0/+147 |