aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2018-01-31Merge tag 'leds_for_4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 11-47/+973
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-1/+1
2018-01-11leds: ledtrig-transient: Add SPDX license identifiersGravatar Shuah Khan 1-20/+13
2018-01-08leds: lp8860: Various fixes to align with LED frameworkGravatar Dan Murphy 2-9/+6
2018-01-08leds: lp8860: Add DT parsing to retrieve the trigger nodeGravatar Dan Murphy 1-0/+4
2018-01-08leds: lp8860: Update the dt parsing for LED labelingGravatar Dan Murphy 1-11/+12
2018-01-08leds: as3645a: Fix line over 80 charactersGravatar Dan Murphy 1-1/+2
2018-01-08leds: as3645a: Fix quoted string split warningGravatar Dan Murphy 1-2/+2
2018-01-08leds: lm3692x: Introduce LM3692x dual string driverGravatar Dan Murphy 3-0/+401
2018-01-08leds: trigger: Introduce a NETDEV triggerGravatar Ben Whitten 3-0/+504
2018-01-08leds: blinkm: avoid uninitialized data useGravatar Arnd Bergmann 1-0/+4
2018-01-08ledtrig-activity: Grammar s/a immediate/an immediate/Gravatar Geert Uytterhoeven 1-1/+1
2018-01-08leds: pwm: Remove unneeded header fileGravatar Fabio Estevam 1-1/+0
2018-01-08leds: lp8860: Add regulator enable during initGravatar Dan Murphy 1-1/+23
2018-01-08leds: lp8860: Fix linuxdoc format for structureGravatar Dan Murphy 1-1/+1
2018-01-07leds: core: Fix regression caused by commit 2b83ff96f51dGravatar Jacek Anaszewski 1-1/+2
2017-12-27led: core: Fix brightness setting when setting delay_off=0Gravatar Matthieu CASTET 1-1/+1
2017-12-01leds: pm8058: Silence pointer to integer size warningGravatar Bjorn Andersson 1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-1/+1
2017-11-14Merge tag 'leds_for_4.15rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 12-22/+608
2017-11-06leds: Add driver for PC Engines APU/APU2 LEDsGravatar Alan Mizrahi 3-0/+289
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-10-30leds: lp55xx: fix spelling mistake: 'cound' -> 'could'Gravatar Arvind Yadav 1-1/+1
2017-10-25leds: Convert timers to use timer_setup()Gravatar Kees Cook 3-15/+18
2017-10-09leds: tca6507: Remove unnecessary reg checkGravatar Christos Gkekas 1-1/+1
2017-10-06leds: ledtrig-heartbeat: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+10
2017-10-06leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Gravatar Andrew Jeffery 1-5/+12
2017-10-06leds: ledtrig-activity: Add a system activity LED triggerGravatar Willy Tarreau 3-0/+283
2017-09-23as3645a: Unregister indicator LED on device unbindGravatar Sakari Ailus 1-0/+1
2017-09-23as3645a: Use integer numbers for parsing LEDsGravatar Sakari Ailus 1-2/+24
2017-09-23as3645a: Use ams,input-max-microamp as documented in DT bindingsGravatar Sakari Ailus 1-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 2-2/+2
2017-09-07Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Gravatar Linus Torvalds 12-94/+329
2017-09-05media: leds: as3645a: add V4L2_FLASH_LED_CLASS dependencyGravatar Arnd Bergmann 1-0/+1
2017-08-30leds: pca955x: check for I2C errorsGravatar Cédric Le Goater 1-31/+83
2017-08-29leds: gpio: Allow LED to retain state at shutdownGravatar Andrew Jeffery 1-1/+6
2017-08-29leds: powernv: Delete an error message for a failed memory allocation in powe...Gravatar Markus Elfring 1-5/+1
2017-08-29leds: lp8501: make several arrays static constGravatar Colin Ian King 1-3/+3
2017-08-29leds: lp5562: make several arrays static constGravatar Colin Ian King 1-5/+5
2017-08-29leds: lp5521: make several arrays static constGravatar Colin Ian King 1-4/+4
2017-08-29leds: aat1290: make array max_mm_current_percent static constGravatar Colin Ian King 1-2/+4
2017-08-29leds: pca955x: Prevent crippled LED device nameGravatar Jacek Anaszewski 1-4/+8
2017-08-29leds: lm3533: constify attribute_group structureGravatar Amitoj Kaur Chawla 1-1/+1
2017-08-26media: leds: as3645a: Add LED flash class driverGravatar Sakari Ailus 3-0/+772
2017-08-26media: v4l2-flash-led-class: Create separate sub-devices for indicatorsGravatar Sakari Ailus 2-4/+4
2017-08-14leds: pca955x: add GPIO supportGravatar Cédric Le Goater 2-17/+131
2017-08-14leds: pca955x: use devm_led_classdev_registerGravatar Cédric Le Goater 1-22/+4
2017-08-14leds: pca955x: add device tree supportGravatar Cédric Le Goater 1-12/+89