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-class.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'leds-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2024-07-17
1
-1
/
+0
|
\
|
*
Revert "leds: led-core: Fix refcount leak in of_led_get()"
Luca Ceresoli
2024-06-27
1
-1
/
+0
*
|
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2024-07-17
1
-4
/
+5
|
\
|
|
*
leds: class: Add flag to avoid automatic renaming of LED devices
Thomas Weißschuh
2024-06-14
1
-0
/
+2
|
*
leds: class: Warn about name collisions earlier
Thomas Weißschuh
2024-06-14
1
-4
/
+3
*
|
leds: class: Revert: "If no default trigger is given, make hw_control trigger...
Hans de Goede
2024-06-16
1
-6
/
+0
|
/
*
leds: class: If no default trigger is given, make hw_control trigger the defa...
Heiner Kallweit
2024-03-07
1
-0
/
+6
*
leds: class: Don't expose color sysfs entry
Takashi Iwai
2023-11-22
1
-14
/
+0
*
leds: Make leds_class a static const structure
Ivan Orlov
2023-08-18
1
-13
/
+13
*
leds: class: Store the color index in struct led_classdev
Jean-Jacques Hiblot
2023-08-17
1
-0
/
+21
*
leds: Provide devm_of_led_get_optional()
Jean-Jacques Hiblot
2023-08-17
1
-0
/
+25
*
led: led-class: Read max-brightness from devicetree
Astrid Rost
2023-07-28
1
-0
/
+4
*
leds: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-25
1
-1
/
+1
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
leds: led-core: Fix refcount leak in of_led_get()
Miaoqian Lin
2023-01-30
1
-0
/
+1
*
leds: led-class: Add generic [devm_]led_get()
Hans de Goede
2023-01-27
1
-0
/
+84
*
leds: led-class: Add __devm_led_get() helper
Hans de Goede
2023-01-27
1
-12
/
+17
*
leds: led-class: Add led_module_get() helper
Hans de Goede
2023-01-27
1
-12
/
+18
*
leds: led-class: Add missing put_device() to led_put()
Hans de Goede
2023-01-27
1
-1
/
+4
*
leds: led-core: Update fwnode with device_set_node
Sander Vanheule
2022-01-12
1
-4
/
+2
*
leds: leds-core: Implement the retain-state-shutdown property
Eddie James
2021-08-20
1
-2
/
+8
*
leds: class: The -ENOTSUPP should never be seen by user space
Andy Shevchenko
2021-05-28
1
-4
/
+0
*
leds: led-class: Fix incorrectly documented param 'dev'
Lee Jones
2021-05-28
1
-1
/
+1
*
leds: led-core: Get rid of enum led_brightness
Abanoub Sameh
2021-02-19
1
-2
/
+1
*
leds: parse linux,default-trigger DT property in LED core
Marek Behún
2020-09-26
1
-0
/
+5
*
leds: core: Flush scheduled work for system suspend
Kai-Heng Feng
2020-07-12
1
-0
/
+1
*
leds: core: Fix warning message when init_data
Ricardo Ribalda Delgado
2020-04-06
1
-1
/
+1
*
leds: populate the device's of_node
Jean-Jacques Hiblot
2020-01-06
1
-1
/
+3
*
leds: Add managed API to get a LED from a device driver
Jean-Jacques Hiblot
2020-01-06
1
-0
/
+49
*
leds: Add of_led_get() and led_put()
Tomi Valkeinen
2020-01-06
1
-0
/
+44
*
leds: core: Fix devm_classdev_match to reference correct structure
Dan Murphy
2019-11-03
1
-1
/
+1
*
leds: remove PAGE_SIZE limit of /sys/class/leds/<led>/trigger
Akinobu Mita
2019-11-03
1
-4
/
+4
*
leds: Allow to call led_classdev_unregister() unconditionally
Andy Shevchenko
2019-08-26
1
-0
/
+4
*
leds: Switch to use fwnode instead of be stuck with OF one
Andy Shevchenko
2019-08-23
1
-2
/
+2
*
Merge tag 'generic_lookup_helpers' into for-next
Jacek Anaszewski
2019-07-30
1
-8
/
+1
|
\
|
*
drivers: Introduce device lookup variants by name
Suzuki K Poulose
2019-07-30
1
-8
/
+1
*
|
leds: core: Add support for composing LED class device names
Jacek Anaszewski
2019-07-25
1
-3
/
+17
*
|
leds: class: Improve LED and LED flash class registration API
Jacek Anaszewski
2019-07-25
1
-12
/
+17
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
leds: avoid races with workqueue
Pavel Machek
2019-05-02
1
-0
/
+1
*
leds: class: ensure workqueue is initialized before setting brightness
Luis Henriques
2018-05-24
1
-2
/
+8
*
leds: core: add OF variants of LED registering functions
Rafał Miłecki
2017-03-08
1
-10
/
+16
*
leds: class: Add new optional brightness_hw_changed attribute
Hans de Goede
2017-01-29
1
-0
/
+76
*
led: core: Use atomic bit-field for the blink-flags
Hans de Goede
2016-11-22
1
-0
/
+1
*
leds: Use macro for max device node name size
David Lechner
2016-11-22
1
-1
/
+2
*
leds: core: avoid error message when a USB LED device is unplugged
Heiner Kallweit
2016-03-14
1
-0
/
+2
*
leds: turn off the LED and wait for completion on unregistering LED class device
Milo Kim
2016-01-04
1
-2
/
+3
*
leds: core: Drivers shouldn't enforce SYNC/ASYNC brightness setting
Jacek Anaszewski
2016-01-04
1
-2
/
+0
*
leds: core: Add led_set_brightness_nosleep{nopm} functions
Jacek Anaszewski
2016-01-04
1
-2
/
+2
*
leds: core: Move LED core callbacks out of led-class.c
Jacek Anaszewski
2015-11-03
1
-68
/
+1
[next]