summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)Author
2020-09-26leds: ns2: move parsing of one LED into separate functionMarek Behún
2020-09-26leds: ns2: support OF probing only, forget platdataMarek Behún
2020-09-26leds: ns2: alloc simple array instead of struct ns2_led_privMarek Behún
2020-09-26leds: ns2: use devres LED registering functionMarek Behún
2020-09-26leds: is31fl32xx: use struct led_init_data when registeringMarek Behún
2020-09-26leds: pm8058: cosmetic change: no need to return in if guardMarek Behún
2020-09-26leds: pm8058: cosmetic change: use helper variableMarek Behún
2020-09-26leds: pm8058: use struct led_init_data when registeringMarek Behún
2020-09-26leds: mt6323: cosmetic change: use helper variableMarek Behún
2020-09-26leds: mt6323: use struct led_init_data when registeringMarek Behún
2020-09-26leds: max77650: use struct led_init_data when registeringMarek Behún
2020-09-26leds: lm3697: cosmetic change: use helper variable, reverse christmas treeMarek Behún
2020-09-26leds: lm3697: use struct led_init_data when registeringMarek Behún
2020-09-26leds: bcm6328, bcm6358: use struct led_init_data when registeringMarek Behún
2020-09-26leds: bcm6328, bcm6358: use devres LED registering functionMarek Behún
2020-09-26leds: various: fix OF node leaksMarek Behún
2020-09-26leds: various: use only available OF childrenMarek Behún
2020-09-26leds: lt3593: do not rewrite .of_node of new LED device to wrong valueMarek Behún
2020-09-26leds: various: use dev_of_node(dev) instead of dev->of_nodeMarek Behún
2020-09-26leds: various: use device_get_match_dataMarek Behún
2020-09-26leds: ip30: compile if COMPILE_TEST=yMarek Behún
2020-09-26leds: various: compile if COMPILE_TEST=yMarek Behún
2020-09-26leds: pwm: Allow automatic labels for DT based devicesAlexander Dahl
2020-09-09leds: tlc591xx: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-09leds: sgm3140: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-09leds: pwm: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-09leds: lm3692x: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-09leds: is31fl319x: Add shutdown pin and generate a 5ms low pulse when startupGrant Feng
2020-08-17leds: lp50xx: Add the LP50XX family of the RGB LED driverDan Murphy
2020-08-17leds: LP55XX_COMMON needs to depend on LEDS_CLASSRandy Dunlap
2020-08-17leds: pca955x: Add an IBM software implementation of the PCA9552 chipEddie James
2020-08-17leds: sgm3140: fix led->LED for consistencyPavel Machek
2020-08-17leds: mt6323: move period calculationTom Rix
2020-08-17leds: s3c24xx: Remove unused machine header includeKrzysztof Kozlowski
2020-08-05Merge tag 'leds-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2020-08-03leds: disallow /sys/class/leds/*:multi:* for nowPavel Machek
2020-08-03leds: add RGB color option, as that is different from multicolor.Pavel Machek
2020-07-28Make LEDS_LP55XX_COMMON depend on I2C to fix build errors:Randy Dunlap
2020-07-24leds: initial support for Turris Omnia LEDsMarek Behún
2020-07-24leds: pattern trigger -- check pattern for validityPavel Machek
2020-07-22leds: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-22leds: trigger: add support for LED-private device triggersMarek Behún
2020-07-22leds: lp5521: Add multicolor framework multicolor brightness supportDan Murphy
2020-07-22leds: lp5523: Update the lp5523 code to add multicolor brightness functionDan Murphy
2020-07-22leds: lp55xx: Add multicolor framework support to lp55xxDan Murphy
2020-07-22leds: lp55xx: Convert LED class registration to devm_*Dan Murphy
2020-07-22leds: multicolor: Introduce a multicolor class definitionDan Murphy
2020-07-15leds: Add multicolor ID to the color ID listDan Murphy
2020-07-15leds: lp5523: Fix various formatting issues in the codeDan Murphy
2020-07-15leds: lp55xx: Fix file permissions to use DEVICE_ATTR macrosDan Murphy