summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* module: Convert symbol namespace to string literalPeter Zijlstra2024-12-022-7/+7
* Merge tag 'leds-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-11-2256-234/+198
|\
| * leds: ss4200: Fix the wrong format specifier for 'blinking'Zhu Jun2024-11-121-1/+1
| * leds: pwm: Add optional DT property default-brightnessGeorge Stark2024-11-121-1/+16
| * leds: class: Protect brightness_show() with led_cdev->led_access mutexMukesh Ojha2024-11-061-3/+11
| * leds: ktd2692: Set missing timing propertiesRaymond Hackley2024-11-061-0/+1
| * leds: max5970: Fix unreleased fwnode_handle in probe functionJavier Carrasco2024-11-061-2/+3
| * leds: Introduce ordered workqueue for LEDs events instead of system_wqDmitry Rokosov2024-11-062-4/+14
| * leds: bcm6328: Replace divide condition with comparison for shift valueDipendra Khadka2024-10-311-2/+2
| * leds: lp55xx: Remove redundant test for invalid channel numberMichal Vokáč2024-10-311-3/+0
| * leds: rgb: leds-mt6370-rgb: Fix uninitialized variable 'ret' in mt6370_mc_pat...Suraj Sonawane2024-10-161-1/+1
| * leds: lp5562: Add multicolor brightness controlMichal Vokáč2024-10-151-0/+25
| * leds: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-1528-30/+30
| * leds: bcm63138: Add some register definesLinus Walleij2024-10-111-2/+5
| * leds: bcm63138: Handle shift register configLinus Walleij2024-10-111-0/+8
| * leds: bcm63138: Use scopes and guardsLinus Walleij2024-10-111-10/+4
| * leds: leds-gpio-register: Reorganize kerneldoc parameter namesJulia Lawall2024-10-101-1/+1
| * leds: turris-omnia: Remove unused local leds.hJavier Carrasco2024-10-091-1/+0
| * leds: pwm: Remove unused local leds.hJavier Carrasco2024-10-091-1/+0
| * leds: lp50xx: Remove unused local leds.hJavier Carrasco2024-10-091-2/+0
| * leds: gpio: Remove unused local leds.hJavier Carrasco2024-10-091-2/+0
| * leds: multicolor: Remove unused local leds.hJavier Carrasco2024-10-091-2/+0
| * leds: flash: Remove unused local leds.hJavier Carrasco2024-10-091-1/+0
| * leds: rgb: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-26/+11
| * leds: rgb: ktd202x: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-5/+3
| * leds: tca6507: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-5/+2
| * leds: sun50i-a100: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-18/+9
| * leds: pwm: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-11/+4
| * leds: pca963x: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-8/+3
| * leds: ns2: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-5/+2
| * leds: max77650: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-12/+6
| * leds: lp50xx: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-14/+7
| * leds: lm3697: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-12/+6
| * leds: lm3532: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-11/+7
| * leds: gpio: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-6/+3
| * leds: el15203000: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-10/+4
| * leds: cr0014114: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-3/+1
| * leds: aw200xx: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-5/+2
| * leds: flash: leds-qcom-flash: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-3/+1
| * leds: flash: mt6370: Switch to device_for_each_child_node_scoped()Javier Carrasco2024-10-091-8/+3
| * leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error pathsJavier Carrasco2024-10-091-2/+1
| * leds: rgb: leds-group-multicolor: Correct the typo 'acccess'WangYuli2024-10-091-1/+1
* | leds: gpio: Avoid using GPIOF_ACTIVE_LOWAndy Shevchenko2024-11-091-5/+4
* | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-021-1/+1
|/
* [tree-wide] finally take no_llseek outAl Viro2024-09-271-1/+0
* leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()Liao Chen2024-08-301-0/+1
* leds: pca9532: Remove irrelevant blink configuration error messageBastien Curutchet2024-08-301-3/+2
* leds: gpio: Set num_leds after allocationKees Cook2024-08-231-3/+6
* leds: lp55xx: Use devm_clk_get_enabled() helpersHuan Yang2024-08-222-14/+2
* leds: as3645a: Use device_* to iterate over device child nodesJavier Carrasco2024-08-221-5/+3