index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
led-core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-26
leds: core: Omit set_brightness error message for a LED supporting hw trigger...
Lee Jones
1
-6
/
+13
2024-06-21
Merge branches 'ib-leds-mfd-6.11', 'ib-leds-platform-power-6.11' and 'ib-mfd-...
Lee Jones
1
-0
/
+31
2024-06-21
leds: core: Unexport led_colors[] array
Thomas Weißschuh
1
-2
/
+1
2024-06-21
leds: core: Introduce led_get_color_name() function
Thomas Weißschuh
1
-0
/
+9
2024-05-31
leds: core: Add led_mc_set_brightness() function
Hans de Goede
1
-0
/
+31
2023-11-03
Merge tag 'leds-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-6
/
+11
2023-11-01
leds: core: Refactor led_update_brightness() to use standard pattern
Andy Shevchenko
1
-6
/
+6
2023-11-01
leds: core: Add more colors from DT bindings to led_colors
Ondrej Jirman
1
-0
/
+5
2023-09-19
leds: Drop BUG_ON check for LED_COLOR_ID_MULTI
Marek Behún
1
-4
/
+0
2023-08-17
leds: Fix BUG_ON check for LED_COLOR_ID_MULTI that is always false
Marek Behún
1
-4
/
+4
2023-05-25
leds: Fix oops about sleeping in led_trigger_blink()
Hans de Goede
1
-0
/
+24
2023-05-25
leds: Fix set_brightness_delayed() race
Hans de Goede
1
-13
/
+44
2021-08-18
leds: move default_state read from fwnode to core
Denis Osterland-Heim
1
-0
/
+15
2021-02-19
leds: led-core: Get rid of enum led_brightness
Abanoub Sameh
1
-13
/
+7
2020-08-03
leds: disallow /sys/class/leds/*:multi:* for now
Pavel Machek
1
-0
/
+4
2020-08-03
leds: add RGB color option, as that is different from multicolor.
Pavel Machek
1
-0
/
+1
2020-07-15
leds: Add multicolor ID to the color ID list
Dan Murphy
1
-0
/
+1
2019-08-24
leds: Switch to use fwnode instead of be stuck with OF one
Andy Shevchenko
1
-6
/
+3
2019-07-25
leds: core: Add support for composing LED class device names
Jacek Anaszewski
1
-0
/
+127
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-05-31
leds: avoid flush_work in atomic context
Pavel Machek
1
-5
/
+0
2019-05-02
leds: avoid races with workqueue
Pavel Machek
1
-0
/
+5
2019-01-17
leds: Add helper for getting default pattern from Device Tree
Krzysztof Kozlowski
1
-0
/
+30
2018-01-07
leds: core: Fix regression caused by commit 2b83ff96f51d
Jacek Anaszewski
1
-1
/
+2
2017-12-27
led: core: Fix brightness setting when setting delay_off=0
Matthieu CASTET
1
-1
/
+1
2017-10-25
leds: Convert timers to use timer_setup()
Kees Cook
1
-4
/
+3
2016-11-22
led: core: Fix blink_brightness setting race
Hans de Goede
1
-7
/
+7
2016-11-22
led: core: Use atomic bit-field for the blink-flags
Hans de Goede
1
-25
/
+27
2016-06-08
leds: core: Fix brightness setting upon hardware blinking enabled
Tony Makkiel
1
-3
/
+6
2016-03-14
leds: core: add helpers for calling brightness_set(_blocking)
Heiner Kallweit
1
-14
/
+26
2016-03-14
leds: core: avoid error message when a USB LED device is unplugged
Heiner Kallweit
1
-1
/
+4
2016-01-04
leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness setting
Jacek Anaszewski
1
-13
/
+19
2016-01-04
leds: core: Use set_brightness_work for the blocking op
Jacek Anaszewski
1
-1
/
+11
2016-01-04
leds: core: Add led_set_brightness_nosleep{nopm} functions
Jacek Anaszewski
1
-5
/
+33
2016-01-04
leds: core: Add two new LED_BLINK_ flags
Jacek Anaszewski
1
-10
/
+26
2016-01-04
leds: core: Use EXPORT_SYMBOL_GPL consistently
Jacek Anaszewski
1
-4
/
+4
2015-11-03
leds: core: Move LED core callbacks out of led-class.c
Jacek Anaszewski
1
-0
/
+73
2015-05-25
leds: fix brightness changing when software blinking is active
Stas Sergeev
1
-2
/
+3
2014-11-15
leds: Add support for setting brightness in a synchronous way
Jacek Anaszewski
1
-3
/
+15
2014-11-15
leds: implement sysfs interface locking mechanism
Jacek Anaszewski
1
-0
/
+18
2014-09-13
leds: Improve and export led_update_brightness
Jacek Anaszewski
1
-0
/
+16
2014-09-12
leds: Reorder include directives
Jacek Anaszewski
1
-1
/
+2
2014-09-02
Revert "leds: convert blink timer to workqueue"
Jiri Kosina
1
-6
/
+5
2014-07-03
leds: convert blink timer to workqueue
Vincent Donnefort
1
-5
/
+6
2014-02-27
leds: Turn off led if blinking is disabled
Stefan Sørensen
1
-2
/
+4
2012-09-11
leds: delay led_set_brightness if stopping soft-blink
Fabio Baltieri
1
-3
/
+13
2012-07-24
leds: fix sparse warnings due to missing static
Bryan Wu
1
-1
/
+1
2012-07-24
leds: Rename led_brightness_set() to led_set_brightness()
Shuah Khan
1
-2
/
+2
2012-07-24
leds: Rename led_set_brightness() to __led_set_brightness()
Shuah Khan
1
-2
/
+2
2012-07-24
leds: fix led_brightness_set when soft-blinking
Fabio Baltieri
1
-9
/
+6
[next]