summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: lm3692x: Disable chip on brightness 0Guido Günther2020-01-071-1/+17
* leds: lm3692x: Split out lm3692x_leds_disableGuido Günther2020-01-071-16/+26
* leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGuido Günther2020-01-071-35/+35
* leds: lm3692x: Make sure we don't exceed the maximum LED currentGuido Günther2020-01-071-1/+19
* leds: lm3692x: Allow to configure over voltage protectionGuido Günther2020-01-061-4/+30
* leds: populate the device's of_nodeJean-Jacques Hiblot2020-01-061-1/+3
* leds: Add managed API to get a LED from a device driverJean-Jacques Hiblot2020-01-061-0/+49
* leds: Add of_led_get() and led_put()Tomi Valkeinen2020-01-061-0/+44
* leds: lm3532: add pointer to documentation and fix typoPavel2020-01-061-1/+2
* leds: lm3532: use extended registration so that LED can be used for backlightPavel2020-01-041-1/+7
* leds: lm3642: remove warnings for bad strtol, cleanup gotosPavel Machek2020-01-021-23/+14
* leds: rb532: cleanup whitespacePavel Machek2020-01-021-1/+0
* ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()Pavel Machek2020-01-021-2/+2
* leds: tps6105x: add driver for MFD chip LED modeSven Van Asbroeck2019-12-213-0/+100
* led: max77650: add of_match tableBartosz Golaszewski2019-12-211-0/+7
* leds: bd2802: Convert to use GPIO descriptorsLinus Walleij2019-12-211-9/+18
* leds: pca963x: Fix open-drain initializationZahari Petkov2019-12-211-3/+5
* leds-as3645a: Drop fwnode reference on ignored nodeSakari Ailus2019-12-211-1/+2
* leds: gpio: Fix uninitialized gpio label for fwnode based probeJacek Anaszewski2019-12-211-1/+9
* Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds2019-12-0116-138/+578
|\
| * leds: trigger: netdev: fix handling on interface renameMartin Schiller2019-11-031-1/+4
| * leds: an30259a: add a check for devm_regmap_init_i2cChuhong Yuan2019-11-031-0/+7
| * leds: mlxreg: Fix possible buffer overflowOleh Kravchenko2019-11-031-2/+2
| * leds: pca953x: Use of_device_get_match_data()Stephen Boyd2019-11-031-12/+2
| * leds: core: Fix devm_classdev_match to reference correct structureDan Murphy2019-11-031-1/+1
| * leds: lm3601x: Convert class registration to device managedDan Murphy2019-11-031-3/+1
| * leds: flash: Add devm_* functions to the flash classDan Murphy2019-11-031-0/+50
| * leds: Kconfig: Be consistent with the usage of "LED"Dan Murphy2019-11-031-2/+2
| * leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/triggerAkinobu Mita2019-11-033-26/+78
| * leds: tlc591xx: update the maximum brightnessJean-Jacques Hiblot2019-11-031-3/+4
| * leds: lm3692x: Use flags from LM3692X_BRT_CTRLGuido Günther2019-11-031-1/+1
| * leds: lm3692x: Use flags from LM3692X_BOOST_CTRLGuido Günther2019-11-031-3/+3
| * leds: lm3692x: Handle failure to probe the regulatorGuido Günther2019-11-031-2/+11
| * leds: lm3692x: Don't overwrite return value in error pathGuido Günther2019-11-031-4/+5
| * leds: lm3692x: Print error value on dev_errGuido Günther2019-11-031-7/+10
| * leds: tlc591xx: use devm_led_classdev_register_ext()Jean-Jacques Hiblot2019-11-031-3/+5
| * leds: tlc591xx: simplify driver by using the managed led APIJean-Jacques Hiblot2019-11-031-62/+22
| * leds: bcm6358: Use devm_platform_ioremap_resource() in bcm6358_leds_probe()Markus Elfring2019-11-031-6/+1
| * leds: bcm6328: Use devm_platform_ioremap_resource() in bcm6328_leds_probe()Markus Elfring2019-11-031-6/+1
| * drivers: leds: tlc591xx: check error during device initDaniel Mack2019-11-031-1/+4
| * leds: add LED driver for EL15203000 boardOleh Kravchenko2019-11-033-0/+371
* | leds: Use all-in-one vtime aware kcpustat accessorFrederic Weisbecker2019-11-211-5/+9
* | leds: Use vtime aware kcpustat accessor to fetch CPUTIME_SYSTEMFrederic Weisbecker2019-10-291-1/+1
|/
* leds: lm3532: Fix optional led-max-microamp prop error handlingDan Murphy2019-09-121-5/+8
* led: triggers: Fix dereferencing of null pointerOleh Kravchenko2019-09-051-2/+2
* leds: ti-lmu-common: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-031-1/+1
* leds: lm3532: Move static keyword to the front of declarationsKrzysztof Wilczynski2019-09-031-3/+3
* leds: trigger: gpio: GPIO 0 is validAndy Shevchenko2019-09-011-5/+7
* leds: pwm: Use struct_size() helperGustavo A. R. Silva2019-09-011-7/+1
* leds: is31fl32xx: Use struct_size() helperGustavo A. R. Silva2019-09-011-7/+1