summaryrefslogtreecommitdiff
path: root/drivers/leds
AgeCommit message (Expand)AuthorFilesLines
2024-07-18Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds51-1862/+2564
2024-07-18Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds7-8/+309
2024-07-12leds: leds-lp5569: Enable chip after chip configurationChristian Marangi1-8/+11
2024-07-12leds: leds-lp5569: Better handle enabling clock internal settingChristian Marangi1-5/+10
2024-07-12leds: leds-lp5569: Fix typo in driver nameChristian Marangi1-1/+1
2024-07-11leds: flash: leds-qcom-flash: Test the correct variable in initDan Carpenter1-3/+7
2024-07-11leds: leds-lp55xx: Convert mutex lock/unlock to guard APIChristian Marangi5-92/+64
2024-07-04Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-mergedLee Jones1-4/+5
2024-07-04leds: leds-lp5523: Convert to sysfs_emit APIChristian Marangi1-4/+4
2024-07-04leds: leds-lp5569: Convert to sysfs_emit APIChristian Marangi1-7/+7
2024-06-27Revert "leds: led-core: Fix refcount leak in of_led_get()"Luca Ceresoli1-1/+0
2024-06-26leds: leds-lp5569: Add support for Texas Instruments LP5569Christian Marangi3-3/+558
2024-06-26leds: leds-lp55xx: Drop deprecated definesChristian Marangi4-116/+0
2024-06-26leds: leds-lp55xx: Support ENGINE program up to 128 bytesChristian Marangi4-19/+49
2024-06-26leds: leds-lp55xx: Generalize sysfs master_faderChristian Marangi3-139/+156
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_ledsChristian Marangi3-129/+131
2024-06-26leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi4-186/+117
2024-06-26leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi4-34/+20
2024-06-26leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi4-18/+13
2024-06-26leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi5-24/+26
2024-06-26leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi4-40/+24
2024-06-26leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi5-41/+29
2024-06-26leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi6-88/+30
2024-06-26leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi6-198/+79
2024-06-26leds: leds-lp55xx: Generalize run_engine functionChristian Marangi6-146/+65
2024-06-26leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi4-33/+21
2024-06-26leds: leds-lp55xx: Generalize load_engine functionChristian Marangi6-84/+43
2024-06-26leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi6-362/+127
2024-06-26leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi6-34/+84
2024-06-26leds: sy7802: Add support for Silergy SY7802 flash LED controllerAndré Apitzsch3-0/+551
2024-06-26leds: pca9532: Change default blinking frequency to 1HzBastien Curutchet1-2/+2
2024-06-26leds: pca9532: Explicitly disable hardware blink when PWM1 is unavailableBastien Curutchet1-0/+9
2024-06-26leds: pca9532: Use PWM1 for hardware blinkingBastien Curutchet1-10/+43
2024-06-26leds: pca9532: Use defines to select PWM instanceBastien Curutchet1-9/+12
2024-06-26leds: trigger: input-events: Rewrite to fix a serious locking issueHans de Goede1-102/+34
2024-06-26leds: powernv: Replace of_node_put to __freeMarileneGarcia1-19/+9
2024-06-26leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco1-1/+4
2024-06-26leds: tlc591xx: Replace of_node_put to __freeMarilene A Garcia1-11/+7
2024-06-26leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggersAnjelique Melendez1-1/+7
2024-06-26leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh2-5/+6
2024-06-26leds: spi-byte: Move OF ID table closer to their userAndy Shevchenko1-7/+6
2024-06-26leds: spi-byte: Use devm_mutex_init() for mutex initializationAndy Shevchenko1-20/+6
2024-06-26leds: spi-byte: Utilise temporary variable for struct deviceAndy Shevchenko1-1/+1
2024-06-26leds: spi-byte: Make use of device propertiesAndy Shevchenko2-9/+7
2024-06-26leds: spi-byte: Get rid of custom led_init_default_state_get()Andy Shevchenko1-12/+5
2024-06-26leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko1-1/+5
2024-06-26leds: ncp5623: Use common error handling code in ncp5623_probe()Markus Elfring1-8/+8
2024-06-26leds: core: Omit set_brightness error message for a LED supporting hw trigger...Lee Jones1-6/+13
2024-06-21leds: trigger: Add new LED Input events triggerHans de Goede3-0/+250
2024-06-21leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen1-2/+5