| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-01-21 | 1 | -0/+1 |
|\ |
|
| * | leds: s3c24xx: Fix build failure | Tushar Behera | 2014-01-07 | 1 | -0/+1 |
* | | leds: lp5521/5523: Remove duplicate mutex | Milo Kim | 2014-01-10 | 2 | -16/+8 |
|/ |
|
* | leds: pwm: Fix for deferred probe in DT booted mode | Peter Ujfalusi | 2013-12-02 | 1 | -27/+26 |
* | leds: lp55xx: handle enable pin in driver | Sebastian Reichel | 2013-10-25 | 1 | -12/+13 |
* | leds-gpio: of: led should not be created if its status is disabled | Josh Wu | 2013-10-25 | 1 | -3/+3 |
* | leds: Added driver for the NXP PCA9685 I2C chip | Maximilian Güntner | 2013-10-22 | 3 | -0/+224 |
* | leds: pwm: Remove redundant of_match_ptr | Sachin Kamat | 2013-10-22 | 1 | -1/+1 |
* | leds: Include linux/of.h header | Sachin Kamat | 2013-10-22 | 5 | -0/+5 |
* | leds: dac124s085: Remove redundant spi_set_drvdata | Sachin Kamat | 2013-10-22 | 1 | -3/+0 |
* | leds: lp55xx: enable setting default trigger | Linus Walleij | 2013-10-22 | 1 | -0/+3 |
* | leds: blinkm: Remove redundant break | Sachin Kamat | 2013-10-22 | 1 | -3/+0 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 2013-09-12 | 37 | -300/+1435 |
|\ |
|
| * | leds: wm831x-status: Request a REG resource | Mark Brown | 2013-08-30 | 1 | -2/+2 |
| * | leds: trigger: ledtrig-backlight: Fix invalid memory access in fb_event notif... | Manfred Schlaegl | 2013-08-26 | 1 | -14/+16 |
| * | leds-pca963x: Fix device tree parsing | Ricardo Ribalda Delgado | 2013-08-26 | 1 | -4/+4 |
| * | leds-pca9633: Rename to leds-pca963x | Ricardo Ribalda Delgado | 2013-08-26 | 3 | -146/+146 |
| * | leds-pca9633: Add mutex to the ledout register | Ricardo Ribalda Delgado | 2013-08-26 | 1 | -31/+55 |
| * | leds-pca9633: Unique naming of the LEDs | Ricardo Ribalda Delgado | 2013-08-26 | 1 | -3/+5 |
| * | leds-pca9633: Add support for PCA9634 | Ricardo Ribalda Delgado | 2013-08-26 | 2 | -36/+79 |
| * | leds: lp5562: use LP55xx common macros for device attributes | Milo Kim | 2013-08-26 | 1 | -2/+2 |
| * | leds: lp5523: remove unnecessary writing commands | Milo Kim | 2013-08-26 | 1 | -11/+3 |
| * | leds: lp5523: restore legacy device attributes | Milo Kim | 2013-08-26 | 1 | -4/+223 |
| * | leds: lp5523: LED MUX configuration on initializing | Milo Kim | 2013-08-26 | 1 | -1/+69 |
| * | leds: lp5523: make separate API for loading engine | Milo Kim | 2013-08-26 | 1 | -4/+10 |
| * | leds: lp5521: remove unnecessary writing commands | Milo Kim | 2013-08-26 | 1 | -11/+3 |
| * | leds: lp5521: restore legacy device attributes | Milo Kim | 2013-08-26 | 1 | -4/+100 |
| * | leds: lp55xx: add common macros for device attributes | Milo Kim | 2013-08-26 | 1 | -0/+47 |
| * | leds: lp55xx: add common data structure for program | Milo Kim | 2013-08-26 | 1 | -0/+19 |
| * | leds: ss4200: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-26 | 1 | -1/+1 |
| * | leds: clevo-mail: Fix incorrect placement of __initdata | Sachin Kamat | 2013-08-26 | 1 | -1/+1 |
| * | leds: leds-netxbig: depends on ARCH_KIRKWOOD | Simon Guinot | 2013-08-26 | 1 | -1/+1 |
| * | leds: leds-ns2: depends on ARCH_KIRKWOOD | Simon Guinot | 2013-08-26 | 1 | -4/+1 |
| * | leds: leds-lp3944, fix "sparse" warning "mixing different enum types" | Antonio Ospite | 2013-08-26 | 1 | -1/+1 |
| * | leds: leds-ss4200: Staticize nasgpio_led_get_attr() | Jingoo Han | 2013-08-26 | 1 | -1/+1 |
| * | leds: use dev_get_platdata() | Jingoo Han | 2013-08-26 | 30 | -49/+52 |
| * | leds: pca9633: Add hardware blink support | Mark A. Greer | 2013-08-26 | 1 | -4/+132 |
| * | leds: support new LP8501 device - another LP55xx common | Kim, Milo | 2013-08-26 | 4 | -3/+429 |
| * | leds: Add device tree binding for pca9633 | Tony Lindgren | 2013-08-26 | 1 | -0/+71 |
* | | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2013-09-06 | 3 | -350/+0 |
|\ \ |
|
| * | | leds: Remove leds-renesas-tpu driver | Laurent Pinchart | 2013-07-22 | 3 | -350/+0 |
| |/ |
|
* / | leds: convert class code to use dev_groups | Greg Kroah-Hartman | 2013-07-26 | 1 | -8/+30 |
|/ |
|
* | leds: mc13783: Fix "uninitialized variable" warning | Alexander Shiyan | 2013-07-02 | 1 | -1/+1 |
* | leds: Convert led class driver from legacy pm ops to dev_pm_ops | Shuah Khan | 2013-06-20 | 1 | -3/+7 |
* | leds: leds-mc13783: Add MC13892 LED support | Alexander Shiyan | 2013-06-20 | 2 | -4/+62 |
* | leds: leds-mc13783: Prepare driver to support MC13892 LEDs | Alexander Shiyan | 2013-06-20 | 1 | -250/+156 |
* | leds: renesas-tpu: cleanup a small type issue | Dan Carpenter | 2013-06-20 | 1 | -4/+4 |
* | leds: use platform_{get,set}_drvdata() | Jingoo Han | 2013-06-20 | 3 | -4/+4 |
* | leds: leds-gpio: Let device core handle pinctrl | Fabio Estevam | 2013-06-20 | 1 | -6/+0 |
* | leds: lp5562: Properly setup of_device_id table | Axel Lin | 2013-06-20 | 1 | -1/+10 |