Age | Commit message (Expand) | Author | Files | Lines |
2015-02-03 | leds: leds-gpio: Pass on error codes unmodified | Soren Brinkmann | 1 | -1/+2 |
2015-01-27 | leds: Add LED Flash class extension to the LED subsystem | Jacek Anaszewski | 4 | -0/+501 |
2015-01-14 | leds: leds-mc13783: Use of_get_child_by_name() instead of refcount hack | Geert Uytterhoeven | 1 | -3/+1 |
2015-01-14 | leds: Use setup_timer | Julia Lawall | 1 | -3/+2 |
2015-01-14 | leds: Don't allow brightness values greater than max_brightness | Gabriele Mazzotta | 1 | -1/+2 |
2015-01-14 | leds: netxbig: fix oops at probe time | Simon Guinot | 1 | -6/+6 |
2014-12-19 | Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2014-12-16 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 15 | -80/+645 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 28 | -29/+0 |
2014-12-10 | leds: leds-gpio: Fix the "default-state" property check | Fabio Estevam | 1 | -1/+1 |
2014-12-04 | leds: leds-gpio: Fix multiple instances registration without 'label' property | Fabio Estevam | 1 | -1/+11 |
2014-12-02 | leds: lp8860: Fix module dependency | Axel Lin | 1 | -1/+2 |
2014-11-19 | leds: lp8860: Introduce TI lp8860 4 channel LED driver | Dan Murphy | 3 | -0/+502 |
2014-11-15 | leds: Add support for setting brightness in a synchronous way | Jacek Anaszewski | 9 | -26/+54 |
2014-11-15 | leds: implement sysfs interface locking mechanism | Jacek Anaszewski | 3 | -6/+47 |
2014-11-15 | leds: syscon: handle multiple syscon instances | Linus Walleij | 1 | -31/+36 |
2014-11-15 | leds: delete copy/paste mistake | Linus Walleij | 1 | -4/+0 |
2014-11-15 | leds: regulator: Convert to devm_regulator_get_exclusive | Axel Lin | 1 | -13/+5 |
2014-11-06 | leds: leds-gpio: Fix legacy GPIO number case | Geert Uytterhoeven | 1 | -3/+3 |
2014-11-04 | leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptors | Mika Westerberg | 1 | -18/+13 |
2014-11-04 | leds: leds-gpio: Make use of device property API | Rafael J. Wysocki | 1 | -37/+26 |
2014-11-04 | leds: leds-gpio: Add support for GPIO descriptors | Mika Westerberg | 1 | -35/+45 |
2014-11-04 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 28 | -29/+0 |
2014-10-21 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 6 | -26/+40 |
2014-10-20 | leds: drop owner assignment from platform_drivers | Wolfram Sang | 28 | -29/+0 |
2014-10-11 | Merge tag 'hwmon-for-linus-v3.18' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -0/+141 |
2014-10-09 | Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2 | -13/+4 |
2014-10-09 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+177 |
2014-10-09 | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2014-09-29 | leds: gpio: cleanup the leds-gpio driver | Xiubo Li | 1 | -3/+1 |
2014-09-29 | led: gpio: Fix possible ZERO_SIZE_PTR pointer dereferencing error. | Xiubo Li | 1 | -0/+3 |
2014-09-29 | led: gpio: Sort include headers alphabetically | Xiubo Li | 2 | -6/+6 |
2014-09-26 | leds: add a driver for syscon-based LEDs | Linus Walleij | 3 | -0/+177 |
2014-09-24 | Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into devel | Bryan Wu | 3 | -0/+141 |
2014-09-24 | Merge tag 'mfd-hwmon-leds-watchdog-v3.18' into hwmon-next | Guenter Roeck | 3 | -0/+141 |
2014-09-24 | leds: leds-menf21bmc: Introduce MEN 14F021P00 BMC LED driver | Andreas Werner | 3 | -0/+141 |
2014-09-18 | driver:gpio remove all usage of gpio_remove retval in driver | abdoulaye berthe | 2 | -13/+4 |
2014-09-13 | leds: Improve and export led_update_brightness | Jacek Anaszewski | 2 | -6/+16 |
2014-09-12 | leds: trigger: gpio: fix warning in gpio trigger for gpios whose accessor fun... | Lothar Waßmann | 1 | -1/+1 |
2014-09-12 | leds: lp3944: fix sparse warning | Jacek Anaszewski | 1 | -1/+2 |
2014-09-12 | leds: avoid using DEVICE_ATTR macro for max_brightness attribute | Jacek Anaszewski | 1 | -2/+2 |
2014-09-12 | leds: Reorder include directives | Jacek Anaszewski | 2 | -7/+9 |
2014-09-09 | leds: Remove ARCH_KIRKWOOD dependency | Andrew Lunn | 1 | -2/+2 |
2014-09-02 | Revert "leds: convert blink timer to workqueue" | Jiri Kosina | 2 | -13/+12 |
2014-08-08 | Merge tag 'drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -158/+0 |
2014-07-29 | leds: ipaq-micro: fix sparse non static symbol warning | Wei Yongjun | 1 | -1/+1 |
2014-07-24 | leds: add driver for the iPAQ micro | Linus Walleij | 3 | -0/+149 |
2014-07-09 | leds: atmel-pwm: remove obsolete driver | Alexandre Belloni | 3 | -158/+0 |
2014-07-03 | leds: convert blink timer to workqueue | Vincent Donnefort | 2 | -12/+13 |
2014-07-03 | leds:pca963x: Always initialize MODE2 register | Peter Meerwald | 1 | -3/+7 |