summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorLines
2026-04-09leds: class: Make led_remove_lookup() NULL-awareAndy Shevchenko-0/+3
2026-03-31leds: led-class: Switch to using class_find_device_by_fwnode()Dmitry Torokhov-1/+1
2026-03-26leds: Kconfig: Drop unneeded dependency on OF_GPIOBartosz Golaszewski-1/+0
2026-03-26leds: lm3642: Use guard to simplify lockingRichard Lyu-10/+8
2026-03-26leds: core: Fix formatting issuesDmitry Torokhov-9/+8
2026-03-26leds: core: Implement fallback to software node name for LED namesDmitry Torokhov-0/+3
2026-03-25leds: lgm-sso: Fix typo in macro for src offsetLukas Kraft-1/+1
2026-03-10leds: Prefer IS_ERR_OR_NULL over manual NULL checkPhilipp Hahn-1/+1
2026-03-10leds: lp8860: Do not always program EEPROM on probeAndrew Davis-3/+15
2026-03-10leds: lp8860: Remove unused read of STATUS registerAndrew Davis-6/+3
2026-03-10leds: lp8860: Hold lock for all of EEPROM programmingAndrew Davis-30/+17
2026-03-10leds: lp8860: Return directly from lp8860_initAndrew Davis-10/+7
2026-03-10leds: lp8860: Use a single regmap tableAndrew Davis-17/+11
2026-03-10leds: lgm-sso: Remove duplicate assignments for priv->mmapChen Ni-2/+0
2026-03-10leds: qcom-lpg: Check for array overflow when selecting the high resolutionGreg Kroah-Hartman-1/+6
2026-03-10leds: ktd2692: Make ktd2692_timing variable staticKrzysztof Kozlowski-1/+1
2026-03-10leds: lp5569: Use sysfs_emit instead of sprintf()Neel Bullywon-2/+2
2026-03-10leds: multicolor: Change intensity_value to unsigned intMichael Tretter-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-13/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-13/+13
2026-02-16Merge tag 'leds-next-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-89/+1263
2026-02-04leds: as3668: Driver for the ams Osram 4-channel i2c LED driverLukas Timmermann-0/+216
2026-02-04leds: Add basic support for TI/National Semiconductor LP5812 LED DriverNam Tran-0/+828
2026-02-04leds: qcom-lpg: Check the return value of regmap_bulk_write()Haotian Zhang-3/+5
2026-02-04leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2026-02-04leds: is31f132xx: Add support for is31fl3293Daniel Mack-8/+130
2026-02-04leds: is31f132xx: Re-order code to remove forward declarationsDaniel Mack-66/+62
2026-02-04leds: expresswire: Fix chip state breakageDuje Mihanović-7/+17
2026-01-20leds: led-class: Only Add LED to leds_list when it is fully readyHans de Goede-5/+5
2026-01-08leds: lm3692x: Fix kernel-doc for struct lm3692x_ledVivek BalachandharTN-0/+3
2025-12-05Merge tag 'soc-drivers-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-5/+9
2025-11-20leds: rgb: leds-qcom-lpg: Don't enable TRILED when configuring PWMFenglin Wu-3/+1
2025-11-20leds: rgb: leds-qcom-lpg: Allow LED_COLOR_ID_MULTIKonrad Dybcio-3/+3
2025-11-20leds: pwm: Reorder include files to alphabetic orderLI Qingwu-4/+4
2025-11-20leds: pwm: Add optional GPIO enable pin supportLI Qingwu-0/+19
2025-11-14syscore: Pass context data to callbacksThierry Reding-5/+9
2025-11-13leds: trigger: Replace use of system_wq() with system_percpu_wq()Marco Crivellari-1/+1
2025-11-13leds: led-class: Replace sprintf() with sysfs_emit() in sysfs show functionsThorsten Blum-3/+3
2025-11-13leds: netxbig: Fix GPIO descriptor leak in error pathsHaotian Zhang-10/+26
2025-11-13leds: leds-lp50xx: Enable chip before any communicationChristian Hitz-15/+40
2025-11-06leds: Drop duplicate LEDS_EXPRESSWIRE configDuje Mihanović-4/+0
2025-11-06leds: leds-cros_ec: Skip LEDs without color componentsThomas Weißschuh-3/+2
2025-11-06leds: leds-lp50xx: LP5009 supports 3 modules for a total of 9 LEDsChristian Hitz-1/+1
2025-10-25leds: upboard: Fix module aliasThomas Richard-1/+1
2025-10-23leds: leds-lp50xx: Allow LED 0 to be added to module bankChristian Hitz-6/+4
2025-10-21leds: lp55xx_common: Enable use without FW_LOADER_USER_HELPERSicelo A. Mhlongo-2/+2
2025-10-21leds: flash: Use fwnode_get_next_child_node() insteadSakari Ailus-5/+4
2025-10-21leds: Use fwnode_for_each_child_node() insteadSakari Ailus-5/+5
2025-09-16leds: led-class: Add Device Tree support to led_get()Hans de Goede-2/+15
2025-09-11leds: is31fl319x: Use devm_mutex_init()Christophe JAILLET-7/+1