summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-40/+43
2018-06-12leds: Use struct_size() in allocationKees Cook-2/+1
2018-05-24leds: class: ensure workqueue is initialized before setting brightnessLuis Henriques-2/+8
2018-05-23leds: lm3601x: Introduce the lm3601x LED driverDan Murphy-0/+497
2018-05-22leds: sc27xx: Fix return value check in sc27xx_led_probe()Wei Yongjun-2/+2
2018-05-14leds: Add Spreadtrum SC27xx breathing light controller driverBaolin Wang-0/+256
2018-05-03leds: wm831x-status: Use sysfs_match_string() helperAndy Shevchenko-16/+6
2018-04-16leds: add LED driver for CR0014114 boardOleh Kravchenko-0/+329
2018-03-20leds: Fix wrong dmi_match on PC Engines APU LEDsHans Ulli Kroll-1/+1
2018-03-11leds: Extends disk trigger for reads and writesLinus Walleij-1/+11
2018-02-19leds: Add more product/board names for PC Engines APU2Timothy Redaelli-2/+24
2018-02-19leds: add driver for support Mellanox regmap LEDs for BMC and x86 platformVadim Pasternak-0/+291
2018-02-15leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIGVadim Pasternak-5/+5
2018-02-12leds: Clarify supported chips by LM355x driverPavel Machek-4/+4
2018-02-12leds: leds-mlxcpld: Allow compilation for 32 bit archVadim Pasternak-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-1/+1
2018-01-31Merge tag 'leds_for_4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-47/+973
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-1/+1
2018-01-11leds: ledtrig-transient: Add SPDX license identifiersShuah Khan-20/+13
2018-01-08leds: lp8860: Various fixes to align with LED frameworkDan Murphy-9/+6
2018-01-08leds: lp8860: Add DT parsing to retrieve the trigger nodeDan Murphy-0/+4
2018-01-08leds: lp8860: Update the dt parsing for LED labelingDan Murphy-11/+12
2018-01-08leds: as3645a: Fix line over 80 charactersDan Murphy-1/+2
2018-01-08leds: as3645a: Fix quoted string split warningDan Murphy-2/+2
2018-01-08leds: lm3692x: Introduce LM3692x dual string driverDan Murphy-0/+401
2018-01-08leds: trigger: Introduce a NETDEV triggerBen Whitten-0/+504
2018-01-08leds: blinkm: avoid uninitialized data useArnd Bergmann-0/+4
2018-01-08ledtrig-activity: Grammar s/a immediate/an immediate/Geert Uytterhoeven-1/+1
2018-01-08leds: pwm: Remove unneeded header fileFabio Estevam-1/+0
2018-01-08leds: lp8860: Add regulator enable during initDan Murphy-1/+23
2018-01-08leds: lp8860: Fix linuxdoc format for structureDan Murphy-1/+1
2018-01-07leds: core: Fix regression caused by commit 2b83ff96f51dJacek Anaszewski-1/+2
2017-12-27led: core: Fix brightness setting when setting delay_off=0Matthieu CASTET-1/+1
2017-12-01leds: pm8058: Silence pointer to integer size warningBjorn Andersson-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-1/+1
2017-11-14Merge tag 'leds_for_4.15rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-22/+608
2017-11-06leds: Add driver for PC Engines APU/APU2 LEDsAlan Mizrahi-0/+289
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-10-30leds: lp55xx: fix spelling mistake: 'cound' -> 'could'Arvind Yadav-1/+1
2017-10-25leds: Convert timers to use timer_setup()Kees Cook-15/+18
2017-10-09leds: tca6507: Remove unnecessary reg checkChristos Gkekas-1/+1
2017-10-06leds: ledtrig-heartbeat: Convert timers to use timer_setup()Kees Cook-6/+10
2017-10-06leds: pca955x: Don't invert requested value in pca955x_gpio_set_value()Andrew Jeffery-5/+12
2017-10-06leds: ledtrig-activity: Add a system activity LED triggerWilly Tarreau-0/+283
2017-09-23as3645a: Unregister indicator LED on device unbindSakari Ailus-0/+1
2017-09-23as3645a: Use integer numbers for parsing LEDsSakari Ailus-2/+24
2017-09-23as3645a: Use ams,input-max-microamp as documented in DT bindingsSakari Ailus-1/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constChristoph Hellwig-2/+2
2017-09-07Merge tag 'leds_for_4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/j....Linus Torvalds-94/+329