summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'leds-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds2020-06-0413-80/+1020
|\
| * leds: add aw2013 driverNikita Travkin2020-05-253-0/+447
| * leds: trigger: remove redundant assignment to variable retColin Ian King2020-04-271-2/+2
| * leds: netxbig: Convert to use GPIO descriptorsLinus Walleij2020-04-271-67/+81
| * leds: add sgm3140 driverLuca Weiss2020-04-273-0/+329
| * leds: ariel: Add driver for status LEDs on Dell Wyse 3020Lubomir Rintel2020-04-273-0/+145
| * leds: pwm: check result of led_pwm_set() in led_pwm_add()Denis Osterland-Heim2020-04-271-5/+11
| * leds: tlc591xxt: hide error on EPROBE_DEFERTomi Valkeinen2020-04-171-2/+3
| * leds: tca6507: Include the right headerLinus Walleij2020-04-171-1/+1
| * leds: lt3593: Drop surplus includeLinus Walleij2020-04-171-1/+0
| * leds: lp3952: Include the right headerLinus Walleij2020-04-171-1/+1
| * leds: lm355x: Drop surplus includeLinus Walleij2020-04-171-1/+0
* | mailmap: change email for Ricardo RibaldaRicardo Ribalda Delgado2020-05-251-1/+1
|/
* 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