Age | Commit message (Expand) | Author | Files | Lines |
2015-05-12 | leds / PM: fix hibernation on arm when gpio-led used with CPU led trigger | Grygorii Strashko | 1 | -4/+3 |
2015-05-11 | leds: syscon: instantiate from platform device | Linus Walleij | 1 | -85/+85 |
2015-05-04 | leds: add BCM6328 LED driver | Álvaro Fernández Rojas | 3 | -0/+422 |
2015-05-04 | leds: Add driver for AAT1290 flash LED controller | Jacek Anaszewski | 3 | -0/+460 |
2015-05-04 | leds: Add support for max77693 mfd flash cell | Jacek Anaszewski | 3 | -0/+991 |
2015-05-04 | leds: unify the location of led-trigger API | Jacek Anaszewski | 1 | -24/+0 |
2015-05-04 | leds: gpio: Fix error handling for led name null pointer case | Jacek Anaszewski | 1 | -2/+4 |
2015-05-04 | leds: gpio: Fix device teardown on probe deferral | Sebastian Hesselbarth | 1 | -2/+3 |
2015-05-04 | leds: tlc591xx: Driver for the TI 8/16 Channel i2c LED driver | Andrew Lunn | 3 | -0/+309 |
2015-04-18 | Merge tag 'gpio-v4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2015-03-30 | leds: Don't treat the LED name as a format string | Sakari Ailus | 1 | -1/+1 |
2015-03-30 | leds: Use log level warn instead of info when telling about a name clash | Sakari Ailus | 1 | -1/+1 |
2015-03-30 | leds/led-class: Handle LEDs with the same name | Ricardo Ribalda Delgado | 1 | -2/+37 |
2015-03-30 | leds: lp8860: Fix typo in MODULE_DESCRIPTION in leds-lp8860.c | Masanari Iida | 1 | -1/+1 |
2015-03-30 | leds: lp8501: Fix typo in MODULE_DESCRIPTION in leds-lp8501.c | Masanari Iida | 1 | -1/+1 |
2015-03-30 | leds: add Qualcomm PM8941 WLED driver | Courtney Cavin | 3 | -0/+444 |
2015-03-30 | leds: pca963x: Add missing initialiation of struct led_info.flags | Geert Uytterhoeven | 1 | -1/+1 |
2015-03-09 | leds: flash: Remove synchronized flash strobe feature | Jacek Anaszewski | 1 | -82/+0 |
2015-03-09 | leds: Introduce devres helper for led_classdev_register | Bjorn Andersson | 1 | -0/+57 |
2015-03-04 | gpio: add parameter to allow the use named gpios | Olliver Schinagl | 1 | -1/+1 |
2015-03-02 | leds: lp8860: make use of devm_gpiod_get_optional | Uwe Kleine-König | 1 | -5/+7 |
2015-02-24 | leds: leds-pwm: drop one pwm_get_period() call | Sebastian Andrzej Siewior | 1 | -3/+0 |
2015-02-02 | leds: leds-gpio: Pass on error codes unmodified | Soren Brinkmann | 1 | -1/+2 |
2015-01-26 | 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-13 | leds: netxbig: fix oops at probe time | Simon Guinot | 1 | -6/+6 |
2014-12-18 | 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-15 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 15 | -80/+645 |
2014-12-14 | 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-01 | 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-14 | leds: Add support for setting brightness in a synchronous way | Jacek Anaszewski | 9 | -26/+54 |
2014-11-14 | leds: implement sysfs interface locking mechanism | Jacek Anaszewski | 3 | -6/+47 |
2014-11-14 | leds: syscon: handle multiple syscon instances | Linus Walleij | 1 | -31/+36 |
2014-11-14 | leds: delete copy/paste mistake | Linus Walleij | 1 | -4/+0 |
2014-11-14 | 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-03 | 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-10 | 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-08 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -0/+177 |