aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17leds:lp55xx: Correct Kconfig dependency for f/w user helperTakashi Iwai1-1/+1
2015-09-17leds: leds-ipaq-micro: Add LEDS_CLASS dependencyJacek Anaszewski1-0/+1
2015-09-17leds: aat1290: add 'static' modifier to init_mm_current_scaleJacek Anaszewski1-1/+1
2015-09-17leds: leds-ns2: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17leds: max77693: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17leds: ktd2692: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17leds: bcm6358: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17leds: bcm6328: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-17leds: aat1290: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-04Merge tag 'backlight-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds3-444/+0
2015-09-03Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-0/+357
2015-08-31Merge tag 'leds_for_4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds20-165/+165
2015-08-28leds: Export OF module alias information in missing driversJavier Martinez Canillas2-0/+2
2015-08-28leds:lp55xx: use the private data instead of updating I2C device platform dataMilo Kim6-33/+28
2015-08-28leds: syscon: Correct check for syscon_node_to_regmap() errorsBjorn Andersson1-2/+2
2015-08-28leds: leds-fsg: Use devm_led_classdev_registerVaishali Thakkar1-40/+12
2015-08-28leds/led-class: Add missing put_device()Ricardo Ribalda Delgado1-2/+5
2015-08-28leds: tlc591xx: Remove redundant I2C_FUNC_SMBUS_BYTE_DATA functionality checkAxel Lin1-4/+0
2015-08-28leds: leds-ns2: depends on MACH_ARMADA_370Simon Guinot1-4/+8
2015-08-28leds: leds-ns2: handle can_sleep GPIOsSimon Guinot1-24/+51
2015-08-28leds: leds-ns2: move LED modes mapping outside of the driverVincent Donnefort1-48/+54
2015-08-28leds: lp8860: Constify reg_default tablesAxel Lin1-2/+2
2015-08-28leds: Drop owner assignment from i2c_driverKrzysztof Kozlowski6-6/+0
2015-08-28leds: Allow compile test of LEDS_AAT1290 and LEDS_KTD2692 if !GPIOLIBGeert Uytterhoeven1-2/+3
2015-08-28leds: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven2-2/+2
2015-08-25backlight: pm8941-wled: Move PM8941 WLED driver to backlightBjorn Andersson3-444/+0
2015-08-22powerpc/powernv: Fix mis-merge of OPAL support for LEDS driverMichael Ellerman1-3/+3
2015-08-20leds/powernv: Add driver for PowerNV platformVasant Hegde3-0/+357
2015-07-16drivers: max77693: Move state container to common headerKrzysztof Kozlowski1-0/+1
2015-07-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds15-46/+3300
2015-07-01Merge tag 'pm+acpi-4.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2015-06-29leds:lp55xx: fix firmware loading errorMilo Kim2-1/+2
2015-06-29leds: fix max77693-led build errorsJacek Anaszewski1-0/+1
2015-06-29leds: fix aat1290 build errorsRandy Dunlap1-0/+1
2015-06-26Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-85/+85
2015-06-26Merge branches 'acpi-video', 'device-properties', 'pm-sleep' and 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+0
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-1/+1
2015-06-22leds: aat1290: pass flags parameter to devm_gpiod_getUwe Kleine-König1-2/+2
2015-06-22leds: ktd2692: pass flags parameter to devm_gpiod_getUwe Kleine-König1-2/+2
2015-06-22drivers/leds: don't use module_init in non-modular leds-cobalt-raq.cPaul Gortmaker1-14/+1
2015-06-22leds: aat1290: add support for V4L2 Flash sub-deviceJacek Anaszewski2-6/+132
2015-06-22leds: max77693: add support for V4L2 Flash sub-deviceJacek Anaszewski1-6/+123
2015-06-11Input: export LEDs as class devices in sysfsSamuel Thibault1-3/+0
2015-05-25leds: add BCM6358 LED driverÁlvaro Fernández Rojas3-0/+252
2015-05-25leds: fix brightness changing when software blinking is activeStas Sergeev2-2/+8
2015-05-25leds: lp5523: add master_fader supportToshi Kikuchi1-0/+148
2015-05-25leds: leds-gpio: Allow compile test if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-05-25leds: leds-gpio: Add missing #include <linux/of.h>Geert Uytterhoeven1-0/+1
2015-05-25leds: Add ktd2692 flash LED driverIngi Kim3-0/+453