summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: lm3532: add pointer to documentation and fix typoPavel2020-01-221-1/+2
* leds: rb532: cleanup whitespacePavel Machek2020-01-221-1/+0
* ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()Pavel Machek2020-01-221-2/+2
* led: max77650: add of_match tableBartosz Golaszewski2020-01-221-0/+7
* leds-as3645a: Drop fwnode reference on ignored nodeSakari Ailus2020-01-221-1/+2
* leds: gpio: Fix uninitialized gpio label for fwnode based probeJacek Anaszewski2020-01-221-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
* leds: ti-lmu-common: Fix coccinelle issue in TI LMUDan Murphy2019-09-011-9/+6
* leds: lm3532: Avoid potentially unpaired regulator callsTony Lindgren2019-09-011-2/+24
* leds: syscon: Use resource managed variant of device registerAlexander Dahl2019-09-011-1/+1
* leds: Allow to call led_classdev_unregister() unconditionallyAndy Shevchenko2019-08-261-0/+4
* leds: lm3532: Add full scale current configurationDan Murphy2019-08-261-0/+25
* leds: lm3532: Fixes for the driver for stabilityDan Murphy2019-08-261-4/+13
* leds: lm3532: Change the define for the fs current registerDan Murphy2019-08-261-6/+6
* leds: lm3532: Fix brightness control for i2c modeDan Murphy2019-08-261-14/+30
* leds: Switch to use fwnode instead of be stuck with OF oneAndy Shevchenko2019-08-232-8/+5
* leds: max77650: Switch to fwnode property APIAndy Shevchenko2019-08-231-13/+9
* led: triggers: Fix a memory leak bugWenwen Wang2019-08-201-0/+1
* leds: pca953x: Include the right headerLinus Walleij2019-08-081-1/+1
* Merge tag 'generic_lookup_helpers' into for-nextJacek Anaszewski2019-07-301-8/+1
|\