index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
leds: leds-lp55xx: Generalize sysfs engine_load and engine_mode
Christian Marangi
4
-186
/
+117
2024-06-26
leds: leds-lp55xx: Generalize stop_engine function
Christian Marangi
4
-34
/
+20
2024-06-26
leds: leds-lp55xx: Generalize turn_off_channels function
Christian Marangi
4
-18
/
+13
2024-06-26
leds: leds-lp55xx: Generalize set_led_current function
Christian Marangi
5
-24
/
+26
2024-06-26
leds: leds-lp55xx: Generalize multicolor_brightness function
Christian Marangi
4
-40
/
+24
2024-06-26
leds: leds-lp55xx: Generalize led_brightness function
Christian Marangi
5
-41
/
+29
2024-06-26
leds: leds-lp55xx: Generalize firmware_loaded function
Christian Marangi
6
-88
/
+30
2024-06-26
leds: leds-lp55xx: Generalize update_program_memory function
Christian Marangi
6
-198
/
+79
2024-06-26
leds: leds-lp55xx: Generalize run_engine function
Christian Marangi
6
-146
/
+65
2024-06-26
leds: leds-lp55xx: Generalize load_engine_and_select_page function
Christian Marangi
4
-33
/
+21
2024-06-26
leds: leds-lp55xx: Generalize load_engine function
Christian Marangi
6
-84
/
+43
2024-06-26
leds: leds-lp55xx: Generalize probe/remove functions
Christian Marangi
6
-362
/
+127
2024-06-26
leds: leds-lp55xx: Generalize stop_all_engine OP
Christian Marangi
6
-34
/
+84
2024-06-26
leds: sy7802: Add support for Silergy SY7802 flash LED controller
André Apitzsch
3
-0
/
+551
2024-06-26
leds: pca9532: Change default blinking frequency to 1Hz
Bastien Curutchet
1
-2
/
+2
2024-06-26
leds: pca9532: Explicitly disable hardware blink when PWM1 is unavailable
Bastien Curutchet
1
-0
/
+9
2024-06-26
leds: pca9532: Use PWM1 for hardware blinking
Bastien Curutchet
1
-10
/
+43
2024-06-26
leds: pca9532: Use defines to select PWM instance
Bastien Curutchet
1
-9
/
+12
2024-06-26
leds: trigger: input-events: Rewrite to fix a serious locking issue
Hans de Goede
1
-102
/
+34
2024-06-26
leds: powernv: Replace of_node_put to __free
MarileneGarcia
1
-19
/
+9
2024-06-26
leds: mt6360: Fix memory leak in mt6360_init_isnk_properties()
Javier Carrasco
1
-1
/
+4
2024-06-26
leds: tlc591xx: Replace of_node_put to __free
Marilene A Garcia
1
-11
/
+7
2024-06-26
leds: rgb: leds-qcom-lpg: Add PPG check for setting/clearing PBS triggers
Anjelique Melendez
1
-1
/
+7
2024-06-26
leds: triggers: Flush pending brightness before activating trigger
Thomas Weißschuh
2
-5
/
+6
2024-06-26
leds: spi-byte: Move OF ID table closer to their user
Andy Shevchenko
1
-7
/
+6
2024-06-26
leds: spi-byte: Use devm_mutex_init() for mutex initialization
Andy Shevchenko
1
-20
/
+6
2024-06-26
leds: spi-byte: Utilise temporary variable for struct device
Andy Shevchenko
1
-1
/
+1
2024-06-26
leds: spi-byte: Make use of device properties
Andy Shevchenko
2
-9
/
+7
2024-06-26
leds: spi-byte: Get rid of custom led_init_default_state_get()
Andy Shevchenko
1
-12
/
+5
2024-06-26
leds: spi-byte: Call of_node_put() on error path
Andy Shevchenko
1
-1
/
+5
2024-06-26
leds: ncp5623: Use common error handling code in ncp5623_probe()
Markus Elfring
1
-8
/
+8
2024-06-26
leds: core: Omit set_brightness error message for a LED supporting hw trigger...
Lee Jones
1
-6
/
+13
2024-06-21
leds: trigger: Add new LED Input events trigger
Hans de Goede
3
-0
/
+250
2024-06-21
leds: ss4200: Convert PCIBIOS_* return codes to errnos
Ilpo Järvinen
1
-2
/
+5
2024-06-21
leds: bcm63138: Add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
leds: simatic-ipc-leds: Add missing MODULE_DESCRIPTION() macros
Jeff Johnson
5
-0
/
+5
2024-06-21
leds: rt4505: Add MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-21
leds: Drop explicit initialization of struct i2c_device_id::driver_data to 0
Uwe Kleine-König
15
-17
/
+17
2024-06-21
leds: trigger: Call synchronize_rcu() before calling trig->activate()
Hans de Goede
1
-0
/
+7
2024-06-21
leds: trigger: Unregister sysfs attributes before calling deactivate()
Hans de Goede
1
-1
/
+1
2024-06-21
leds: is31fl319x: Constify struct regmap_config
Christophe JAILLET
1
-2
/
+2
2024-06-21
Merge branches 'ib-leds-mfd-6.11', 'ib-leds-platform-power-6.11' and 'ib-mfd-...
Lee Jones
6
-39
/
+103
2024-06-21
leds: Add ChromeOS EC driver
Thomas Weißschuh
3
-0
/
+293
2024-06-21
leds: core: Unexport led_colors[] array
Thomas Weißschuh
2
-3
/
+1
2024-06-21
leds: multicolor: Use led_get_color_name() function
Thomas Weißschuh
1
-1
/
+1
2024-06-21
leds: core: Introduce led_get_color_name() function
Thomas Weißschuh
1
-0
/
+9
2024-06-16
leds: class: Revert: "If no default trigger is given, make hw_control trigger...
Hans de Goede
1
-6
/
+0
2024-06-14
leds: class: Add flag to avoid automatic renaming of LED devices
Thomas Weißschuh
1
-0
/
+2
2024-06-14
leds: class: Warn about name collisions earlier
Thomas Weißschuh
1
-4
/
+3
2024-05-31
leds: trigger: Add led_mc_trigger_event() function
Hans de Goede
1
-0
/
+20
[prev]
[next]