index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-08-17
leds: pca955x: Add an IBM software implementation of the PCA9552 chip
Eddie James
1
-0
/
+8
2020-08-17
leds: sgm3140: fix led->LED for consistency
Pavel Machek
1
-1
/
+1
2020-08-17
leds: mt6323: move period calculation
Tom Rix
1
-9
/
+9
2020-08-17
leds: s3c24xx: Remove unused machine header include
Krzysztof Kozlowski
1
-2
/
+0
2020-08-15
Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-64
/
+44
2020-08-15
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
1
-2
/
+0
2020-08-15
Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+47
2020-08-15
Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
5
-86
/
+115
2020-08-15
Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-67
/
+184
2020-08-15
Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
57
-431
/
+1232
2020-08-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-35
/
+16
2020-08-14
virtio: pci: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-14
ntb: intel: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
3
-3
/
+3
2020-08-14
rtl818x: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
1
-3
/
+3
2020-08-14
iomap: constify ioreadX() iomem argument (as in generic implementation)
Krzysztof Kozlowski
2
-2
/
+2
2020-08-14
sh: clkfwk: remove r8/r16/r32
Kuninori Morimoto
1
-19
/
+4
2020-08-14
mm: add thp_size
Matthew Wilcox (Oracle)
2
-7
/
+3
2020-08-14
input: i8042 - Remove special Cayman handling
Geert Uytterhoeven
1
-2
/
+0
[next]