aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/leds (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-19leds: lp50xx: Get rid of redundant check in lp50xx_enable_disable()Andy Shevchenko1-5/+3
2021-02-19leds: lp50xx: Reduce level of dereferencesAndy Shevchenko1-14/+12
2021-02-19leds: lp50xx: Switch to new style i2c-driver probe functionAndy Shevchenko1-17/+16
2021-02-19leds: lp50xx: Don't spam logs when probe is deferredAndy Shevchenko1-6/+3
2021-02-19leds: apu: extend support for PC Engines APU1 with newer firmwareAndreas Eberlein1-1/+10
2021-02-19leds: lgm: Add LED controller driver for LGM SoCAmireddy Mallikarjuna reddy5-0/+916
2021-02-19leds: led-core: Get rid of enum led_brightnessAbanoub Sameh3-19/+10
2021-02-03leds: gpio: Set max brightness to 1Dylan Van Assche1-1/+2
2021-02-03leds: lm3533: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-12-30leds: ss4200: simplify the return expression of register_nasgpio_led()Zheng Yongjun1-5/+1
2020-12-30leds: Use DEVICE_ATTR_{RW, RO, WO} macrosDwaipayan Ray8-53/+53
2020-11-25leds: turris-omnia: check for LED_COLOR_ID_RGB instead LED_COLOR_ID_MULTIMarek Behún1-2/+2
2020-11-25leds: turris-omnia: fix checkpatch warningMarek Behún1-2/+2
2020-11-25leds: turris-omnia: wrap to 80 columnsMarek Behún1-19/+24
2020-11-25leds: turris-omnia: use constants instead of macros for color commandMarek Behún1-21/+13
2020-11-25leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'Christophe JAILLET1-2/+4
2020-11-25leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata()Yu Kuai1-11/+24
2020-10-07leds: pwm: Remove platform_data supportAlexander Dahl1-25/+5
2020-10-05leds: lm3697: Fix out-of-bound accessGabriel David1-3/+5
2020-09-30leds: ns2: do not guard OF match pointer with of_match_ptrMarek Behún1-7/+7
2020-09-30leds: ns2: convert to fwnode APIMarek Behún1-29/+26
2020-09-30leds: tlc591xx: fix leak of device node iteratorTobias Jordan1-1/+3
2020-09-30leds: pca963x: use struct led_init_data when registeringMarek Behún1-13/+12
2020-09-30leds: pca963x: register LEDs immediately after parsing, get rid of platdataMarek Behún1-117/+71
2020-09-30leds: tca6507: remove binding commentMarek Behún1-17/+0
2020-09-30leds: tca6507: cosmetic change: use helper variableMarek Behún1-17/+16
2020-09-30leds: tca6507: do not set GPIO namesMarek Behún1-3/+0
2020-09-30ledtrig-cpu: Limit to 8 CPUsPavel Machek1-3/+10
2020-09-30leds: TODO: Add documentation about possible subsystem improvementsPavel Machek1-0/+75
2020-09-30leds: pca9532: read pwm settings from device treeMarkus Moll1-0/+5
2020-09-30leds: pca9532: correct shift computation in pca9532_getledMarkus Moll1-3/+5
2020-09-30leds: lm36274: Fix warning for undefined parametersDan Murphy1-2/+3
2020-09-30leds: lm3532: Fix warnings for undefined parametersDan Murphy1-25/+25
2020-09-30leds: pca963x: use flexible arrayMarek Behún1-16/+12
2020-09-30leds: pca963x: cosmetic: rename variablesMarek Behún1-51/+53
2020-09-30leds: pca963x: cosmetic: rename variablesMarek Behún1-27/+28
2020-09-30leds: pca963x: use devres LED registering functionMarek Behún1-20/+2
2020-09-30leds: pca963x: cosmetic: use helper variables, better indentationMarek Behún1-68/+71
2020-09-30leds: tca6507: fix potential zero passed to ERR_PTRMarek Behún1-1/+1
2020-09-30leds: tca6507: fix warning triggered by fwnode conversion.Pavel Machek1-1/+1
2020-09-30leds: tca6507: use fwnode API instead of OFMarek Behún1-37/+29
2020-09-30leds: tca6507: Absorb platform dataMarek Behún1-1/+10
2020-09-26leds: parse linux,default-trigger DT property in LED coreMarek Behún24-72/+5
2020-09-26leds: syscon: use struct led_init_data when registeringMarek Behún1-3/+4
2020-09-26leds: lm3532: don't parse label DT propertyMarek Behún1-12/+0
2020-09-26leds: lm36274: use devres LED registering functionMarek Behún1-11/+2
2020-09-26leds: lm36274: use platform device as parent of LEDMarek Behún1-2/+2
2020-09-26leds: lm36274: do not set chip settings in DT parsing functionMarek Behún1-8/+8
2020-09-26leds: lm36274: use struct led_init_data when registeringMarek Behún1-17/+25
2020-09-26leds: lm36274: don't iterate through children since there is only oneMarek Behún1-27/+23