summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
* 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
* leds: qcom-lpg: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-10/+4
* leds: turris-omnia: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-5/+3
* leds: sc27xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-8/+4
* leds: pca9532: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-5/+2
* leds: netxbig: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-11/+8
* leds: mt6323: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-15/+7
* leds: mc13783: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-08-221-13/+11
* leds: lp55xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-5/+2
* leds: is31fl32xx: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-10/+4
* leds: bcm6358: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-5/+2
* leds: bcm6328: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-5/+2
* leds: aw2013: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-5/+3
* leds: 88pm860x: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-3/+2
* leds: max77693: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-221-8/+3
* leds: max77693: Add missing of_node_get for probe durationKrzysztof Kozlowski2024-08-221-2/+7
* leds: ktd2692: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-08-221-8/+7
* leds: aat1290: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski2024-08-221-8/+6
* leds: sun50i-a100: Replace msleep() with usleep_range()Abhishek Tamboli2024-08-221-1/+1
* leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependencyArnd Bergmann2024-08-161-1/+1
* leds: pca995x: Fix device child node usage in pca995x_probe()Javier Carrasco2024-08-161-5/+5
* leds: pca995x: Use device_for_each_child_node() to access device child nodesJavier Carrasco2024-08-051-10/+5
* leds: lm3601x: Reset LED controller during probeJack Chen2024-08-051-0/+4
* leds: flash: leds-qcom-flash: Limit LED current based on thermal conditionFenglin Wu2024-08-011-1/+162
* leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodesJavier Carrasco2024-08-011-23/+11
* leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()Javier Carrasco2024-08-011-13/+10
* leds: leds-pca995x: Add support for NXP PCA9956BPieterjan Camerlynck2024-08-011-20/+39
* leds: Add multicolor support to BlinkM LED driverJoseph Strauss2024-08-012-66/+162
* leds: trigger: netdev: Add support for tx_err and rx_err notification with LEDsLukasz Majewski2024-08-011-3/+21
* leds: lm3601x: Calculate max_brightness and brightness properlyJack Chen2024-08-011-3/+12
* Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-07-1751-1862/+2564
|\
| * leds: leds-lp5569: Enable chip after chip configurationChristian Marangi2024-07-121-8/+11
| * leds: leds-lp5569: Better handle enabling clock internal settingChristian Marangi2024-07-121-5/+10
| * leds: leds-lp5569: Fix typo in driver nameChristian Marangi2024-07-121-1/+1
| * leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter2024-07-111-3/+7
| * leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi2024-07-115-92/+64
| * leds: leds-lp5523: Convert to sysfs_emit APIChristian Marangi2024-07-041-4/+4
| * leds: leds-lp5569: Convert to sysfs_emit APIChristian Marangi2024-07-041-7/+7
| * Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli2024-06-271-1/+0
| * leds: leds-lp5569: Add support for Texas Instruments LP5569Christian Marangi2024-06-263-3/+558
| * leds: leds-lp55xx: Drop deprecated definesChristian Marangi2024-06-264-116/+0
| * leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi2024-06-264-19/+49
| * leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi2024-06-263-139/+156
| * leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi2024-06-263-129/+131