summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-03-27leds: sgm3140: Add missing timer cleanup and flash gpio controlOndrej Jirman1-0/+3
2024-03-27leds: aw2013: Unlock mutex before destroying itGeorge Stark1-0/+1
2024-02-05leds: trigger: panic: Don't register panic notifier if creating the trigger f...Heiner Kallweit1-1/+4
2024-01-26leds: aw2013: Select missing dependency REGMAP_I2CDang Huynh1-0/+1
2024-01-20leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert1-0/+4
2023-11-20leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET1-2/+2
2023-11-20leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König1-1/+1
2023-11-20leds: turris-omnia: Do not use SMBUS callsMarek Behún1-12/+42
2023-11-20leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún1-10/+1
2023-10-10leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún1-4/+0
2023-09-13leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún1-4/+8
2023-09-13leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún1-4/+4
2023-09-13leds: multicolor: Use rounded division when calculating color componentsMarek Behún1-3/+5
2023-09-13leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter1-1/+1
2023-08-23led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei1-2/+6
2023-07-19leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi1-0/+3
2023-05-11leds: tca6507: Fix error handling of using fwnode_property_read_stringH. Nikolaus Schaller1-2/+3
2023-05-11leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2023-04-13pwm: Make .get_state() callback return an error codeUwe Kleine-König1-6/+8
2023-03-10leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driverHenning Schild1-0/+2
2023-03-10leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()Andy Shevchenko1-1/+6
2023-03-10leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin1-0/+1
2023-03-10leds: led-class: Add missing put_device() to led_put()Hans de Goede1-1/+4
2022-12-31leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}Luca Weiss1-1/+2
2022-12-31led: qcom-lpg: Fix sleeping in atomicDmitry Baryshkov1-7/+11
2022-10-24leds: simatic-ipc-leds-gpio: fix incorrect LED to GPIO mappingHenning Schild1-6/+6
2022-10-14Merge tag 'leds-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds1-2/+20
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+37
2022-09-27leds: pca963: fix misleading indentationPavel Machek1-1/+1
2022-09-21leds: pca963x: fix blink with hw accelerationBernardo Rodrigues1-2/+20
2022-09-10leds: simatic-ipc-leds-gpio: Make simatic_ipc_led_gpio_table staticHans de Goede1-1/+1
2022-09-01leds: simatic-ipc-leds-gpio: add new model 227GHenning Schild1-5/+37
2022-08-16i2c: Make remove callback return voidUwe Kleine-König25-72/+26
2022-08-16leds: lm3601x: Improve error reporting for problems during .remove()Uwe Kleine-König1-3/+8
2022-08-16leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König1-2/+0
2022-08-16leds: lm3697: Remove duplicated error reporting in .remove()Uwe Kleine-König1-3/+1
2022-08-08Merge tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds7-198/+675
2022-08-02leds: is31fl319x: use simple i2c probe functionAndy Shevchenko1-3/+2
2022-08-02leds: is31fl319x: Fix devm vs. non-devm orderingAndy Shevchenko1-23/+9
2022-08-02leds: is31fl319x: Make use of dev_err_probe()Andy Shevchenko1-20/+13
2022-08-02leds: is31fl319x: Make use of device propertiesAndy Shevchenko2-25/+21
2022-08-02leds: is31fl319x: Cleanup formatting and dev_dbg callsVincent Knecht1-13/+9
2022-08-02leds: is31fl319x: Add support for is31fl319{0,1,3} chipsVincent Knecht1-14/+147
2022-08-02leds: is31fl319x: Move chipset-specific values in chipdef structVincent Knecht1-83/+125
2022-08-02leds: is31fl319x: Use non-wildcard names for vars, structs and definesVincent Knecht1-71/+71
2022-08-02leds: is31fl319x: Add missing si-en compatiblesVincent Knecht1-0/+8
2022-07-30leds: turris-omnia: convert to use dev_groupsGreg Kroah-Hartman1-3/+1
2022-07-17leds: leds-bcm63138: get rid of LED_OFFRafał Miłecki1-2/+1
2022-07-17leds: add help info about BCM63138 module nameRafał Miłecki1-0/+2
2022-07-17leds: bcm63138: add support for BCM63138 controllerRafał Miłecki3-0/+321