summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: core: Fix warning message when init_dataRicardo Ribalda Delgado2020-04-061-1/+1
* leds: sort Makefile entriesPavel Machek2020-04-061-50/+50
* leds: ip30: label power LED as suchPavel Machek2020-04-061-1/+1
* leds: lm3532: make bitfield 'enabled' unsignedColin Ian King2020-04-061-1/+1
* leds: leds-pwm: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-211-1/+1
* leds: leds-is31fl32xx: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-211-1/+1
* leds: pwm: remove useless pwm_period_nsDenis Osterland-Heim2020-03-211-4/+0
* leds: pwm: remove headerDenis Osterland-Heim2020-03-211-1/+13
* leds: pwm: convert to atomic PWM APIUwe Kleine-König2020-02-261-32/+9
* leds: pwm: simplify if conditionUwe Kleine-König2020-02-261-1/+1
* leds: add SGI IP30 led supportThomas Bogendoerfer2020-02-263-0/+98
* leds: lm3697: fix spelling mistake "To" -> "Too"Colin Ian King2020-02-261-1/+1
* leds: leds-bd2802: remove set but not used variable 'pdata'YueHaibing2020-02-261-2/+0
* leds: ns2: Convert to GPIO descriptorsLinus Walleij2020-02-261-42/+31
* leds: ns2: Absorb platform dataLinus Walleij2020-02-261-3/+27
* 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