index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
leds
/
led-triggers.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
leds: triggers: Flush pending brightness before activating trigger
Thomas Weißschuh
2024-06-26
1
-0
/
+6
*
leds: trigger: Call synchronize_rcu() before calling trig->activate()
Hans de Goede
2024-06-21
1
-0
/
+7
*
leds: trigger: Unregister sysfs attributes before calling deactivate()
Hans de Goede
2024-06-21
1
-1
/
+1
*
leds: trigger: Add led_mc_trigger_event() function
Hans de Goede
2024-05-31
1
-0
/
+20
*
leds: trigger: Store brightness set by led_trigger_event()
Heiner Kallweit
2024-03-28
1
-2
/
+4
*
leds: triggers: Add helper led_match_default_trigger
Heiner Kallweit
2024-03-07
1
-12
/
+17
*
leds: trigger: Stop exporting trigger_list
Heiner Kallweit
2024-03-07
1
-1
/
+1
*
leds: trigger: Load trigger modules on-demand if used as default trigger
Heiner Kallweit
2024-03-07
1
-0
/
+9
*
leds: trigger: Remove unused function led_trigger_rename_static()
Heiner Kallweit
2023-12-13
1
-13
/
+0
*
leds: Clear LED_INIT_DEFAULT_TRIGGER when clearing current trigger
Hans de Goede
2023-05-25
1
-0
/
+1
*
leds: Fix oops about sleeping in led_trigger_blink()
Hans de Goede
2023-05-25
1
-1
/
+1
*
leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value
Hans de Goede
2023-05-25
1
-8
/
+8
*
leds: trigger: use RCU to protect the led_cdevs list
Johannes Berg
2021-09-27
1
-20
/
+21
*
leds: trigger: fix potential deadlock with libata
Andrea Righi
2021-01-31
1
-4
/
+6
*
leds: trigger: add support for LED-private device triggers
Marek Behún
2020-07-22
1
-6
/
+20
*
leds: fix spelling mistake
Flavio Suligoi
2020-07-12
1
-1
/
+1
*
leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger
Akinobu Mita
2019-11-03
1
-22
/
+68
*
led: triggers: Fix dereferencing of null pointer
Oleh Kravchenko
2019-09-05
1
-2
/
+2
*
led: triggers: Fix a memory leak bug
Wenwen Wang
2019-08-20
1
-0
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
led: triggers: Initialize LED_INIT_DEFAULT_TRIGGER if trigger is brought afte...
Krzysztof Kozlowski
2018-12-10
1
-1
/
+3
*
led: triggers: Add LED_INIT_DEFAULT_TRIGGER flag
Jacek Anaszewski
2018-12-10
1
-0
/
+1
*
led: triggers: Break the for loop after default trigger is found
Jacek Anaszewski
2018-12-10
1
-1
/
+3
*
leds: triggers: handle .trigger_data and .activated() in the core
Uwe Kleine-König
2018-07-05
1
-0
/
+3
*
leds: triggers: add device attribute support
Uwe Kleine-König
2018-07-05
1
-0
/
+12
*
leds: triggers: let struct led_trigger::activate() return an error code
Uwe Kleine-König
2018-07-05
1
-3
/
+21
*
leds: triggers: Check return value of kobject_uevent_env()
Jacek Anaszewski
2016-09-20
1
-1
/
+3
*
leds: triggers: Return from led_trigger_set() if there is nothing to do
Jacek Anaszewski
2016-09-20
1
-0
/
+3
*
leds: do not overflow sysfs buffer in led_trigger_show
Nathan Sullivan
2016-08-16
1
-5
/
+7
*
leds: make triggers explicitly non-modular
Paul Gortmaker
2016-08-16
1
-5
/
+1
*
leds: triggers: return error if invalid trigger name is provided via sysfs
Heiner Kallweit
2016-07-04
1
-0
/
+2
*
leds: triggers: Allow to switch the trigger to "panic" on a kernel panic
Ezequiel Garcia
2016-05-06
1
-1
/
+1
*
leds: triggers: simplify led_trigger_store
Heiner Kallweit
2016-03-14
1
-11
/
+2
*
leds: core: add managed version of led_trigger_register
Heiner Kallweit
2016-01-04
1
-0
/
+28
*
leds: implement sysfs interface locking mechanism
Jacek Anaszewski
2014-11-14
1
-3
/
+13
*
leds: make sure we unregister a trigger only once
Sasha Levin
2014-04-07
1
-1
/
+4
*
drivers/leds: delete non-required instances of include <linux/init.h>
Paul Gortmaker
2014-02-27
1
-1
/
+0
*
leds: replace list_for_each with list_for_each_entry
ZHAO Gang
2014-01-27
1
-11
/
+4
*
leds: led-triggers: Fix checkpatch warnings
Sachin Kamat
2012-11-27
1
-6
/
+6
*
leds: add led_trigger_rename function
Fabio Baltieri
2012-11-26
1
-0
/
+13
*
leds: triggers: send uevent when changing triggers
Colin Cross
2012-09-11
1
-0
/
+13
*
leds: delay led_set_brightness if stopping soft-blink
Fabio Baltieri
2012-09-11
1
-1
/
+3
*
Revert "leds: use led_set_brightness in led_trigger_event"
Fabio Baltieri
2012-08-13
1
-1
/
+1
*
leds: fix sparse warnings due to missing static
Bryan Wu
2012-07-24
1
-1
/
+1
*
leds: use led_set_brightness in led_trigger_event
Fabio Baltieri
2012-07-24
1
-1
/
+1
*
leds: Rename led_brightness_set() to led_set_brightness()
Shuah Khan
2012-07-24
1
-1
/
+1
*
leds: Rename led_set_brightness() to __led_set_brightness()
Shuah Khan
2012-07-24
1
-1
/
+1
*
leds: add oneshot blink functions
Fabio Baltieri
2012-07-24
1
-4
/
+26
*
led-triggers: rename *trigger to *trig for unified naming scheme
Bryan Wu
2012-07-24
1
-42
/
+42
*
driver-core: remove sysdev.h usage.
Kay Sievers
2011-12-21
1
-1
/
+0
[next]