summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: trigger: audio: Add an activate callback to ensure the initial brightne...Hans de Goede2021-09-151-8/+29
* leds: lt3593: Put fwnode in any case during ->probe()Andy Shevchenko2021-09-151-3/+2
* leds: is31fl32xx: Fix missing error code in is31fl32xx_parse_dt()Jiapeng Chong2021-09-151-0/+1
* leds: turris-omnia: add missing MODULE_DEVICE_TABLEZou Wei2021-07-201-0/+1
* leds: tlc591xx: fix return value check in tlc591xx_probe()Yang Yingliang2021-07-201-2/+6
* leds: ktd2692: Fix an error handling pathChristophe JAILLET2021-07-141-9/+18
* leds: as3645a: Fix error return code in as3645a_parse_node()Zhen Lei2021-07-141-0/+1
* leds: lp50xx: Put fwnode in error case during ->probe()Andy Shevchenko2021-07-141-1/+1
* leds: lm3697: Don't spam logs when probe is deferredAndy Shevchenko2021-07-141-5/+3
* leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko2021-07-141-4/+4
* leds: lm36274: Put fwnode in error case during ->probe()Andy Shevchenko2021-07-141-0/+1
* leds: lm3532: select regmap I2C APIAndy Shevchenko2021-07-141-0/+1
* leds: class: The -ENOTSUPP should never be seen by user spaceAndy Shevchenko2021-07-141-4/+0
* leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter2021-05-261-1/+3
* Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman2021-05-261-3/+1
* leds: trigger: fix potential deadlock with libataAndrea Righi2021-02-031-4/+6
* leds: turris-omnia: check for LED_COLOR_ID_RGB instead LED_COLOR_ID_MULTIMarek Behún2020-12-301-2/+2
* leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'Christophe JAILLET2020-12-301-2/+4
* leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata()Yu Kuai2020-12-301-11/+24
* leds: pwm: Remove platform_data supportAlexander Dahl2020-10-071-25/+5
* leds: lm3697: Fix out-of-bound accessGabriel David2020-10-051-3/+5
* leds: ns2: do not guard OF match pointer with of_match_ptrMarek Behún2020-09-301-7/+7
* leds: ns2: convert to fwnode APIMarek Behún2020-09-301-29/+26
* leds: tlc591xx: fix leak of device node iteratorTobias Jordan2020-09-301-1/+3
* leds: pca963x: use struct led_init_data when registeringMarek Behún2020-09-301-13/+12
* leds: pca963x: register LEDs immediately after parsing, get rid of platdataMarek Behún2020-09-301-117/+71
* leds: tca6507: remove binding commentMarek Behún2020-09-301-17/+0
* leds: tca6507: cosmetic change: use helper variableMarek Behún2020-09-301-17/+16
* leds: tca6507: do not set GPIO namesMarek Behún2020-09-301-3/+0
* ledtrig-cpu: Limit to 8 CPUsPavel Machek2020-09-301-3/+10
* leds: TODO: Add documentation about possible subsystem improvementsPavel Machek2020-09-301-0/+75
* leds: pca9532: read pwm settings from device treeMarkus Moll2020-09-301-0/+5
* leds: pca9532: correct shift computation in pca9532_getledMarkus Moll2020-09-301-3/+5
* leds: lm36274: Fix warning for undefined parametersDan Murphy2020-09-301-2/+3
* leds: lm3532: Fix warnings for undefined parametersDan Murphy2020-09-301-25/+25
* leds: pca963x: use flexible arrayMarek Behún2020-09-301-16/+12
* leds: pca963x: cosmetic: rename variablesMarek Behún2020-09-301-51/+53
* leds: pca963x: cosmetic: rename variablesMarek Behún2020-09-301-27/+28
* leds: pca963x: use devres LED registering functionMarek Behún2020-09-301-20/+2
* leds: pca963x: cosmetic: use helper variables, better indentationMarek Behún2020-09-301-68/+71
* leds: tca6507: fix potential zero passed to ERR_PTRMarek Behún2020-09-301-1/+1
* leds: tca6507: fix warning triggered by fwnode conversion.Pavel Machek2020-09-301-1/+1
* leds: tca6507: use fwnode API instead of OFMarek Behún2020-09-301-37/+29
* leds: tca6507: Absorb platform dataMarek Behún2020-09-301-1/+10
* leds: parse linux,default-trigger DT property in LED coreMarek Behún2020-09-2624-72/+5
* leds: syscon: use struct led_init_data when registeringMarek Behún2020-09-261-3/+4
* leds: lm3532: don't parse label DT propertyMarek Behún2020-09-261-12/+0
* leds: lm36274: use devres LED registering functionMarek Behún2020-09-261-11/+2
* leds: lm36274: use platform device as parent of LEDMarek Behún2020-09-261-2/+2
* leds: lm36274: do not set chip settings in DT parsing functionMarek Behún2020-09-261-8/+8