summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes2019-05-041-1/+2
* leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu2019-05-041-2/+6
* leds: trigger: netdev: fix refcnt leak on interface renameRafał Miłecki2019-05-041-8/+5Star
* leds: lp55xx: fix null deref on firmware load failureMichal Kazior2019-04-051-2/+2
* leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu2019-02-271-1/+3
* leds: pwm: silently error out on EPROBE_DEFERJerome Brunet2019-01-131-2/+3
* leds: ns2: Change unsigned to unsigned intKitone Elvis Peter2018-08-061-2/+2
* leds: gpio trigger: simplifications from core changesUwe Kleine-König2018-07-051-62/+25Star
* leds: backlight trigger: simplifications from core changesUwe Kleine-König2018-07-051-43/+19Star
* leds: activity trigger: simplifications from core changesUwe Kleine-König2018-07-051-22/+16Star
* leds: default-on trigger: make use of module_led_trigger()Uwe Kleine-König2018-07-051-13/+1Star
* leds: heartbeat trigger: simplifications from core changesUwe Kleine-König2018-07-051-22/+19Star
* leds: oneshot trigger: simplifications from core changesUwe Kleine-König2018-07-051-63/+26Star
* leds: transient trigger: simplifications from core changesUwe Kleine-König2018-07-051-68/+30Star
* leds: timer trigger: simplifications from core changesUwe Kleine-König2018-07-051-40/+13Star
* leds: netdev trigger: simplifications from core changesUwe Kleine-König2018-07-051-68/+31Star
* leds: triggers: handle .trigger_data and .activated() in the coreUwe Kleine-König2018-07-051-0/+3
* leds: triggers: add device attribute supportUwe Kleine-König2018-07-051-0/+12
* leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-0510-28/+63
* leds: triggers: make the MODULE_LICENSE string match the actual licenseUwe Kleine-König2018-07-056-12/+8Star
* leds: lm3692x: Support LED sync configurationDan Murphy2018-07-031-38/+120
* leds: lm3692x: Change DT calls to fwnode callsDan Murphy2018-07-031-17/+21
* leds: lm3692x: Update license header to SPDXDan Murphy2018-07-031-14/+3Star
* leds: max8997: use mode when calling max8997_led_set_modeColin Ian King2018-07-031-1/+1
* leds: lt3593: update email address and switch to SPDX license headerDaniel Mack2018-07-031-19/+4Star
* leds: lt3593: Add device tree probing glueDaniel Mack2018-07-031-0/+70
* leds: lt3593: switch to gpiod interfaceDaniel Mack2018-07-031-14/+12Star
* leds: lt3593: merge functions and clean up codeDaniel Mack2018-07-031-68/+35Star
* leds: triggers: don't depend on LEDS_TRIGGERS twiceUwe Kleine-König2018-06-281-14/+1Star
* leds: Modify PC Engines apu/apu2 driver to support apu3Raffaello D. Di Napoli2018-06-282-3/+46
* leds: ledtrig-activity: use ktime_get_boot_ns()Arnd Bergmann2018-06-191-4/+1Star
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-1316-40/+43
* leds: Use struct_size() in allocationKees Cook2018-06-131-2/+1Star
* leds: class: ensure workqueue is initialized before setting brightnessLuis Henriques2018-05-241-2/+8
* leds: lm3601x: Introduce the lm3601x LED driverDan Murphy2018-05-233-0/+497
* leds: sc27xx: Fix return value check in sc27xx_led_probe()Wei Yongjun2018-05-221-2/+2
* leds: Add Spreadtrum SC27xx breathing light controller driverBaolin Wang2018-05-143-0/+256
* leds: wm831x-status: Use sysfs_match_string() helperAndy Shevchenko2018-05-031-16/+6Star
* leds: add LED driver for CR0014114 boardOleh Kravchenko2018-04-163-0/+329
* leds: Fix wrong dmi_match on PC Engines APU LEDsHans Ulli Kroll2018-03-201-1/+1
* leds: Extends disk trigger for reads and writesLinus Walleij2018-03-111-1/+11
* leds: Add more product/board names for PC Engines APU2Timothy Redaelli2018-02-191-2/+24
* leds: add driver for support Mellanox regmap LEDs for BMC and x86 platformVadim Pasternak2018-02-193-0/+291
* leds: fix Kconfig text for MLXCPLD, SYSCON, MC13783, NETXBIGVadim Pasternak2018-02-151-5/+5
* leds: Clarify supported chips by LM355x driverPavel Machek2018-02-121-4/+4
* leds: leds-mlxcpld: Allow compilation for 32 bit archVadim Pasternak2018-02-121-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* Merge tag 'leds_for_4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-3111-47/+973
|\
| * leds: ledtrig-transient: Add SPDX license identifiersShuah Khan2018-01-111-20/+13Star
| * leds: lp8860: Various fixes to align with LED frameworkDan Murphy2018-01-082-9/+6Star