summaryrefslogtreecommitdiffstats
path: root/drivers/leds
Commit message (Expand)AuthorAgeFilesLines
...
| * leds: leds-lp55xx: Generalize sysfs engine_load and engine_modeChristian Marangi2024-06-264-186/+117
| * leds: leds-lp55xx: Generalize stop_engine functionChristian Marangi2024-06-264-34/+20
| * leds: leds-lp55xx: Generalize turn_off_channels functionChristian Marangi2024-06-264-18/+13
| * leds: leds-lp55xx: Generalize set_led_current functionChristian Marangi2024-06-265-24/+26
| * leds: leds-lp55xx: Generalize multicolor_brightness functionChristian Marangi2024-06-264-40/+24
| * leds: leds-lp55xx: Generalize led_brightness functionChristian Marangi2024-06-265-41/+29
| * leds: leds-lp55xx: Generalize firmware_loaded functionChristian Marangi2024-06-266-88/+30
| * leds: leds-lp55xx: Generalize update_program_memory functionChristian Marangi2024-06-266-198/+79
| * leds: leds-lp55xx: Generalize run_engine functionChristian Marangi2024-06-266-146/+65
| * leds: leds-lp55xx: Generalize load_engine_and_select_page functionChristian Marangi2024-06-264-33/+21
| * leds: leds-lp55xx: Generalize load_engine functionChristian Marangi2024-06-266-84/+43
| * leds: leds-lp55xx: Generalize probe/remove functionsChristian Marangi2024-06-266-362/+127
| * leds: leds-lp55xx: Generalize stop_all_engine OPChristian Marangi2024-06-266-34/+84
| * leds: sy7802: Add support for Silergy SY7802 flash LED controllerAndré Apitzsch2024-06-263-0/+551
| * leds: pca9532: Change default blinking frequency to 1HzBastien Curutchet2024-06-261-2/+2
| * leds: pca9532: Explicitly disable hardware blink when PWM1 is unavailableBastien Curutchet2024-06-261-0/+9
| * leds: pca9532: Use PWM1 for hardware blinkingBastien Curutchet2024-06-261-10/+43
| * leds: pca9532: Use defines to select PWM instanceBastien Curutchet2024-06-261-9/+12
| * leds: trigger: input-events: Rewrite to fix a serious locking issueHans de Goede2024-06-261-102/+34
| * leds: powernv: Replace of_node_put to __freeMarileneGarcia2024-06-261-19/+9
| * leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()Javier Carrasco2024-06-261-1/+4
| * leds: tlc591xx: Replace of_node_put to __freeMarilene A Garcia2024-06-261-11/+7
| * leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggersAnjelique Melendez2024-06-261-1/+7
| * leds: triggers: Flush pending brightness before activating triggerThomas Weißschuh2024-06-262-5/+6
| * leds: spi-byte: Move OF ID table closer to their userAndy Shevchenko2024-06-261-7/+6
| * leds: spi-byte: Use devm_mutex_init() for mutex initializationAndy Shevchenko2024-06-261-20/+6
| * leds: spi-byte: Utilise temporary variable for struct deviceAndy Shevchenko2024-06-261-1/+1
| * leds: spi-byte: Make use of device propertiesAndy Shevchenko2024-06-262-9/+7
| * leds: spi-byte: Get rid of custom led_init_default_state_get()Andy Shevchenko2024-06-261-12/+5
| * leds: spi-byte: Call of_node_put() on error pathAndy Shevchenko2024-06-261-1/+5
| * leds: ncp5623: Use common error handling code in ncp5623_probe()Markus Elfring2024-06-261-8/+8
| * leds: core: Omit set_brightness error message for a LED supporting hw trigger...Lee Jones2024-06-261-6/+13
| * leds: trigger: Add new LED Input events triggerHans de Goede2024-06-213-0/+250
| * leds: ss4200: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-211-2/+5
| * leds: bcm63138: Add MODULE_DESCRIPTION()Jeff Johnson2024-06-211-0/+1
| * leds: simatic-ipc-leds: Add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-215-0/+5
| * leds: rt4505: Add MODULE_DESCRIPTION()Jeff Johnson2024-06-211-0/+1
| * leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-06-2115-17/+17
| * leds: trigger: Call synchronize_rcu() before calling trig->activate()Hans de Goede2024-06-211-0/+7
| * leds: trigger: Unregister sysfs attributes before calling deactivate()Hans de Goede2024-06-211-1/+1
| * leds: is31fl319x: Constify struct regmap_configChristophe JAILLET2024-06-211-2/+2
| *-. Merge branches 'ib-leds-mfd-6.11', 'ib-leds-platform-power-6.11' and 'ib-mfd-...Lee Jones2024-06-216-39/+103
| |\ \
| | * | leds: trigger: Add led_mc_trigger_event() functionHans de Goede2024-05-311-0/+20
| | * | leds: core: Add led_mc_set_brightness() functionHans de Goede2024-05-312-0/+32
| | * | leds: rgb: leds-ktd202x: Initialize mutex earlierHans de Goede2024-05-311-4/+4
| | * | leds: rgb: leds-ktd202x: I2C ID tables for KTD2026 and 2027Kate Hsuan2024-05-311-0/+8
| | * | leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPIKate Hsuan2024-05-312-31/+34
* | | | Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2024-07-177-8/+309
|\ \ \ \
| * \ \ \ Merge branch 'ib-mfd-leds-platform-6.11' into ibs-for-mfd-mergedLee Jones2024-07-041-4/+5
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | leds: class: Add flag to avoid automatic renaming of LED devicesThomas Weißschuh2024-06-141-0/+2