summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge v5.8-rc6 into drm-nextDave Airlie2020-07-242-2/+3
|\
| * Merge tag 'drm-misc-fixes-2020-06-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-06-262-2/+3
| |\
| | * drm/fb-helper: Fix vt restoreDaniel Vetter2020-06-241-1/+2
| | * video: fbdev: uvesafb: fix "noblank" option handlingBartlomiej Zolnierkiewicz2020-06-211-1/+1
* | | video: fbdev: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-2013-18/+18
* | | fbdev: sm712fb: set error code in probeEvgeny Novikov2020-07-101-1/+1
* | | fbdev: da8xx-fb: go to proper label on error handling paths in probeEvgeny Novikov2020-07-101-2/+2
* | | video: fbdev: vt8623fb: Constify static vga_regsetsRikard Falkeborn2020-07-101-18/+18
* | | omapfb: dss: Fix max fclk divider for omap36xxAdam Ford2020-07-101-1/+1
* | | omapfb: fix multiple reference count leaks due to pm_runtime_get_syncAditya Pakki2020-07-106-12/+26
* | | video: fbdev: neofb: fix memory leak in neo_scan_monitor()Evgeny Novikov2020-07-101-0/+1
* | | video: fbdev: savage: fix memory leak on error handling path in probeEvgeny Novikov2020-07-101-0/+2
* | | fbcon: Use array3_size() helper in scr_memcpyw()Gustavo A. R. Silva2020-07-101-2/+2
* | | video: fbdev: amifb: add FIXMEs about {put,get}_user() failuresBartlomiej Zolnierkiewicz2020-07-101-0/+2
* | | video: fbdev: amifb: add FIXME about dead APUS supportBartlomiej Zolnierkiewicz2020-07-101-0/+6
* | | video: fbdev: amba-clcd: Retire elder CLCD driverLinus Walleij2020-06-303-1007/+0
* | | Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-2415-63/+51
|\ \ \ | |/ / |/| |
| * | video: fbdev: Use IS_BUILTINJoe Perches2020-06-017-36/+7
| * | video: fbdev: pxafb: Use correct return value for pxafb_probe()Tiezhu Yang2020-06-011-1/+1
| * | video: pxafb: Fix the function used to balance a 'dma_alloc_coherent()' callChristophe JAILLET2020-06-011-2/+2
| * | drivers: video: hdmi: cleanup coding style in video a bitBernard Zhao2020-06-011-1/+1
| * | console: newport_con: fix an issue about leak related system resourcesDejin Zheng2020-06-011-2/+10
| * | video: fbdev: sm712fb: fix an issue about iounmap for a wrong addressDejin Zheng2020-06-011-0/+2
| * | omapfb/dss: fix comparison to bool warningJason Yan2020-06-012-4/+2
| * | video: fbdev: convert get_user_pages() --> pin_user_pages()John Hubbard2020-05-311-4/+2
| * | video: fbdev: fix error handling for get_user_pages_fast()John Hubbard2020-05-311-2/+16
| * | video: amba-clcd: use devm_of_find_backlightSam Ravnborg2020-05-181-11/+8
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-201-2/+2
|\ \ \
| * | | video: backlight: tosa_lcd: convert to use i2c_new_client_device()Wolfram Sang2020-06-191-2/+2
| | |/ | |/|
* / | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-1/+1
|/ /
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-143-65/+65
* | mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-0910-10/+0
* | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-052-3/+3
|\ \
| * | powerpc: Remove Xilinx PPC405/PPC440 supportMichal Simek2020-05-281-1/+1
| * | drivers/powerpc: Replace _ALIGN_UP() by ALIGN()Christophe Leroy2020-05-111-2/+2
* | | Merge tag 'backlight-next-5.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-044-104/+571
|\ \ \
| * | | backlight: Add backlight_device_get_by_name()Noralf Trønnes2020-05-111-0/+21
| * | | backlight: qcom-wled: Add support for WLED5 peripheral that is present on PM8...Subbaraman Narayanamurthy2020-05-061-2/+376
| * | | backlight: qcom-wled: Add callback functionsKiran Gunda2020-05-061-72/+141
| * | | backlight: l4f00242t03: Convert to GPIO descriptorsLinus Walleij2020-04-291-27/+18
| * | | backlight: lp855x: Ensure regulators are disabled on probe failureJon Hunter2020-04-281-4/+16
| |/ /
* | | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-0237-827/+585
|\ \ \
| * \ \ Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-201-19/+46
| |\ \ \ | | |_|/ | |/| |
| | * | video/hdmi: Add Unpack only function for DRM infoframeGwan-gyeong Mun2020-05-141-19/+46
| | |/
| * | video: fbdev: pxa168fb: make pxa168fb_init_mode() return voidJason Yan2020-05-091-4/+1
| * | video: fbdev: valkyriefb.c: fix warning comparing pointer to 0Jason Yan2020-05-061-2/+2
| * | video: fbdev: w100fb: Fix a potential double free.Christophe JAILLET2020-05-061-0/+2
| * | fbdev: aty: use true, false for bool variables in atyfb_base.cJason Yan2020-05-061-2/+2
| * | video: uvesafb: use true,false for bool variablesJason Yan2020-05-061-6/+6
| * | video: udlfb: use true,false for bool variablesJason Yan2020-05-061-3/+3