summaryrefslogtreecommitdiffstats
path: root/drivers/leds
AgeCommit message (Expand)AuthorLines
2024-08-22leds: ktd2692: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski-8/+7
2024-08-22leds: aat1290: Use scoped device node handling to simplify error pathsKrzysztof Kozlowski-8/+6
2024-08-22leds: sun50i-a100: Replace msleep() with usleep_range()Abhishek Tamboli-1/+1
2024-08-16leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependencyArnd Bergmann-1/+1
2024-08-16leds: pca995x: Fix device child node usage in pca995x_probe()Javier Carrasco-5/+5
2024-08-05leds: pca995x: Use device_for_each_child_node() to access device child nodesJavier Carrasco-10/+5
2024-08-05leds: lm3601x: Reset LED controller during probeJack Chen-0/+4
2024-08-01leds: flash: leds-qcom-flash: Limit LED current based on thermal conditionFenglin Wu-1/+162
2024-08-01leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodesJavier Carrasco-23/+11
2024-08-01leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()Javier Carrasco-13/+10
2024-08-01leds: leds-pca995x: Add support for NXP PCA9956BPieterjan Camerlynck-20/+39
2024-08-01leds: Add multicolor support to BlinkM LED driverJoseph Strauss-66/+162
2024-08-01leds: trigger: netdev: Add support for tx_err and rx_err notification with LEDsLukasz Majewski-3/+21
2024-08-01leds: lm3601x: Calculate max_brightness and brightness properlyJack Chen-3/+12
2024-07-17Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1862/+2564
2024-07-17Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds-8/+309
2024-07-12leds: leds-lp5569: Enable chip after chip configurationChristian Marangi-8/+11
2024-07-12leds: leds-lp5569: Better handle enabling clock internal settingChristian Marangi-5/+10
2024-07-12leds: leds-lp5569: Fix typo in driver nameChristian Marangi-1/+1
2024-07-11leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter-3/+7
2024-07-11leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi-92/+64
2024-07-04Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-mergedLee Jones-4/+5
2024-07-04leds: leds-lp5523: Convert to sysfs_emit APIChristian Marangi-4/+4
2024-07-04leds: leds-lp5569: Convert to sysfs_emit APIChristian Marangi-7/+7
2024-06-27Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli-1/+0
2024-06-26leds: leds-lp5569: Add support for Texas Instruments LP5569Christian Marangi-3/+558
2024-06-26leds: leds-lp55xx: Drop deprecated definesChristian Marangi-116/+0
2024-06-26leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi-19/+49
2024-06-26leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi-139/+156
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi-129/+131
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi-186/+117
2024-06-26leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi-34/+20
2024-06-26leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi-18/+13
2024-06-26leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi-24/+26
2024-06-26leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi-40/+24
2024-06-26leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi-41/+29
2024-06-26leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi-88/+30
2024-06-26leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi-198/+79
2024-06-26leds: leds-lp55xx: Generalize run_engine functionChristian Marangi-146/+65
2024-06-26leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi-33/+21
2024-06-26leds: leds-lp55xx: Generalize load_engine functionChristian Marangi-84/+43
2024-06-26leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi-362/+127
2024-06-26leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi-34/+84
2024-06-26leds: sy7802: Add support for Silergy SY7802 flash LED controllerAndré Apitzsch-0/+551
2024-06-26leds: pca9532: Change default blinking frequency to 1HzBastien Curutchet-2/+2
2024-06-26leds: pca9532: Explicitly disable hardware blink when PWM1 is unavailableBastien Curutchet-0/+9
2024-06-26leds: pca9532: Use PWM1 for hardware blinkingBastien Curutchet-10/+43
2024-06-26leds: pca9532: Use defines to select PWM instanceBastien Curutchet-9/+12
2024-06-26leds: trigger: input-events: Rewrite to fix a serious locking issueHans de Goede-102/+34
2024-06-26leds: powernv: Replace of_node_put to __freeMarileneGarcia-19/+9