summaryrefslogtreecommitdiff
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: fbdev: sis: remove unneeded semicolonJason Yan2020-10-171-7/+7
* omapfb: connector-dvi: simplify the return expression of dvic_connect()Liu Shixin2020-10-171-6/+1
* omapfb: use devm_platform_ioremap_resource_bynameQilong Zhang2020-10-165-54/+6
* fbdev: nvidia: use for_each_child_of_node() macroQinglang Miao2020-10-161-2/+1
* omapfb: simplify the return expression of hdmi_pll_enableQinglang Miao2020-10-161-5/+1
* omapfb: panel-sony-acx565akm: simplify the return expression of acx565akm_con...Qinglang Miao2020-10-161-6/+1
* omapfb: connector-hdmi: simplify the return expression of hdmic_connectQinglang Miao2020-10-161-6/+1
* omapfb: connector-analog-tv: simplify the return expression of tvc_connect()Qinglang Miao2020-10-161-6/+1
* omapfb: simplify the return expression of tpo_td043_connectLiu Shixin2020-10-161-6/+1
* omapfb: simplify the return expression of sharp_ls_connectLiu Shixin2020-10-161-6/+1
* omapfb: simplify the return expression of panel_dpi_connectLiu Shixin2020-10-161-6/+1
* video: use kobj_to_dev()Wang Qing2020-10-161-2/+2
* video: Remove set but not used variableLi Heng2020-10-161-2/+0
* video: fbdev: sh_mobile_lcdcfb: Remove redundant null check before clk_prepar...Xu Wang2020-10-161-4/+2
* omapfb/dss: Remove redundant null check before clk_prepare_enable/clk_disable...Xu Wang2020-10-161-4/+2
* fbdev: sbuslib: remove compat_alloc_user_space usageArnd Bergmann2020-09-251-25/+70
* fbdev: sbuslib: remove unused FBIOSCURSOR32 helperArnd Bergmann2020-09-251-28/+1
* fbdev: simplify fb_getput_cmap()Arnd Bergmann2020-09-251-25/+19
* fbdev: mx3fb: remove unused variable 'irq'Xiaofei Tan2020-09-241-2/+0
* fbcon: Remove the superfluous breakJing Xiangfeng2020-09-181-2/+0
* fbdev: aty: remove CONFIG_PM containerVaibhav Gupta2020-09-181-2/+2
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2020-09-1413-22/+39
|\
| * Merge v5.9-rc5 into drm-nextDaniel Vetter2020-09-141-1/+1
| |\
| | * video: fbdev: fix OOB read in vga_8planes_imageblit()Tetsuo Handa2020-09-041-1/+1
| * | Merge tag 'v5.9-rc4' into drm-nextDave Airlie2020-09-0811-20/+37
| |\ \ | | |/
| | * Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-301-0/+2
| | |\
| | | * video: fbdev: controlfb: Fix build for COMPILE_TEST=y && PPC_PMAC=nMichael Ellerman2020-08-271-0/+2
| | * | Merge tag 'tty-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-08-261-2/+23
| | |\ \
| | | * | fbcon: prevent user font height or width change from causing potential out-of...George Kennedy2020-08-181-2/+23
| | | |/
| | * | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2334-64/+58
| * | | Merge tag 'drm-misc-next-2020-08-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-08-2828-54/+55
| |\ \ \ | | |/ / | |/| |
| * | | Merge tag 'for-linus-5.9-rc2-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-211-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | efi: avoid error message when booting under XenJuergen Gross2020-08-201-1/+1
* | | | fbdev: radeonfb: use generic power managementVaibhav Gupta2020-09-083-14/+35
* | | | video: fbdev: aty: radeon_pm: remove redundant CONFIG_PM containerVaibhav Gupta2020-09-081-2/+0
* | | | fbdev: remove mbx framebuffer driverMike Rapoport2020-09-087-2119/+0
* | | | video: fbdev: kyro: remove set but not used 'ulCoreClock'Jason Yan2020-09-081-2/+1
* | | | video: fbdev: kyro: remove set but not used 'ulBestVCO'Jason Yan2020-09-081-3/+1
* | | | video: fbdev: udlfb: fix kobj_to_dev.cocci warningskernel test robot2020-09-081-2/+2
* | | | video: fbdev: radeon: Fix memleak in radeonfb_pci_registerDinghao Liu2020-09-081-1/+1
* | | | video: fbdev: tgafb: Avoid comma separated statementsJoe Perches2020-09-081-4/+8
* | | | video: fbdev: sstfb: replace spurious snprintf() with sprintf()Alex Dewar2020-09-081-1/+1
* | | | fbdev: arkfb: use generic power managementVaibhav Gupta2020-09-081-24/+17
* | | | fbdev: s3fb: use generic power managementVaibhav Gupta2020-09-081-23/+16
* | | | fbdev: vt8623fb: use generic power managementVaibhav Gupta2020-09-081-24/+17
* | | | fbdev: i740fb: use generic power managementVaibhav Gupta2020-09-081-24/+16
* | | | fbdev: cyber2000fb: use generic power managementVaibhav Gupta2020-09-081-5/+8
* | | | fbdev: savagefb: use generic power managementVaibhav Gupta2020-09-081-20/+32
* | | | fbdev: nvidia: use generic power managementVaibhav Gupta2020-09-081-29/+35
* | | | fbdev: aty128fb: use generic power managementVaibhav Gupta2020-09-081-17/+34