Age | Commit message (Expand) | Author | Files | Lines |
2014-04-10 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 29 | -124/+206 |
2014-04-08 | leds: make sure we unregister a trigger only once | Sasha Levin | 1 | -1/+4 |
2014-04-08 | leds: leds-pwm: properly clean up after probe failure | Russell King | 1 | -10/+13 |
2014-03-14 | leds: clevo-mail: Make probe function __init | Jean Delvare | 1 | -2/+1 |
2014-03-11 | leds-ot200: Fix dependencies | Jean Delvare | 1 | -1/+1 |
2014-03-06 | leds-gpio: of: introduce MODULE_DEVICE_TABLE for module autoloading | Paolo Pisati | 1 | -0/+2 |
2014-03-01 | leds: clevo-mail: remove __initdata marker | Jingoo Han | 1 | -1/+1 |
2014-03-01 | leds: leds-ss4200: remove __initdata marker | Jingoo Han | 1 | -1/+1 |
2014-02-27 | leds: blinkm: remove unnecessary spaces | Jingoo Han | 1 | -1/+1 |
2014-02-27 | leds: lp5562: remove unnecessary parentheses | Jingoo Han | 1 | -3/+3 |
2014-02-27 | leds: leds-ss4200: remove DEFINE_PCI_DEVICE_TABLE macro | Jingoo Han | 1 | -1/+1 |
2014-02-27 | drivers/leds: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 24 | -24/+0 |
2014-02-27 | leds: leds-gpio: add retain-state-suspended property | Robin Gong | 1 | -0/+3 |
2014-02-27 | leds: leds-mc13783: Add devicetree support | Alexander Shiyan | 1 | -19/+93 |
2014-02-27 | leds: leds-mc13783: Remove unnecessary cleaning of registers on exit | Alexander Shiyan | 1 | -4/+0 |
2014-02-27 | leds: leds-mc13783: Use proper "max_brightness" value fo LEDs | Alexander Shiyan | 1 | -13/+14 |
2014-02-27 | leds: leds-mc13783: Use LED core PM functions | Alexander Shiyan | 1 | -0/+1 |
2014-02-27 | leds: leds-mc13783: Add MC34708 LED support | Alexander Shiyan | 2 | -51/+49 |
2014-02-27 | leds: Turn off led if blinking is disabled | Stefan Sørensen | 1 | -2/+4 |
2014-02-27 | ledtrig-cpu: Handle CPU hot(un)plugging | Pawel Moll | 1 | -0/+24 |
2014-02-24 | drivers: Enable building of Kirkwood drivers for mach-mvebu | Andrew Lunn | 1 | -2/+2 |
2014-01-29 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 8 | -203/+160 |
2014-01-28 | leds: s3c24xx: Remove hardware.h inclusion | Sachin Kamat | 1 | -2/+1 |
2014-01-28 | leds: replace list_for_each with list_for_each_entry | ZHAO Gang | 1 | -11/+4 |
2014-01-28 | leds: pwm: Remove a warning on non-DT platforms | Olof Johansson | 1 | -2/+1 |
2014-01-28 | leds: leds-pwm: fix duty time overflow. | Xiubo Li | 1 | -2/+4 |
2014-01-28 | leds: leds-mc13783: Remove unneeded mc13xxx_{un}lock | Alexander Shiyan | 1 | -12/+1 |
2014-01-28 | leds: leds-mc13783: Remove duplicate field in platform data | Alexander Shiyan | 1 | -76/+0 |
2014-01-28 | drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_b... | Chen Gang | 1 | -1/+2 |
2014-01-28 | leds: lp5523: Support LED MUX configuration on running a pattern | Milo Kim | 1 | -0/+2 |
2014-01-28 | leds: lp5521/5523: Fix multiple engine usage bug | Milo Kim | 2 | -5/+33 |
2014-01-28 | LEDS: tca6507 - fix up some comments. | NeilBrown | 1 | -88/+102 |
2014-01-28 | LEDS: tca6507: add device-tree support for GPIO configuration. | NeilBrown | 1 | -0/+6 |
2014-01-28 | LEDS: tca6507 - fix bugs in parsing of device-tree configuration. | NeilBrown | 1 | -4/+4 |
2014-01-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -2/+10 |
2014-01-21 | Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -0/+1 |
2014-01-11 | leds: lp5521/5523: Remove duplicate mutex | Milo Kim | 2 | -16/+8 |
2014-01-10 | lp5523, lp8501: comment improvements | Pavel Machek | 2 | -2/+10 |
2014-01-07 | leds: s3c24xx: Fix build failure | Tushar Behera | 1 | -0/+1 |
2013-12-02 | leds: pwm: Fix for deferred probe in DT booted mode | Peter Ujfalusi | 1 | -27/+26 |
2013-10-25 | leds: lp55xx: handle enable pin in driver | Sebastian Reichel | 1 | -12/+13 |
2013-10-25 | leds-gpio: of: led should not be created if its status is disabled | Josh Wu | 1 | -3/+3 |
2013-10-22 | leds: Added driver for the NXP PCA9685 I2C chip | Maximilian Güntner | 3 | -0/+224 |
2013-10-22 | leds: pwm: Remove redundant of_match_ptr | Sachin Kamat | 1 | -1/+1 |
2013-10-22 | leds: Include linux/of.h header | Sachin Kamat | 5 | -0/+5 |
2013-10-22 | leds: dac124s085: Remove redundant spi_set_drvdata | Sachin Kamat | 1 | -3/+0 |
2013-10-22 | leds: lp55xx: enable setting default trigger | Linus Walleij | 1 | -0/+3 |
2013-10-22 | leds: blinkm: Remove redundant break | Sachin Kamat | 1 | -3/+0 |
2013-09-12 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 37 | -300/+1435 |
2013-09-07 | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -350/+0 |