summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* leds: ledtrig-tty: Free allocated ttyname buffer on deactivateFlorian Eckert2024-01-201-0/+4
* leds: trigger: ledtrig-cpu:: Fix 'output may be truncated' issue for 'cpu'Christophe JAILLET2023-11-201-2/+2
* leds: pwm: Don't disable the PWM when the LED should be offUwe Kleine-König2023-11-201-1/+1
* leds: turris-omnia: Do not use SMBUS callsMarek Behún2023-11-201-12/+42
* leds: turris-omnia: Drop unnecessary mutex lockingMarek Behún2023-11-201-10/+1
* leds: Drop BUG_ON check for LED_COLOR_ID_MULTIMarek Behún2023-10-101-4/+0
* leds: trigger: tty: Do not use LED_ON/OFF constants, use led_blink_set_onesho...Marek Behún2023-09-131-4/+8
* leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always falseMarek Behún2023-09-131-4/+4
* leds: multicolor: Use rounded division when calculating color componentsMarek Behún2023-09-131-3/+5
* leds: pwm: Fix error code in led_pwm_create_fwnode()Dan Carpenter2023-09-131-1/+1
* led: qcom-lpg: Fix resource leaks in for_each_available_child_of_node() loopsLu Hongfei2023-08-231-2/+6
* leds: trigger: netdev: Recheck NETDEV_LED_MODE_LINKUP on dev renameChristian Marangi2023-07-191-0/+3
* leds: tca6507: Fix error handling of using fwnode_property_read_stringH. Nikolaus Schaller2023-05-111-2/+3
* leds: TI_LMU_COMMON: select REGMAP instead of depending on itRandy Dunlap2023-05-111-1/+1
* pwm: Make .get_state() callback return an error codeUwe Kleine-König2023-04-131-6/+8
* leds: simatic-ipc-leds-gpio: Make sure we have the GPIO providing driverHenning Schild2023-03-101-0/+2
* leds: is31fl319x: Wrap mutex_destroy() for devm_add_action_or_rest()Andy Shevchenko2023-03-101-1/+6
* leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin2023-03-101-0/+1
* leds: led-class: Add missing put_device() to led_put()Hans de Goede2023-03-101-1/+4
* leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}Luca Weiss2022-12-311-1/+2
* led: qcom-lpg: Fix sleeping in atomicDmitry Baryshkov2022-12-311-7/+11
* leds: simatic-ipc-leds-gpio: fix incorrect LED to GPIO mappingHenning Schild2022-10-241-6/+6
* Merge tag 'leds-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds2022-10-141-2/+20
|\
| * leds: pca963: fix misleading indentationPavel Machek2022-09-261-1/+1
| * leds: pca963x: fix blink with hw accelerationBernardo Rodrigues2022-09-211-2/+20
* | Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-10-051-5/+37
|\ \
| * | leds: simatic-ipc-leds-gpio: Make simatic_ipc_led_gpio_table staticHans de Goede2022-09-101-1/+1
| * | leds: simatic-ipc-leds-gpio: add new model 227GHenning Schild2022-09-011-5/+37
| |/
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-1625-72/+26
* | leds: lm3601x: Improve error reporting for problems during .remove()Uwe Kleine-König2022-08-161-3/+8
* | leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König2022-08-161-2/+0
* | leds: lm3697: Remove duplicated error reporting in .remove()Uwe Kleine-König2022-08-161-3/+1
|/
* Merge tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2022-08-087-198/+675
|\
| * leds: is31fl319x: use simple i2c probe functionAndy Shevchenko2022-08-021-3/+2
| * leds: is31fl319x: Fix devm vs. non-devm orderingAndy Shevchenko2022-08-021-23/+9
| * leds: is31fl319x: Make use of dev_err_probe()Andy Shevchenko2022-08-021-20/+13
| * leds: is31fl319x: Make use of device propertiesAndy Shevchenko2022-08-022-25/+21
| * leds: is31fl319x: Cleanup formatting and dev_dbg callsVincent Knecht2022-08-021-13/+9
| * leds: is31fl319x: Add support for is31fl319{0,1,3} chipsVincent Knecht2022-08-021-14/+147
| * leds: is31fl319x: Move chipset-specific values in chipdef structVincent Knecht2022-08-021-83/+125
| * leds: is31fl319x: Use non-wildcard names for vars, structs and definesVincent Knecht2022-08-021-71/+71
| * leds: is31fl319x: Add missing si-en compatiblesVincent Knecht2022-08-021-0/+8
| * leds: turris-omnia: convert to use dev_groupsGreg Kroah-Hartman2022-07-301-3/+1
| * leds: leds-bcm63138: get rid of LED_OFFRafał Miłecki2022-07-171-2/+1
| * leds: add help info about BCM63138 module nameRafał Miłecki2022-07-171-0/+2
| * leds: bcm63138: add support for BCM63138 controllerRafał Miłecki2022-07-173-0/+321
| * leds: clevo-mail: Mark as broken pending interface fixPavel Machek2022-07-171-3/+3
| * leds: pwm-multicolor: Support active-low LEDsEmil Renner Berthing2022-07-171-0/+5
| * leds: pwm-multicolor: Don't show -EPROBE_DEFER as errorsEmil Renner Berthing2022-07-171-2/+1
| * leds: clevo-mail: fix Kconfig "its" grammarRandy Dunlap2022-07-171-1/+1