summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2021-07-20leds: turris-omnia: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-07-20leds: tlc591xx: fix return value check in tlc591xx_probe()Yang Yingliang1-2/+6
2021-07-14leds: ktd2692: Fix an error handling pathChristophe JAILLET1-9/+18
2021-07-14leds: as3645a: Fix error return code in as3645a_parse_node()Zhen Lei1-0/+1
2021-07-14leds: lp50xx: Put fwnode in error case during ->probe()Andy Shevchenko1-1/+1
2021-07-14leds: lm3697: Don't spam logs when probe is deferredAndy Shevchenko1-5/+3
2021-07-14leds: lm3692x: Put fwnode in any case during ->probe()Andy Shevchenko1-4/+4
2021-07-14leds: lm36274: Put fwnode in error case during ->probe()Andy Shevchenko1-0/+1
2021-07-14leds: lm3532: select regmap I2C APIAndy Shevchenko1-0/+1
2021-07-14leds: lgm-sso: Fix clock handlingAndy Shevchenko1-27/+17
2021-07-14leds: class: The -ENOTSUPP should never be seen by user spaceAndy Shevchenko1-4/+0
2021-05-13leds: lp5523: check return value of lp5xx_read and jump to cleanup codePhillip Potter1-1/+3
2021-05-13Revert "leds: lp5523: fix a missing check of return value of lp55xx_read"Greg Kroah-Hartman1-3/+1
2021-05-03Merge tag 'leds-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds11-28/+468
2021-04-26leds: pca9532: Assign gpio base dynamicallyStefan Riedmueller1-0/+2
2021-04-26leds: trigger: pattern: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2021-04-25leds: LEDS_BLINK_LGM should depend on X86Geert Uytterhoeven1-4/+2
2021-04-25leds: lgm: Fix spelling mistake "prepate" -> "prepare"Colin Ian King1-1/+1
2021-04-25leds-lm3642: convert comma to semicolonZheng Yongjun1-2/+2
2021-04-10treewide: change my e-mail address, fix my nameMarek Behún1-2/+2
2021-03-26leds: rt4505: Add support for Richtek RT4505 flash LED controllerChiYuan Huang3-0/+442
2021-03-26leds: Kconfig: LEDS_CLASS is usually selected.Pavel Machek1-1/+1
2021-03-25leds: lgm: Improve Kconfig helpRahul Tanwar4-24/+21
2021-03-10leds: trigger/tty: Use led_set_brightness_sync() from workqueueUwe Kleine-König1-2/+2
2021-03-10leds: trigger: Fix error path to not unlock the unlocked mutexUwe Kleine-König1-5/+2
2021-03-09leds: lgm: fix gpiolib dependencyArnd Bergmann1-0/+1
2021-02-27Merge tag 'leds-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds20-126/+1030
2021-02-21Merge tag 'tty-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-0/+193
2021-02-20leds: lp50xx: Get rid of redundant explicit castingAndy Shevchenko1-2/+2
2021-02-20leds: lp50xx: Update headers block to reflect realityAndy Shevchenko1-2/+1
2021-02-20leds: lp50xx: Get rid of redundant check in lp50xx_enable_disable()Andy Shevchenko1-5/+3
2021-02-20leds: lp50xx: Reduce level of dereferencesAndy Shevchenko1-14/+12
2021-02-20leds: lp50xx: Switch to new style i2c-driver probe functionAndy Shevchenko1-17/+16
2021-02-20leds: lp50xx: Don't spam logs when probe is deferredAndy Shevchenko1-6/+3
2021-02-20leds: 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-14leds: rt8515: add V4L2_FLASH_LED_CLASS dependencyArnd Bergmann1-0/+1
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
2021-01-31leds: rt8515: Add Richtek RT8515 LED driverLinus Walleij5-0/+421
2021-01-31leds: trigger: fix potential deadlock with libataAndrea Righi1-4/+6
2021-01-31leds: leds-ariel: convert comma to semicolonZheng Yongjun1-3/+3
2021-01-31leds: leds-lm3533: convert comma to semicolonZheng Yongjun1-1/+1
2021-01-15leds: trigger: implement a tty triggerUwe Kleine-König3-0/+193
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