summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra2-7/+7
2024-11-23Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds56-234/+198
2024-11-12leds: ss4200: Fix the wrong format specifier for 'blinking'Zhu Jun1-1/+1
2024-11-12leds: pwm: Add optional DT property default-brightnessGeorge Stark1-1/+16
2024-11-09leds: gpio: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko1-5/+4
2024-11-06leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha1-3/+11
2024-11-06leds: ktd2692: Set missing timing propertiesRaymond Hackley1-0/+1
2024-11-06leds: max5970: Fix unreleased fwnode_handle in probe functionJavier Carrasco1-2/+3
2024-11-06leds: Introduce ordered workqueue for LEDs events instead of system_wqDmitry Rokosov2-4/+14
2024-10-31leds: bcm6328: Replace divide condition with comparison for shift valueDipendra Khadka1-2/+2
2024-10-31leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč1-3/+0
2024-10-16leds: rgb: leds-mt6370-rgb: Fix uninitialized variable 'ret' in mt6370_mc_pat...Suraj Sonawane1-1/+1
2024-10-15leds: lp5562: Add multicolor brightness controlMichal Vokáč1-0/+25
2024-10-15leds: Switch back to struct platform_driver::remove()Uwe Kleine-König28-30/+30
2024-10-11leds: bcm63138: Add some register definesLinus Walleij1-2/+5
2024-10-11leds: bcm63138: Handle shift register configLinus Walleij1-0/+8
2024-10-11leds: bcm63138: Use scopes and guardsLinus Walleij1-10/+4
2024-10-10leds: leds-gpio-register: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-10-09leds: turris-omnia: Remove unused local leds.hJavier Carrasco1-1/+0
2024-10-09leds: pwm: Remove unused local leds.hJavier Carrasco1-1/+0
2024-10-09leds: lp50xx: Remove unused local leds.hJavier Carrasco1-2/+0
2024-10-09leds: gpio: Remove unused local leds.hJavier Carrasco1-2/+0
2024-10-09leds: multicolor: Remove unused local leds.hJavier Carrasco1-2/+0
2024-10-09leds: flash: Remove unused local leds.hJavier Carrasco1-1/+0
2024-10-09leds: rgb: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco1-26/+11
2024-10-09leds: rgb: ktd202x: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+3
2024-10-09leds: tca6507: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-10-09leds: sun50i-a100: Switch to device_for_each_child_node_scoped()Javier Carrasco1-18/+9
2024-10-09leds: pwm: Switch to device_for_each_child_node_scoped()Javier Carrasco1-11/+4
2024-10-09leds: pca963x: Switch to device_for_each_child_node_scoped()Javier Carrasco1-8/+3
2024-10-09leds: ns2: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-10-09leds: max77650: Switch to device_for_each_child_node_scoped()Javier Carrasco1-12/+6
2024-10-09leds: lp50xx: Switch to device_for_each_child_node_scoped()Javier Carrasco1-14/+7
2024-10-09leds: lm3697: Switch to device_for_each_child_node_scoped()Javier Carrasco1-12/+6
2024-10-09leds: lm3532: Switch to device_for_each_child_node_scoped()Javier Carrasco1-11/+7
2024-10-09leds: gpio: Switch to device_for_each_child_node_scoped()Javier Carrasco1-6/+3
2024-10-09leds: el15203000: Switch to device_for_each_child_node_scoped()Javier Carrasco1-10/+4
2024-10-09leds: cr0014114: Switch to device_for_each_child_node_scoped()Javier Carrasco1-3/+1
2024-10-09leds: aw200xx: Switch to device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-10-09leds: flash: leds-qcom-flash: Switch to device_for_each_child_node_scoped()Javier Carrasco1-3/+1
2024-10-09leds: flash: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco1-8/+3
2024-10-09leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco1-2/+1
2024-10-09leds: rgb: leds-group-multicolor: Correct the typo 'acccess'WangYuli1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-08-30leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()Liao Chen1-0/+1
2024-08-30leds: pca9532: Remove irrelevant blink configuration error messageBastien Curutchet1-3/+2
2024-08-23leds: gpio: Set num_leds after allocationKees Cook1-3/+6
2024-08-22leds: lp55xx: Use devm_clk_get_enabled() helpersHuan Yang2-14/+2
2024-08-22leds: as3645a: Use device_* to iterate over device child nodesJavier Carrasco1-5/+3