summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)Author
2021-05-26leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter
2021-05-26Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman
2021-02-03leds: trigger: fix potential deadlock with libataAndrea Righi
2020-11-05leds: bcm6328, bcm6358: use devres LED registering functionMarek Behún
2020-10-01leds: mlxreg: Fix possible buffer overflowOleh Kravchenko
2020-08-19leds: core: Flush scheduled work for system suspendKai-Heng Feng
2020-08-19leds: lm355x: avoid enum conversion warningArnd Bergmann
2020-08-11leds: 88pm860x: fix use-after-free on unbindJohan Hovold
2020-08-11leds: lm3533: fix use-after-free on unbindJohan Hovold
2020-08-11leds: da903x: fix use-after-free on unbindJohan Hovold
2020-08-11leds: wm831x-status: fix use-after-free on unbindJohan Hovold
2020-02-24leds: pca963x: Fix open-drain initializationZahari Petkov
2020-01-27led: triggers: Fix dereferencing of null pointerOleh Kravchenko
2020-01-04leds: lm3692x: Handle failure to probe the regulatorGuido Günther
2019-12-17leds: trigger: netdev: fix handling on interface renameMartin Schiller
2019-10-05led: triggers: Fix a memory leak bugWenwen Wang
2019-10-05leds: leds-lp5562 allow firmware files up to the maximum lengthNick Stoughton
2019-05-04leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes
2019-05-04leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu
2019-05-04leds: trigger: netdev: fix refcnt leak on interface renameRafał Miłecki
2019-04-05leds: lp55xx: fix null deref on firmware load failureMichal Kazior
2019-02-27leds: lp5523: fix a missing check of return value of lp55xx_readKangjie Lu
2019-01-13leds: pwm: silently error out on EPROBE_DEFERJerome Brunet
2018-08-06leds: ns2: Change unsigned to unsigned intKitone Elvis Peter
2018-07-05leds: gpio trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: backlight trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: activity trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: default-on trigger: make use of module_led_trigger()Uwe Kleine-König
2018-07-05leds: heartbeat trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: oneshot trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: transient trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: timer trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: netdev trigger: simplifications from core changesUwe Kleine-König
2018-07-05leds: triggers: handle .trigger_data and .activated() in the coreUwe Kleine-König
2018-07-05leds: triggers: add device attribute supportUwe Kleine-König
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König
2018-07-05leds: triggers: make the MODULE_LICENSE string match the actual licenseUwe Kleine-König
2018-07-03leds: lm3692x: Support LED sync configurationDan Murphy
2018-07-03leds: lm3692x: Change DT calls to fwnode callsDan Murphy
2018-07-03leds: lm3692x: Update license header to SPDXDan Murphy
2018-07-03leds: max8997: use mode when calling max8997_led_set_modeColin Ian King
2018-07-03leds: lt3593: update email address and switch to SPDX license headerDaniel Mack
2018-07-03leds: lt3593: Add device tree probing glueDaniel Mack
2018-07-03leds: lt3593: switch to gpiod interfaceDaniel Mack
2018-07-03leds: lt3593: merge functions and clean up codeDaniel Mack
2018-06-28leds: triggers: don't depend on LEDS_TRIGGERS twiceUwe Kleine-König
2018-06-28leds: Modify PC Engines apu/apu2 driver to support apu3Raffaello D. Di Napoli
2018-06-19leds: ledtrig-activity: use ktime_get_boot_ns()Arnd Bergmann
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-06-12leds: Use struct_size() in allocationKees Cook