summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds2018-04-1029-813/+609
|\
| * video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platformsBartlomiej Zolnierkiewicz2018-03-282-164/+1
| * video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_dr...Markus Elfring2018-03-281-1/+1
| * video: au1100fb: Improve a size determination in au1100fb_drv_probe()Markus Elfring2018-03-281-2/+1
| * video: au1100fb: Delete an error message for a failed memory allocation in au...Markus Elfring2018-03-281-3/+1
| * video/console/sticore: Delete an error message for a failed memory allocation...Markus Elfring2018-03-281-3/+1
| * video: ARM CLCD: Improve a size determination in clcdfb_probe()Markus Elfring2018-03-281-1/+1
| * video: ARM CLCD: Delete an error message for a failed memory allocation in cl...Markus Elfring2018-03-281-1/+0
| * video: matroxfb: Delete an error message for a failed memory allocation in ma...Markus Elfring2018-03-281-3/+2
| * video: s3c-fb: Improve a size determination in s3c_fb_probe()Markus Elfring2018-03-281-1/+1
| * video: s3c-fb: Delete an error message for a failed memory allocation in s3c_...Markus Elfring2018-03-281-3/+1
| * video: fsl-diu-fb: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-281-5/+1
| * video: ssd1307fb: Improve a size determination in ssd1307fb_probe()Markus Elfring2018-03-281-1/+2
| * video: smscufx: Delete an error message for a failed memory allocation in ufx...Markus Elfring2018-03-281-3/+1
| * video: smscufx: Return an error code only as a constant in ufx_realloc_frameb...Markus Elfring2018-03-281-7/+2
| * video: smscufx: Less checks in ufx_usb_probe() after error detectionMarkus Elfring2018-03-281-27/+19
| * video: udlfb: Return an error code only as a constant in dlfb_realloc_framebu...Markus Elfring2018-03-281-7/+2
| * video/fbdev/stifb: Delete an error message for a failed memory allocation in ...Markus Elfring2018-03-281-3/+1
| * video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()Markus Elfring2018-03-281-1/+1
| * video: fbdev: aty128fb: use true and false for boolean valuesGustavo A. R. Silva2018-03-281-1/+1
| * fbdev: aty: fix missing indentation in if statementColin Ian King2018-03-281-1/+1
| * video: fbdev: via: remove VLA usageGustavo A. R. Silva2018-03-124-4/+4
| * video: fbdev: vermilion: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-03-121-1/+1
| * video: of: display_timing: Remove of_display_timings_exist() functionVladimir Zapolskiy2018-03-121-20/+0
| * video: offb: Deallocate the color mapMathieu Malaterre2018-03-121-0/+2
| * fbdev: Fix loading of module radeonfb on PowerMacMathieu Malaterre2018-03-121-0/+21
| * video: fbdev: kconfig: Add help text to FB_I810_I2CUlf Magnusson2018-03-121-0/+5
| * video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLEUlf Magnusson2018-03-121-1/+1
| * video: udlfb: Use already defined BPP constantLadislav Michl2018-03-121-4/+3
| * video: udlfb: Fix unaligned accessLadislav Michl2018-03-121-11/+12
| * video: fbdev: atmel_lcdfb: convert to use GPIO descriptorsLudovic Desroches2018-03-121-19/+12
| * video: fbdev: sis: avoid mismatched prototypesArnd Bergmann2018-03-126-513/+508
| * video: remove unused kconfig SH_LCD_MIPI_DSICorentin Labbe2018-03-121-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2018-04-092-4/+7
|\ \
| * | s390/setup : enable display support for KVM guestFarhan Ali2018-03-181-1/+1
| * | Kconfig : Remove HAS_IOMEM dependency for Graphics supportFarhan Ali2018-03-182-4/+7
* | | Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-044-32/+68
|\ \ \
| * \ \ Merge 4.16-rc6 into tty-nextGreg Kroah-Hartman2018-03-201-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | console: Drop added "static" for newport_conKees Cook2018-02-281-1/+1
| * | | console: Expand dummy functions for CFIKees Cook2018-02-274-33/+69
| | |/ | |/|
* | | Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-031-1/+1
|\ \ \
| * | | parisc/stifb: Use fb_memset() to avoid sparse warningHelge Deller2018-03-271-1/+1
| |/ /
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-0216-8031/+1
|\ \ \
| * | | fbdev: s1d13xxxfb: remove m32r specific hacksArnd Bergmann2018-03-261-10/+0
| * | | fbdev: remove blackfin driversArnd Bergmann2018-03-268-4443/+0
| * | | video/logo: remove obsolete logo filesArnd Bergmann2018-03-266-3576/+0
| * | | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-2/+1
| * | | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
| |/ /
* | | Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-04-021-1/+1
|\ \ \
| * | | drivers/video/concole: add negative dependency for VGA_CONSOLE on nds32Greentime Hu2018-02-221-1/+1