index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
leds: tca6507: Absorb platform data
Marek Behún
1
-1
/
+10
2020-09-26
leds: parse linux,default-trigger DT property in LED core
Marek Behún
24
-72
/
+5
2020-09-26
leds: syscon: use struct led_init_data when registering
Marek Behún
1
-3
/
+4
2020-09-26
leds: lm3532: don't parse label DT property
Marek Behún
1
-12
/
+0
2020-09-26
leds: lm36274: use devres LED registering function
Marek Behún
1
-11
/
+2
2020-09-26
leds: lm36274: use platform device as parent of LED
Marek Behún
1
-2
/
+2
2020-09-26
leds: lm36274: do not set chip settings in DT parsing function
Marek Behún
1
-8
/
+8
2020-09-26
leds: lm36274: use struct led_init_data when registering
Marek Behún
1
-17
/
+25
2020-09-26
leds: lm36274: don't iterate through children since there is only one
Marek Behún
1
-27
/
+23
2020-09-26
leds: lm36274: cosmetic: rename lm36274_data to chip
Marek Behún
1
-42
/
+40
2020-09-26
leds: Add driver for Acer Iconia Tab A500
Dmitry Osipenko
3
-0
/
+137
2020-09-26
leds: pca9532 - simplify the return expression of pca9532_remove
Liu Shixin
1
-6
/
+1
2020-09-26
leds: ns2: use struct led_init_data when registering
Marek Behún
1
-5
/
+4
2020-09-26
leds: ns2: remove unneeded variable
Marek Behún
1
-5
/
+2
2020-09-26
leds: ns2: register LED immediately after parsing DT properties
Marek Behún
1
-103
/
+40
2020-09-26
leds: ns2: cosmetic change: use helper variable
Marek Behún
1
-8
/
+7
2020-09-26
leds: ns2: cosmetic change
Marek Behún
1
-4
/
+2
2020-09-26
leds: ns2: cosmetic variable rename
Marek Behún
1
-56
/
+47
2020-09-26
leds: ns2: cosmetic structure rename
Marek Behún
1
-17
/
+17
2020-09-26
leds: ns2: use devres API for getting GPIO descriptors
Marek Behún
1
-4
/
+4
2020-09-26
leds: ns2: move parsing of one LED into separate function
Marek Behún
1
-65
/
+55
2020-09-26
leds: ns2: support OF probing only, forget platdata
Marek Behún
1
-25
/
+15
2020-09-26
leds: ns2: alloc simple array instead of struct ns2_led_priv
Marek Behún
1
-14
/
+7
2020-09-26
leds: ns2: use devres LED registering function
Marek Behún
1
-28
/
+2
2020-09-26
leds: is31fl32xx: use struct led_init_data when registering
Marek Behún
1
-10
/
+9
2020-09-26
leds: pm8058: cosmetic change: no need to return in if guard
Marek Behún
1
-4
/
+2
2020-09-26
leds: pm8058: cosmetic change: use helper variable
Marek Behún
1
-9
/
+11
2020-09-26
leds: pm8058: use struct led_init_data when registering
Marek Behún
1
-5
/
+6
2020-09-26
leds: mt6323: cosmetic change: use helper variable
Marek Behún
1
-4
/
+3
2020-09-26
leds: mt6323: use struct led_init_data when registering
Marek Behún
1
-3
/
+6
2020-09-26
leds: max77650: use struct led_init_data when registering
Marek Behún
1
-14
/
+9
2020-09-26
leds: lm3697: cosmetic change: use helper variable, reverse christmas tree
Marek Behún
1
-39
/
+36
2020-09-26
leds: lm3697: use struct led_init_data when registering
Marek Behún
1
-10
/
+8
2020-09-26
leds: bcm6328, bcm6358: use struct led_init_data when registering
Marek Behún
2
-4
/
+6
2020-09-26
leds: bcm6328, bcm6358: use devres LED registering function
Marek Behún
2
-2
/
+2
2020-09-26
leds: various: fix OF node leaks
Marek Behún
3
-4
/
+12
2020-09-26
leds: various: use only available OF children
Marek Behún
15
-26
/
+26
2020-09-26
leds: lt3593: do not rewrite .of_node of new LED device to wrong value
Marek Behún
1
-1
/
+0
2020-09-26
leds: various: use dev_of_node(dev) instead of dev->of_node
Marek Behún
28
-35
/
+35
2020-09-26
leds: various: use device_get_match_data
Marek Behún
5
-34
/
+6
2020-09-26
leds: ip30: compile if COMPILE_TEST=y
Marek Behún
2
-1
/
+2
2020-09-26
leds: various: compile if COMPILE_TEST=y
Marek Behún
1
-5
/
+5
2020-09-26
leds: pwm: Allow automatic labels for DT based devices
Alexander Dahl
1
-1
/
+2
2020-09-09
leds: tlc591xx: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-6
/
+4
2020-09-09
leds: sgm3140: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-18
/
+9
2020-09-09
leds: pwm: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+4
2020-09-09
leds: lm3692x: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-7
/
+4
2020-09-09
leds: is31fl319x: Add shutdown pin and generate a 5ms low pulse when startup
Grant Feng
1
-0
/
+18
2020-08-17
leds: lp50xx: Add the LP50XX family of the RGB LED driver
Dan Murphy
3
-0
/
+646
2020-08-17
leds: LP55XX_COMMON needs to depend on LEDS_CLASS
Randy Dunlap
1
-0
/
+1
[next]