summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)Author
2023-01-30leds: lm3532: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-30leds: lm3530: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-30leds: is31fl32xx: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-30leds: blinkm: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-30leds: bd2802: Convert to i2c's .probe_new()Uwe Kleine-König
2023-01-30leds: led-core: Fix refcount leak in of_led_get()Miaoqian Lin
2023-01-30leds: pwm: Clear the led structure before parsing each child nodeHui Wang
2023-01-27leds: led-class: Add generic [devm_]led_get()Hans de Goede
2023-01-27leds: led-class: Add __devm_led_get() helperHans de Goede
2023-01-27leds: led-class: Add led_module_get() helperHans de Goede
2023-01-27leds: led-class: Add missing put_device() to led_put()Hans de Goede
2023-01-16leds: remove s3c24xx driverArnd Bergmann
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-17Merge tag 'leds-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-12-07leds: use sysfs_emit() to instead of scnprintf()ye xingchen
2022-12-07leds: is31fl319x: Fix setting current limit for is31fl319{0,1,3}Luca Weiss
2022-12-06leds: qcom-lpg: Propagate errors in .get_state() to the callerUwe Kleine-König
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König
2022-11-09leds: lgm-sso: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov
2022-11-09leds: gpio: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov
2022-10-28leds: lp5523: fix out-of-bounds bug in lp5523_selftest()Maarten Zanders
2022-10-24leds: simatic-ipc-leds-gpio: fix incorrect LED to GPIO mappingHenning Schild
2022-10-22led: qcom-lpg: Fix sleeping in atomicDmitry Baryshkov
2022-10-22leds: max8997: Don't error if there is no pdataPaul Cercueil
2022-10-21leds: lp55xx: remove variable jColin Ian King
2022-10-21leds-pca955x: Remove the unused function pca95xx_num_led_regs()Jiapeng Chong
2022-10-14Merge tag 'leds-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pav...Linus Torvalds
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-09-26leds: pca963: fix misleading indentationPavel Machek
2022-09-21leds: pca963x: fix blink with hw accelerationBernardo Rodrigues
2022-09-10leds: simatic-ipc-leds-gpio: Make simatic_ipc_led_gpio_table staticHans de Goede
2022-09-01leds: simatic-ipc-leds-gpio: add new model 227GHenning Schild
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-16leds: lm3601x: Improve error reporting for problems during .remove()Uwe Kleine-König
2022-08-16leds: lm3601x: Don't use mutex after it was destroyedUwe Kleine-König
2022-08-16leds: lm3697: Remove duplicated error reporting in .remove()Uwe Kleine-König
2022-08-08Merge tag 'leds-5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2022-08-02leds: is31fl319x: use simple i2c probe functionAndy Shevchenko
2022-08-02leds: is31fl319x: Fix devm vs. non-devm orderingAndy Shevchenko
2022-08-02leds: is31fl319x: Make use of dev_err_probe()Andy Shevchenko
2022-08-02leds: is31fl319x: Make use of device propertiesAndy Shevchenko
2022-08-02leds: is31fl319x: Cleanup formatting and dev_dbg callsVincent Knecht
2022-08-02leds: is31fl319x: Add support for is31fl319{0,1,3} chipsVincent Knecht
2022-08-02leds: is31fl319x: Move chipset-specific values in chipdef structVincent Knecht
2022-08-02leds: is31fl319x: Use non-wildcard names for vars, structs and definesVincent Knecht
2022-08-02leds: is31fl319x: Add missing si-en compatiblesVincent Knecht
2022-07-30leds: turris-omnia: convert to use dev_groupsGreg Kroah-Hartman
2022-07-17leds: leds-bcm63138: get rid of LED_OFFRafał Miłecki