Age | Commit message (Expand) | Author | Files | Lines |
2015-09-17 | leds:lp55xx: Correct Kconfig dependency for f/w user helper | Takashi Iwai | 1 | -1/+1 |
2015-09-17 | leds: leds-ipaq-micro: Add LEDS_CLASS dependency | Jacek Anaszewski | 1 | -0/+1 |
2015-09-17 | leds: aat1290: add 'static' modifier to init_mm_current_scale | Jacek Anaszewski | 1 | -1/+1 |
2015-09-17 | leds: leds-ns2: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-09-17 | leds: max77693: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-09-17 | leds: ktd2692: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-09-17 | leds: bcm6358: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-09-17 | leds: bcm6328: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-09-17 | leds: aat1290: Fix module autoload for OF platform driver | Luis de Bethencourt | 1 | -0/+1 |
2015-09-04 | Merge tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -444/+0 |
2015-09-04 | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -0/+357 |
2015-09-01 | Merge tag 'leds_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a... | Linus Torvalds | 20 | -165/+165 |
2015-08-28 | leds: Export OF module alias information in missing drivers | Javier Martinez Canillas | 2 | -0/+2 |
2015-08-28 | leds:lp55xx: use the private data instead of updating I2C device platform data | Milo Kim | 6 | -33/+28 |
2015-08-28 | leds: syscon: Correct check for syscon_node_to_regmap() errors | Bjorn Andersson | 1 | -2/+2 |
2015-08-28 | leds: leds-fsg: Use devm_led_classdev_register | Vaishali Thakkar | 1 | -40/+12 |
2015-08-28 | leds/led-class: Add missing put_device() | Ricardo Ribalda Delgado | 1 | -2/+5 |
2015-08-28 | leds: tlc591xx: Remove redundant I2C_FUNC_SMBUS_BYTE_DATA functionality check | Axel Lin | 1 | -4/+0 |
2015-08-28 | leds: leds-ns2: depends on MACH_ARMADA_370 | Simon Guinot | 1 | -4/+8 |
2015-08-28 | leds: leds-ns2: handle can_sleep GPIOs | Simon Guinot | 1 | -24/+51 |
2015-08-28 | leds: leds-ns2: move LED modes mapping outside of the driver | Vincent Donnefort | 1 | -48/+54 |
2015-08-28 | leds: lp8860: Constify reg_default tables | Axel Lin | 1 | -2/+2 |
2015-08-28 | leds: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 6 | -6/+0 |
2015-08-28 | leds: Allow compile test of LEDS_AAT1290 and LEDS_KTD2692 if !GPIOLIB | Geert Uytterhoeven | 1 | -2/+3 |
2015-08-28 | leds: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 2 | -2/+2 |
2015-08-25 | backlight: pm8941-wled: Move PM8941 WLED driver to backlight | Bjorn Andersson | 3 | -444/+0 |
2015-08-22 | powerpc/powernv: Fix mis-merge of OPAL support for LEDS driver | Michael Ellerman | 1 | -3/+3 |
2015-08-20 | leds/powernv: Add driver for PowerNV platform | Vasant Hegde | 3 | -0/+357 |
2015-07-16 | drivers: max77693: Move state container to common header | Krzysztof Kozlowski | 1 | -0/+1 |
2015-07-02 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool... | Linus Torvalds | 15 | -46/+3300 |
2015-07-02 | Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2015-06-29 | leds:lp55xx: fix firmware loading error | Milo Kim | 2 | -1/+2 |
2015-06-29 | leds: fix max77693-led build errors | Jacek Anaszewski | 1 | -0/+1 |
2015-06-29 | leds: fix aat1290 build errors | Randy Dunlap | 1 | -0/+1 |
2015-06-26 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -85/+85 |
2015-06-26 | Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -1/+1 |
2015-06-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -3/+0 |
2015-06-24 | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node() | Alexander Sverdlin | 1 | -1/+1 |
2015-06-22 | leds: aat1290: pass flags parameter to devm_gpiod_get | Uwe Kleine-König | 1 | -2/+2 |
2015-06-22 | leds: ktd2692: pass flags parameter to devm_gpiod_get | Uwe Kleine-König | 1 | -2/+2 |
2015-06-22 | drivers/leds: don't use module_init in non-modular leds-cobalt-raq.c | Paul Gortmaker | 1 | -14/+1 |
2015-06-22 | leds: aat1290: add support for V4L2 Flash sub-device | Jacek Anaszewski | 2 | -6/+132 |
2015-06-22 | leds: max77693: add support for V4L2 Flash sub-device | Jacek Anaszewski | 1 | -6/+123 |
2015-06-12 | Input: export LEDs as class devices in sysfs | Samuel Thibault | 1 | -3/+0 |
2015-05-25 | leds: add BCM6358 LED driver | Álvaro Fernández Rojas | 3 | -0/+252 |
2015-05-25 | leds: fix brightness changing when software blinking is active | Stas Sergeev | 2 | -2/+8 |
2015-05-25 | leds: lp5523: add master_fader support | Toshi Kikuchi | 1 | -0/+148 |
2015-05-25 | leds: leds-gpio: Allow compile test if !GPIOLIB | Geert Uytterhoeven | 1 | -1/+1 |
2015-05-25 | leds: leds-gpio: Add missing #include <linux/of.h> | Geert Uytterhoeven | 1 | -0/+1 |
2015-05-25 | leds: Add ktd2692 flash LED driver | Ingi Kim | 3 | -0/+453 |