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