aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2020-04-06leds: core: Fix warning message when init_dataGravatar Ricardo Ribalda Delgado 1-1/+1
2020-04-06leds: sort Makefile entriesGravatar Pavel Machek 1-50/+50
2020-04-06leds: ip30: label power LED as suchGravatar Pavel Machek 1-1/+1
2020-04-06leds: lm3532: make bitfield 'enabled' unsignedGravatar Colin Ian King 1-1/+1
2020-03-21leds: leds-pwm: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-21leds: leds-is31fl32xx: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-03-21leds: pwm: remove useless pwm_period_nsGravatar Denis Osterland-Heim 1-4/+0
2020-03-21leds: pwm: remove headerGravatar Denis Osterland-Heim 1-1/+13
2020-02-26leds: pwm: convert to atomic PWM APIGravatar Uwe Kleine-König 1-32/+9
2020-02-26leds: pwm: simplify if conditionGravatar Uwe Kleine-König 1-1/+1
2020-02-26leds: add SGI IP30 led supportGravatar Thomas Bogendoerfer 3-0/+98
2020-02-26leds: lm3697: fix spelling mistake "To" -> "Too"Gravatar Colin Ian King 1-1/+1
2020-02-26leds: leds-bd2802: remove set but not used variable 'pdata'Gravatar YueHaibing 1-2/+0
2020-02-26leds: ns2: Convert to GPIO descriptorsGravatar Linus Walleij 1-42/+31
2020-02-26leds: ns2: Absorb platform dataGravatar Linus Walleij 1-3/+27
2020-01-07leds: lm3692x: Disable chip on brightness 0Gravatar Guido Günther 1-1/+17
2020-01-07leds: lm3692x: Split out lm3692x_leds_disableGravatar Guido Günther 1-16/+26
2020-01-07leds: lm3692x: Move lm3692x_init and rename to lm3692x_leds_enableGravatar Guido Günther 1-35/+35
2020-01-07leds: lm3692x: Make sure we don't exceed the maximum LED currentGravatar Guido Günther 1-1/+19
2020-01-06leds: lm3692x: Allow to configure over voltage protectionGravatar Guido Günther 1-4/+30
2020-01-06leds: populate the device's of_nodeGravatar Jean-Jacques Hiblot 1-1/+3
2020-01-06leds: Add managed API to get a LED from a device driverGravatar Jean-Jacques Hiblot 1-0/+49
2020-01-06leds: Add of_led_get() and led_put()Gravatar Tomi Valkeinen 1-0/+44
2020-01-06leds: lm3532: add pointer to documentation and fix typoGravatar Pavel 1-1/+2
2020-01-04leds: lm3532: use extended registration so that LED can be used for backlightGravatar Pavel 1-1/+7
2020-01-02leds: lm3642: remove warnings for bad strtol, cleanup gotosGravatar Pavel Machek 1-23/+14
2020-01-02leds: rb532: cleanup whitespaceGravatar Pavel Machek 1-1/+0
2020-01-02ledtrig-pattern: fix email address quoting in MODULE_AUTHOR()Gravatar Pavel Machek 1-2/+2
2019-12-21leds: tps6105x: add driver for MFD chip LED modeGravatar Sven Van Asbroeck 3-0/+100
2019-12-21led: max77650: add of_match tableGravatar Bartosz Golaszewski 1-0/+7
2019-12-21leds: bd2802: Convert to use GPIO descriptorsGravatar Linus Walleij 1-9/+18
2019-12-21leds: pca963x: Fix open-drain initializationGravatar Zahari Petkov 1-3/+5
2019-12-21leds-as3645a: Drop fwnode reference on ignored nodeGravatar Sakari Ailus 1-1/+2
2019-12-21leds: gpio: Fix uninitialized gpio label for fwnode based probeGravatar Jacek Anaszewski 1-1/+9
2019-12-01Merge tag 'leds-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Gravatar Linus Torvalds 16-138/+578
2019-11-21leds: Use all-in-one vtime aware kcpustat accessorGravatar Frederic Weisbecker 1-5/+9
2019-11-03leds: trigger: netdev: fix handling on interface renameGravatar Martin Schiller 1-1/+4
2019-11-03leds: an30259a: add a check for devm_regmap_init_i2cGravatar Chuhong Yuan 1-0/+7
2019-11-03leds: mlxreg: Fix possible buffer overflowGravatar Oleh Kravchenko 1-2/+2
2019-11-03leds: pca953x: Use of_device_get_match_data()Gravatar Stephen Boyd 1-12/+2
2019-11-03leds: core: Fix devm_classdev_match to reference correct structureGravatar Dan Murphy 1-1/+1
2019-11-03leds: lm3601x: Convert class registration to device managedGravatar Dan Murphy 1-3/+1
2019-11-03leds: flash: Add devm_* functions to the flash classGravatar Dan Murphy 1-0/+50
2019-11-03leds: Kconfig: Be consistent with the usage of "LED"Gravatar Dan Murphy 1-2/+2
2019-11-03leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/triggerGravatar Akinobu Mita 3-26/+78
2019-11-03leds: tlc591xx: update the maximum brightnessGravatar Jean-Jacques Hiblot 1-3/+4
2019-11-03leds: lm3692x: Use flags from LM3692X_BRT_CTRLGravatar Guido Günther 1-1/+1
2019-11-03leds: lm3692x: Use flags from LM3692X_BOOST_CTRLGravatar Guido Günther 1-3/+3
2019-11-03leds: lm3692x: Handle failure to probe the regulatorGravatar Guido Günther 1-2/+11
2019-11-03leds: lm3692x: Don't overwrite return value in error pathGravatar Guido Günther 1-4/+5