summaryrefslogtreecommitdiffstats
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds45-783/+822
2022-10-05Merge tag 'backlight-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+365
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang1-4/+0
2022-09-16Merge tag 'v6.0-rc5' into i2c/for-mergewindowWolfram Sang34-201/+240
2022-09-12Merge tag 'hyperv-fixes-signed-20220912' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-4/+0
2022-09-11Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-19/+63
2022-09-08video: backlight: mt6370: Add MediaTek MT6370 supportChiaEn Wu3-0/+365
2022-09-06Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter44-764/+759
2022-09-05PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to p...Vitaly Kuznetsov1-4/+0
2022-09-04video/hdmi: Add audio_infoframe packing for DPMarkus Schneider-Pargmann1-19/+63
2022-08-26fbdev: fbcon: Properly revert changes when vc_resize() failedShigeru Yoshida1-2/+25
2022-08-24fbdev: Move fbdev drivers from strlcpy to strscpyWolfram Sang29-38/+38
2022-08-24fbdev: omap: Remove unnecessary print function dev_err()Jiapeng Chong1-2/+0
2022-08-24fbdev: chipsfb: Add missing pci_disable_device() in chipsfb_pci_init()Yang Yingliang1-0/+1
2022-08-24fbdev: fbcon: Destroy mutex on freeing struct fb_infoShigeru Yoshida1-0/+4
2022-08-24fbdev: radeon: Clean up some inconsistent indentingJiapeng Chong1-23/+23
2022-08-24fbdev: sisfb: Clean up some inconsistent indentingJiapeng Chong1-133/+141
2022-08-24fbdev: fb_pm2fb: Avoid potential divide by zero errorLetu Ren1-0/+5
2022-08-24fbdev: ssd1307fb: Fix repeated words in commentsJilin Yuan1-1/+1
2022-08-24fbdev: omapfb: Fix tests for platform_get_irq() failureYu Zhe1-2/+2
2022-08-16i2c: Make remove callback return voidUwe Kleine-König11-29/+11
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-10/+10
2022-08-07Merge tag 'for-5.20/fbdev-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-261/+134
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2022-08-06Merge tag 'backlight-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-23/+41
2022-08-05video: fbdev: s3fb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-05video: fbdev: arkfb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-05video: fbdev: vt8623fb: Check the size of screen before memset_io()Zheyu Ma1-0/+2
2022-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-2/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-9/+1
2022-08-03video: fbdev: i740fb: Check the argument of i740_calc_vclk()Zheyu Ma1-2/+7
2022-08-03video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock()Zheyu Ma1-1/+6
2022-08-03video:backlight: remove reference to AVR32 architecture in ltv350qvHans-Christian Noren Egtvedt1-2/+1
2022-07-29video: fbdev: imxfb: fix return value check in imxfb_probe()Yang Yingliang1-2/+2
2022-07-28video: fbdev: offb: Include missing linux/platform_device.hChristophe Leroy1-0/+1
2022-07-27fbdev: Make registered_fb[] private to fbmem.cDaniel Vetter1-3/+3
2022-07-26video: fbdev: sis: fix typos in SiS_GetModeID()Rustam Subkhankulov1-2/+2
2022-07-26video: fbdev: imxfb: Convert request_mem_region + ioremap to devm_ioremap_res...Uwe Kleine-König1-17/+1
2022-07-26video: fbdev: imxfb: Fold <linux/platform_data/video-imxfb.h> into only userUwe Kleine-König1-1/+12
2022-07-26video: fbdev: imxfb: Drop platform data supportUwe Kleine-König1-65/+34
2022-07-26video: fbdev: amba-clcd: Fix refcount leak bugsLiang He1-6/+18
2022-07-22fbdev: Fix order of arguments to aperture_remove_conflicting_devices()Thomas Zimmermann2-2/+2
2022-07-19fbdev: Remove conflict-handling codeThomas Zimmermann2-157/+0
2022-07-19fbdev: Acquire framebuffer apertures for firmware devicesThomas Zimmermann1-0/+33
2022-07-19video/aperture: Remove conflicting VGA devices, if anyThomas Zimmermann1-2/+12
2022-07-19video: Provide constants for VGA I/O rangeThomas Zimmermann2-11/+8
2022-07-19video/aperture: Disable and unregister sysfb devices via aperture helpersThomas Zimmermann2-12/+14
2022-07-19fbdev: Remove conflicting devices on PCI busThomas Zimmermann39-5/+206
2022-07-19fbdev: Convert drivers to aperture helpersThomas Zimmermann2-15/+8
2022-07-19fbdev/core: Remove remove_conflicting_pci_framebuffers()Thomas Zimmermann2-60/+18