index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
video
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
video: fbdev: au1100fb: Spelling s/palette/palette/
Geert Uytterhoeven
2022-02-16
2
-2
/
+2
*
video: fbdev: atari: Atari 2 bpp (STe) palette bugfix
Michael Schmitz
2022-02-16
1
-6
/
+6
*
video: fbdev: atari: Remove unused atafb_setcolreg()
Geert Uytterhoeven
2022-02-15
1
-11
/
+0
*
video: fbdev: atari: Convert to standard round_up() helper
Geert Uytterhoeven
2022-02-15
1
-5
/
+3
*
video: fbdev: atari: Fix TT High video mode
Geert Uytterhoeven
2022-02-15
1
-2
/
+2
*
video: fbdev: udlfb: replace snprintf in show functions with sysfs_emit
Jing Yao
2022-02-11
1
-4
/
+4
*
video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snpri...
Jing Yao
2022-02-11
1
-2
/
+2
*
video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()
Jing Yao
2022-02-11
1
-4
/
+4
*
video: fbdev: omapfb: Use sysfs_emit() instead of snprintf()
Guo Zhengkui
2022-02-11
1
-6
/
+7
*
video: fbdev: s3c-fb: Use platform_get_irq() to get the interrupt
zhaoxiao
2022-02-11
1
-4
/
+3
*
video: fbdev: Fix wrong file path for pvr2fb.c in Kconfig help text
Wei Ming Chen
2022-02-02
1
-1
/
+1
*
video: fbdev: pxa3xx-gcu: Remove unnecessary print function dev_err()
Yang Li
2022-02-01
1
-3
/
+1
*
video: fbdev: pxa168fb: Remove unnecessary print function dev_err()
Yang Li
2022-02-01
1
-3
/
+1
*
video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()
Dan Carpenter
2022-01-30
1
-32
/
+21
*
video: fbdev: pxa168fb: Initialize pointers with NULL and not plain integer 0
Colin Ian King
2022-01-30
1
-2
/
+2
*
video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()
Dan Carpenter
2022-01-30
1
-5
/
+6
*
video: fbdev: savagefb: make a variable local
Dan Carpenter
2022-01-30
2
-4
/
+4
*
video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emit
Yang Guang
2022-01-29
1
-1
/
+1
*
video: fbmem: use swap() to make code cleaner in fb_rotate_logo()
Changcheng Deng
2022-01-29
1
-6
/
+2
*
video: fbdev: cirrusfb: check pixclock to avoid divide by zero
George Kennedy
2022-01-29
1
-8
/
+8
*
video: fbdev: mmp: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-1
/
+2
*
video: fbdev: s3c-fb: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-6
/
+5
*
video: fbdev: ssd1307fb: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-4
/
+3
*
video: fbdev: pxa3xx-gcu: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-4
/
+2
*
video: fbdev: pxa168fb: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-4
/
+3
*
video: fbdev: da8xx-fb: Make use of the helper function dev_err_probe()
Cai Huoqing
2022-01-29
1
-4
/
+3
*
video: fbdev: omapfb: panel-tpo-td043mtea1: Make use of the helper function d...
Cai Huoqing
2022-01-29
1
-2
/
+1
*
video: fbdev: omapfb: panel-sharp-ls037v7dw01: Make use of the helper functio...
Cai Huoqing
2022-01-29
1
-4
/
+3
*
video: fbdev: omapfb: lcd_ams_delta: Make use of the helper function dev_err_...
Cai Huoqing
2022-01-29
1
-10
/
+6
*
video: fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper functi...
Cai Huoqing
2022-01-29
1
-4
/
+3
*
video: fbdev: asiliantfb: remove redundant assignment to variable Ftarget
Colin Ian King
2022-01-29
1
-1
/
+1
*
video: fbdev: atyfb: Remove assigned but never used variable statements
Colin Ian King
2022-01-29
1
-2
/
+0
*
video: fbdev: w100fb: Reset global state
Evgeny Novikov
2022-01-29
1
-3
/
+12
*
video: fbdev: au1200fb: Make use of dma_mmap_coherent()
Cai Huoqing
2022-01-29
1
-2
/
+2
*
video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflow
Tim Gardner
2022-01-29
1
-1
/
+1
*
video: fbdev: via: Fix spelling mistake "bellow" -> "below"
Colin Ian King
2022-01-29
1
-1
/
+1
*
video: fbdev: s3c-fb: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2022-01-29
1
-1
/
+0
*
video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()
Wang Hai
2022-01-29
1
-2
/
+1
*
video: fbdev: controlfb: Fix COMPILE_TEST build
YueHaibing
2022-01-29
1
-0
/
+2
*
video: fbdev: ocfb: add const to of_device_id
Chunyang Zhong
2022-01-29
1
-1
/
+1
*
video: fbdev: sis: use swap() to make code cleaner
Yang Guang
2022-01-29
1
-1
/
+1
*
video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoi...
Z. Liu
2022-01-29
1
-1
/
+1
*
video: fbdev: mb862xx: remove redundant assignment to pointer ptr
Colin Ian King
2022-01-29
1
-1
/
+1
*
backlight: qcom-wled: Add PM6150L compatible
Luca Weiss
2022-01-29
1
-0
/
+1
*
video: fbdev: mach64_ct: remove redundant res variable
Minghao Chi
2022-01-29
1
-3
/
+1
*
video: fbdev: omapfb: use default_groups in kobj_type
Greg Kroah-Hartman
2022-01-29
3
-3
/
+6
*
video: fbdev: omapfb: Remove redundant 'flush_workqueue()' calls
Xu Wang
2022-01-29
1
-1
/
+0
*
backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' calls
Xu Wang
2022-01-29
1
-1
/
+0
*
video: fbdev: imxfb: Check for null res pointer
Jiasheng Jiang
2022-01-29
1
-0
/
+2
*
video: fbdev: aty128fb: make some arrays static const
Colin Ian King
2022-01-29
1
-4
/
+6
[next]