index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
leds
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-30
leds: trigger: netdev: use memcpy in device_name_store
Rasmus Villemoes
1
-1
/
+2
2019-03-30
leds: pca9532: fix a potential NULL pointer dereference
Kangjie Lu
1
-2
/
+6
2019-03-26
leds: trigger: netdev: fix refcnt leak on interface rename
Rafał Miłecki
1
-8
/
+5
2019-03-10
Merge tag 'platform-drivers-x86-v5.1-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
1
-0
/
+19
2019-03-04
Merge tag 'leds-for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-23
/
+182
2019-02-23
leds: mlxreg: Add support for capability register
Vadim Pasternak
1
-0
/
+19
2019-02-14
leds: lp55xx: fix null deref on firmware load failure
Michal Kazior
1
-2
/
+2
2019-01-17
leds: lp5523: fix a missing check of return value of lp55xx_read
Kangjie Lu
1
-1
/
+3
2019-01-16
leds: trigger: timer: Add initialization from Device Tree
Krzysztof Kozlowski
1
-0
/
+34
2019-01-16
leds: trigger: oneshot: Add initialization from Device Tree
Krzysztof Kozlowski
1
-2
/
+36
2019-01-16
leds: trigger: pattern: Add pattern initialization from Device Tree
Krzysztof Kozlowski
1
-19
/
+80
2019-01-16
leds: Add helper for getting default pattern from Device Tree
Krzysztof Kozlowski
1
-0
/
+30
2018-12-25
Merge tag 'leds-for-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-27
/
+19
2018-12-10
led: triggers: Initialize LED_INIT_DEFAULT_TRIGGER if trigger is brought afte...
Krzysztof Kozlowski
1
-1
/
+3
2018-12-10
led: triggers: Add LED_INIT_DEFAULT_TRIGGER flag
Jacek Anaszewski
1
-0
/
+1
2018-12-10
led: triggers: Break the for loop after default trigger is found
Jacek Anaszewski
1
-1
/
+3
2018-12-08
leds: pwm: Use OF variant of LED registering function
Krzysztof Kozlowski
1
-1
/
+1
2018-12-08
leds: pwm: Simplify with resource-managed devm_led_classdev_register()
Krzysztof Kozlowski
1
-20
/
+2
2018-12-08
leds: gpio: Drop unneeded manual of_node assignment
Krzysztof Kozlowski
1
-1
/
+0
2018-12-06
leds: 88pm860x: Use of_node_name_eq for node name comparisons
Rob Herring
1
-1
/
+1
2018-11-28
leds: trigger: Introduce audio mute LED trigger
Takashi Iwai
3
-0
/
+52
2018-11-21
leds: powernv: add of_node_put()
Yangtao Li
1
-3
/
+9
2018-11-08
Merge tag 'led-fixes-for-4.20-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-19
/
+8
2018-11-07
leds: trigger: Fix sleeping function called from invalid context
Baolin Wang
1
-16
/
+4
2018-10-26
leds: gpio: set led_dat->gpiod pointer for OF defined GPIO leds
Liviu Dudau
1
-0
/
+2
2018-10-25
Fix pattern handling optimalization
Pavel Machek
1
-3
/
+4
2018-10-11
leds: sc27xx: Add pattern_set/clear interfaces for LED controller
Baolin Wang
1
-0
/
+121
2018-10-11
leds: core: Introduce LED pattern trigger
Baolin Wang
3
-0
/
+419
2018-09-10
leds: add Panasonic AN30259A support
Simon Shields
3
-0
/
+379
2018-09-10
leds: gpio: Try to lookup gpiod from device
Linus Walleij
1
-30
/
+62
2018-09-08
leds: pwm: silently error out on EPROBE_DEFER
Jerome Brunet
1
-2
/
+3
2018-08-28
leds: Convert to using %pOFn instead of device_node.name
Rob Herring
1
-2
/
+2
2018-08-06
leds: ns2: Change unsigned to unsigned int
Kitone Elvis Peter
1
-2
/
+2
2018-07-05
leds: gpio trigger: simplifications from core changes
Uwe Kleine-König
1
-62
/
+25
2018-07-05
leds: backlight trigger: simplifications from core changes
Uwe Kleine-König
1
-43
/
+19
2018-07-05
leds: activity trigger: simplifications from core changes
Uwe Kleine-König
1
-22
/
+16
2018-07-05
leds: default-on trigger: make use of module_led_trigger()
Uwe Kleine-König
1
-13
/
+1
2018-07-05
leds: heartbeat trigger: simplifications from core changes
Uwe Kleine-König
1
-22
/
+19
2018-07-05
leds: oneshot trigger: simplifications from core changes
Uwe Kleine-König
1
-63
/
+26
2018-07-05
leds: transient trigger: simplifications from core changes
Uwe Kleine-König
1
-68
/
+30
2018-07-05
leds: timer trigger: simplifications from core changes
Uwe Kleine-König
1
-40
/
+13
2018-07-05
leds: netdev trigger: simplifications from core changes
Uwe Kleine-König
1
-68
/
+31
2018-07-05
leds: triggers: handle .trigger_data and .activated() in the core
Uwe Kleine-König
1
-0
/
+3
2018-07-05
leds: triggers: add device attribute support
Uwe Kleine-König
1
-0
/
+12
2018-07-05
leds: triggers: let struct led_trigger::activate() return an error code
Uwe Kleine-König
10
-28
/
+63
2018-07-05
leds: triggers: make the MODULE_LICENSE string match the actual license
Uwe Kleine-König
6
-12
/
+8
2018-07-03
leds: lm3692x: Support LED sync configuration
Dan Murphy
1
-38
/
+120
2018-07-03
leds: lm3692x: Change DT calls to fwnode calls
Dan Murphy
1
-17
/
+21
2018-07-03
leds: lm3692x: Update license header to SPDX
Dan Murphy
1
-14
/
+3
2018-07-03
leds: max8997: use mode when calling max8997_led_set_mode
Colin Ian King
1
-1
/
+1
[next]