summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | video: fbdev: sm712fb: Fix crash in smtcfb_read()Helge Deller2022-02-271-18/+7
| | * | | | | | | video: fbdev: via: check the return value of kstrdup()Xiaoke Wang2022-02-221-0/+10
| | * | | | | | | video: fbdev: au1100fb: Spelling s/palette/palette/Geert Uytterhoeven2022-02-162-2/+2
| | * | | | | | | video: fbdev: atari: Atari 2 bpp (STe) palette bugfixMichael Schmitz2022-02-161-6/+6
| | * | | | | | | video: fbdev: atari: Remove unused atafb_setcolreg()Geert Uytterhoeven2022-02-151-11/+0
| | * | | | | | | video: fbdev: atari: Convert to standard round_up() helperGeert Uytterhoeven2022-02-151-5/+3
| | * | | | | | | video: fbdev: atari: Fix TT High video modeGeert Uytterhoeven2022-02-151-2/+2
| | * | | | | | | video: fbdev: udlfb: replace snprintf in show functions with sysfs_emitJing Yao2022-02-111-4/+4
| | * | | | | | | video: fbdev: omapfb: panel-tpo-td043mtea1: Use sysfs_emit() instead of snpri...Jing Yao2022-02-111-2/+2
| | * | | | | | | video: fbdev: omapfb: panel-dsi-cm: Use sysfs_emit() instead of snprintf()Jing Yao2022-02-111-4/+4
| | * | | | | | | video: fbdev: omapfb: Use sysfs_emit() instead of snprintf()Guo Zhengkui2022-02-111-6/+7
| | * | | | | | | video: fbdev: s3c-fb: Use platform_get_irq() to get the interruptzhaoxiao2022-02-111-4/+3
| | * | | | | | | video: fbdev: Fix wrong file path for pvr2fb.c in Kconfig help textWei Ming Chen2022-02-021-1/+1
| | * | | | | | | video: fbdev: pxa3xx-gcu: Remove unnecessary print function dev_err()Yang Li2022-02-011-3/+1
| | * | | | | | | video: fbdev: pxa168fb: Remove unnecessary print function dev_err()Yang Li2022-02-011-3/+1
| | * | | | | | | video: fbdev: fbcvt.c: fix printing in fb_cvt_print_name()Dan Carpenter2022-01-301-32/+21
| | * | | | | | | video: fbdev: pxa168fb: Initialize pointers with NULL and not plain integer 0Colin Ian King2022-01-301-2/+2
| | * | | | | | | video: fbdev: atmel_lcdfb: fix an error code in atmel_lcdfb_probe()Dan Carpenter2022-01-301-5/+6
| | * | | | | | | video: fbdev: savagefb: make a variable localDan Carpenter2022-01-302-4/+4
| | * | | | | | | video: fbdev: omapfb: acx565akm: replace snprintf with sysfs_emitYang Guang2022-01-291-1/+1
| | * | | | | | | video: fbmem: use swap() to make code cleaner in fb_rotate_logo()Changcheng Deng2022-01-291-6/+2
| | * | | | | | | video: fbdev: cirrusfb: check pixclock to avoid divide by zeroGeorge Kennedy2022-01-291-8/+8
| | * | | | | | | video: fbdev: mmp: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-1/+2
| | * | | | | | | video: fbdev: s3c-fb: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-6/+5
| | * | | | | | | video: fbdev: ssd1307fb: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-4/+3
| | * | | | | | | video: fbdev: pxa3xx-gcu: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-4/+2
| | * | | | | | | video: fbdev: pxa168fb: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-4/+3
| | * | | | | | | video: fbdev: da8xx-fb: Make use of the helper function dev_err_probe()Cai Huoqing2022-01-291-4/+3
| | * | | | | | | video: fbdev: omapfb: panel-tpo-td043mtea1: Make use of the helper function d...Cai Huoqing2022-01-291-2/+1
| | * | | | | | | video: fbdev: omapfb: panel-sharp-ls037v7dw01: Make use of the helper functio...Cai Huoqing2022-01-291-4/+3
| | * | | | | | | video: fbdev: omapfb: lcd_ams_delta: Make use of the helper function dev_err_...Cai Huoqing2022-01-291-10/+6
| | * | | | | | | video: fbdev: omapfb: panel-lgphilips-lb035q02: Make use of the helper functi...Cai Huoqing2022-01-291-4/+3
| | * | | | | | | video: fbdev: asiliantfb: remove redundant assignment to variable FtargetColin Ian King2022-01-291-1/+1
| | * | | | | | | video: fbdev: atyfb: Remove assigned but never used variable statementsColin Ian King2022-01-291-2/+0
| | * | | | | | | video: fbdev: w100fb: Reset global stateEvgeny Novikov2022-01-291-3/+12
| | * | | | | | | video: fbdev: au1200fb: Make use of dma_mmap_coherent()Cai Huoqing2022-01-291-2/+2
| | * | | | | | | video: fbdev: nvidiafb: Use strscpy() to prevent buffer overflowTim Gardner2022-01-291-1/+1
| | * | | | | | | video: fbdev: via: Fix spelling mistake "bellow" -> "below"Colin Ian King2022-01-291-1/+1
| | * | | | | | | video: fbdev: s3c-fb: drop unneeded MODULE_ALIASKrzysztof Kozlowski2022-01-291-1/+0
| | * | | | | | | video: fbdev: smscufx: Fix null-ptr-deref in ufx_usb_probe()Wang Hai2022-01-291-2/+1
| | * | | | | | | video: fbdev: controlfb: Fix COMPILE_TEST buildYueHaibing2022-01-291-0/+2
| | * | | | | | | video: fbdev: ocfb: add const to of_device_idChunyang Zhong2022-01-291-1/+1
| | * | | | | | | video: fbdev: sis: use swap() to make code cleanerYang Guang2022-01-291-1/+1
| | * | | | | | | video: fbdev: matroxfb: set maxvram of vbG200eW to the same as vbG200 to avoi...Z. Liu2022-01-291-1/+1
| | * | | | | | | video: fbdev: mb862xx: remove redundant assignment to pointer ptrColin Ian King2022-01-291-1/+1
| | * | | | | | | backlight: qcom-wled: Add PM6150L compatibleLuca Weiss2022-01-291-0/+1
| | * | | | | | | video: fbdev: mach64_ct: remove redundant res variableMinghao Chi2022-01-291-3/+1
| | * | | | | | | video: fbdev: omapfb: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-293-3/+6
| | * | | | | | | video: fbdev: omapfb: Remove redundant 'flush_workqueue()' callsXu Wang2022-01-291-1/+0
| | * | | | | | | backlight: lm3630a_bl: Remove redundant 'flush_workqueue()' callsXu Wang2022-01-291-1/+0