| Commit message (Expand) | Author | Age | Files | Lines |
* | leds: leds-wm8350: Use dev_err instead of printk | Sachin Kamat | 2012-11-27 | 1 | -2/+2 |
* | leds: leds-pwm: Fix checkpatch warning | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | leds: leds-pca955x: Use dev_info instead of printk | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | leds: leds-net48xx: Use linux/io.h instead of asm/io.h | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | leds: leds-lt3593: Fix checkpatch warnings | Sachin Kamat | 2012-11-27 | 1 | -2/+2 |
* | leds: leds-gpio: Use dev_info instead of printk | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | leds: leds-da903x: Fix checkpatch error and warnings | Sachin Kamat | 2012-11-27 | 1 | -5/+5 |
* | leds: leds-bd2802: Fix checkpatch warnings | Sachin Kamat | 2012-11-27 | 1 | -3/+3 |
* | leds: leds-adp5520: Fix checkpatch warnings | Sachin Kamat | 2012-11-27 | 1 | -2/+2 |
* | leds: led-class: Fix checkpatch warning | Sachin Kamat | 2012-11-27 | 1 | -1/+1 |
* | leds: leds-ns2: use devm_gpio_request_one | Sachin Kamat | 2012-11-27 | 1 | -12/+5 |
* | leds: leds-lt3593: use devm_gpio_request_one | Sachin Kamat | 2012-11-27 | 1 | -8/+3 |
* | leds: leds-gpio: use devm_gpio_request_one | Sachin Kamat | 2012-11-27 | 1 | -6/+2 |
* | leds: lp3944: Fix return value | Sachin Kamat | 2012-11-26 | 1 | -1/+1 |
* | leds: lp5523: Fix return value | Sachin Kamat | 2012-11-26 | 1 | -1/+1 |
* | leds: lp5521: Fix return value | Sachin Kamat | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-lp5523: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-lp5521: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: add led_trigger_rename function | Fabio Baltieri | 2012-11-26 | 1 | -0/+13 |
* | leds: lm3642: Fix up world writable sysfs files | Axel Lin | 2012-11-26 | 1 | -2/+2 |
* | leds: lm355x: Fix up world writable sysfs file | Axel Lin | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-88pm860x: drop devm_kfree of devm_kzalloc'd data | Jingoo Han | 2012-11-26 | 1 | -7/+2 |
* | leds: leds-lp5523: fix build warnings | Jingoo Han | 2012-11-26 | 1 | -3/+17 |
* | leds: leds-gpio: Defer probing in case of deferred gpio probing | Roland Stigge | 2012-11-26 | 1 | -6/+11 |
* | leds: ledtrig-gpio: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: ledtrig-backlight: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-ss4200: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-ns2: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-netxbig: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -1/+1 |
* | leds: leds-bd2802: replace strict_strtoul() with kstrtoul() | Jingoo Han | 2012-11-26 | 1 | -2/+2 |
* | leds: renesas: use devm_ functions | Jingoo Han | 2012-11-26 | 1 | -11/+6 |
* | leds: leds-cobalt-qube: use devm_ioremap | Jingoo Han | 2012-11-26 | 1 | -7/+4 |
* | leds: leds-cobalt-raq: use devm_ioremap | Jingoo Han | 2012-11-26 | 1 | -7/+4 |
* | leds: leds-fsg: use devm_ioremap | Jingoo Han | 2012-11-26 | 1 | -10/+5 |
* | leds: renesas: use gpio_request_one | Jingoo Han | 2012-11-26 | 1 | -4/+4 |
* | leds: leds-ns2: use gpio_request_one | Jingoo Han | 2012-11-26 | 1 | -14/+7 |
* | leds: leds-lt3593: use gpio_request_one | Jingoo Han | 2012-11-26 | 1 | -6/+3 |
* | leds: leds-gpio: use gpio_request_one | Jingoo Han | 2012-11-26 | 1 | -7/+5 |
* | leds: lm355x: Return proper error for lm3556_indicator_pattern_store error path | Axel Lin | 2012-11-26 | 1 | -1/+1 |
* | leds: lm3642: Return proper error in lm3642_[torch|strobe]_pin_store error paths | Axel Lin | 2012-11-26 | 1 | -4/+4 |
* | ledtrig-cpu: kill useless mutex to fix sleep in atomic context | Nathan Lynch | 2012-11-11 | 1 | -21/+0 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2012-10-10 | 15 | -605/+1188 |
|\ |
|
| * | leds: add output driver configuration for pca9633 led driver | Peter Meerwald | 2012-09-24 | 1 | -7/+12 |
| * | leds: lm3642: Use regmap_update_bits() in lm3642_chip_init() | Axel Lin | 2012-09-24 | 1 | -12/+3 |
| * | leds: Add new LED driver for lm3642 chips | G.Shark Jeong | 2012-09-13 | 3 | -0/+483 |
| * | leds-lp5523: Fix riskiness of the page fault | Kim, Milo | 2012-09-13 | 1 | -0/+1 |
| * | leds-lp5523: turn off the LED engines on unloading the driver | Kim, Milo | 2012-09-13 | 1 | -0/+3 |
| * | leds-lm3530: Fix smatch warnings | Sachin Kamat | 2012-09-12 | 1 | -4/+4 |
| * | leds-lm3530: Use devm_regulator_get function | Sachin Kamat | 2012-09-12 | 1 | -9/+3 |
| * | leds: leds-gpio: adopt pinctrl support | AnilKumar Ch | 2012-09-11 | 1 | -0/+7 |