aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-03leds: lm3692x: Update license header to SPDXDan Murphy1-14/+3
2018-07-03leds: max8997: use mode when calling max8997_led_set_modeColin Ian King1-1/+1
2018-07-03leds: lt3593: update email address and switch to SPDX license headerDaniel Mack1-19/+4
2018-07-03leds: lt3593: Add device tree probing glueDaniel Mack1-0/+70
2018-07-03leds: lt3593: switch to gpiod interfaceDaniel Mack1-14/+12
2018-07-03leds: lt3593: merge functions and clean up codeDaniel Mack1-68/+35
2018-06-28leds: triggers: don't depend on LEDS_TRIGGERS twiceUwe Kleine-König1-14/+1
2018-06-28leds: Modify PC Engines apu/apu2 driver to support apu3Raffaello D. Di Napoli2-3/+46
2018-06-19leds: ledtrig-activity: use ktime_get_boot_ns()Arnd Bergmann1-4/+1
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/git/j.anaszewski/linux-ledsLinus Torvalds11-47/+973
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus 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/j.anaszewski/linux-ledsLinus 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