summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)Author
2020-01-07leds: lm3692x: Disable chip on brightness 0Guido Günther
2020-01-07leds: lm3692x: Split out lm3692x_leds_disableGuido Günther
2020-01-07leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGuido Günther
2020-01-07leds: lm3692x: Make sure we don't exceed the maximum LED currentGuido Günther
2020-01-06leds: lm3692x: Allow to configure over voltage protectionGuido Günther
2020-01-06leds: populate the device's of_nodeJean-Jacques Hiblot
2020-01-06leds: Add managed API to get a LED from a device driverJean-Jacques Hiblot
2020-01-06leds: Add of_led_get() and led_put()Tomi Valkeinen
2020-01-06leds: lm3532: add pointer to documentation and fix typoPavel
2020-01-04leds: lm3532: use extended registration so that LED can be used for backlightPavel
2020-01-02leds: lm3642: remove warnings for bad strtol, cleanup gotosPavel Machek
2020-01-02leds: rb532: cleanup whitespacePavel Machek
2020-01-02ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()Pavel Machek
2019-12-21leds: tps6105x: add driver for MFD chip LED modeSven Van Asbroeck
2019-12-21led: max77650: add of_match tableBartosz Golaszewski
2019-12-21leds: bd2802: Convert to use GPIO descriptorsLinus Walleij
2019-12-21leds: pca963x: Fix open-drain initializationZahari Petkov
2019-12-21leds-as3645a: Drop fwnode reference on ignored nodeSakari Ailus
2019-12-21leds: gpio: Fix uninitialized gpio label for fwnode based probeJacek Anaszewski
2019-12-01Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2019-11-21leds: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker
2019-11-03leds: trigger: netdev: fix handling on interface renameMartin Schiller
2019-11-03leds: an30259a: add a check for devm_regmap_init_i2cChuhong Yuan
2019-11-03leds: mlxreg: Fix possible buffer overflowOleh Kravchenko
2019-11-03leds: pca953x: Use of_device_get_match_data()Stephen Boyd
2019-11-03leds: core: Fix devm_classdev_match to reference correct structureDan Murphy
2019-11-03leds: lm3601x: Convert class registration to device managedDan Murphy
2019-11-03leds: flash: Add devm_* functions to the flash classDan Murphy
2019-11-03leds: Kconfig: Be consistent with the usage of "LED"Dan Murphy
2019-11-03leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/triggerAkinobu Mita
2019-11-03leds: tlc591xx: update the maximum brightnessJean-Jacques Hiblot
2019-11-03leds: lm3692x: Use flags from LM3692X_BRT_CTRLGuido Günther
2019-11-03leds: lm3692x: Use flags from LM3692X_BOOST_CTRLGuido Günther
2019-11-03leds: lm3692x: Handle failure to probe the regulatorGuido Günther
2019-11-03leds: lm3692x: Don't overwrite return value in error pathGuido Günther
2019-11-03leds: lm3692x: Print error value on dev_errGuido Günther
2019-11-03leds: tlc591xx: use devm_led_classdev_register_ext()Jean-Jacques Hiblot
2019-11-03leds: tlc591xx: simplify driver by using the managed led APIJean-Jacques Hiblot
2019-11-03leds: bcm6358: Use devm_platform_ioremap_resource() in bcm6358_leds_probe()Markus Elfring
2019-11-03leds: bcm6328: Use devm_platform_ioremap_resource() in bcm6328_leds_probe()Markus Elfring
2019-11-03drivers: leds: tlc591xx: check error during device initDaniel Mack
2019-11-03leds: add LED driver for EL15203000 boardOleh Kravchenko
2019-10-29leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker
2019-09-12leds: lm3532: Fix optional led-max-microamp prop error handlingDan Murphy
2019-09-05led: triggers: Fix dereferencing of null pointerOleh Kravchenko
2019-09-03leds: ti-lmu-common: Move static keyword to the front of declarationKrzysztof Wilczynski
2019-09-03leds: lm3532: Move static keyword to the front of declarationsKrzysztof Wilczynski
2019-09-01leds: trigger: gpio: GPIO 0 is validAndy Shevchenko
2019-09-01leds: pwm: Use struct_size() helperGustavo A. R. Silva
2019-09-01leds: is31fl32xx: Use struct_size() helperGustavo A. R. Silva