summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* video: udlfb: Remove redundant gdev variableLadislav Michl2018-01-151-3/+1Star
* video: udlfb: Remove unnecessary local variableLadislav Michl2018-01-151-6/+2Star
* fbdev: auo_k190x: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-041-2/+1Star
* vfb: fix video mode and line_length being set when loadedPieter \"PoroCYon\" Sluys2018-01-041-0/+17
* omapfb: dss: Do not duplicate features dataLadislav Michl2018-01-043-86/+29Star
* video: fbdev: omap2: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2018-01-041-4/+1Star
* fbdev: au1200fb: delete duplicate header contentsRasmus Villemoes2018-01-041-286/+0Star
* fbdev: pxa3xx: use ktime_get_ts64 for time stampsArnd Bergmann2018-01-041-7/+9
* fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann2018-01-041-11/+7Star
* video: smscufx: Improve a size determination in two functionsMarkus Elfring2017-12-291-3/+2Star
* video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring2017-12-291-4/+0Star
* video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring2017-12-291-1/+1
* video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocati...Markus Elfring2017-12-291-3/+1Star
* video/fbdev/wm8505fb: Delete an error message for a failed memory allocation ...Markus Elfring2017-12-291-3/+1Star
* video: fbdev: remove redundant self assignment of 'height'Colin Ian King2017-12-291-1/+0Star
* fb: intelfb: fix Kconfig symbol info in help textRandy Dunlap2017-12-291-1/+1
* video: fbdev: atmel_lcdfb: fix display-timings lookupJohan Hovold2017-12-291-1/+7
* Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds2017-11-2126-723/+147Star
|\
| * OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()Dan Carpenter2017-11-171-1/+1
| * video: fbdev: sm501fb: fix potential null pointer dereference on fbiColin Ian King2017-11-171-2/+4
| * fbcon: Initialize ops->info earlyThierry Reding2017-11-131-0/+1
| * video: fbdev: Convert timers to use timer_setup()Kees Cook2017-11-105-18/+13Star
| * video: fbdev: pxa3xx_gcu: Convert timers to use timer_setup()Kees Cook2017-11-101-8/+10
| * fbdev: controlfb: Add missing modes to fix out of bounds accessGeert Uytterhoeven2017-11-091-0/+2
| * video: fbdev: sis_main: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+4
| * video: fbdev: cirrusfb: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-2/+4
| * video: fbdev: aty: radeon_pm: mark expected switch fall-throughsGustavo A. R. Silva2017-11-091-0/+3
| * video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crtGustavo A. R. Silva2017-11-091-0/+1
| * video: fbdev: intelfb: remove redundant variablesColin Ian King2017-11-091-7/+2Star
| * video/fbdev/dnfb: Use common error handling code in dnfb_probe()Markus Elfring2017-11-091-6/+7
| * sm501fb: suspend and resume fb if it existsSudip Mukherjee2017-11-091-0/+6
| * sm501fb: unregister framebuffer only if registeredSudip Mukherjee2017-11-091-2/+4
| * sm501fb: deallocate colormap only if allocatedSudip Mukherjee2017-11-091-0/+3
| * video: goldfishfb: Add support for device tree bindingsAleksandar Markovic2017-11-091-1/+7
| * video: udlfb: Fix read EDID timeoutLadislav Michl2017-11-091-5/+5
| * video: fbdev: remove dead igafb driverBartlomiej Zolnierkiewicz2017-11-093-590/+0Star
| * video: fbdev: mxsfb: fix pixelclock polarityStefan Agner2017-11-091-2/+11
| * video: fbdev: au1200fb: Style clean upChristophe JAILLET2017-11-091-4/+4
| * video: fbdev: au1200fb: Propagate an error codeChristophe JAILLET2017-11-091-3/+4
| * video: fbdev: au1200fb: Remove some dead codeChristophe JAILLET2017-11-091-6/+0Star
| * video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET2017-11-091-2/+10
| * video: fbdev: au1200fb: Fix incorrect IRQ freeingChristophe JAILLET2017-11-091-2/+0Star
| * video: fbdev: au1200fb: Release some resources if a memory allocation failsChristophe JAILLET2017-11-091-1/+2
| * video: fbdev: au1200fb: Return an error code if a memory allocation failsChristophe JAILLET2017-11-091-1/+3
| * video: fbdev: au1200fb: Fix a potential double freeChristophe JAILLET2017-11-091-1/+0Star
| * video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King2017-10-172-6/+5Star
| * video: sa1100fb: fix video memory allocation leakRussell King2017-10-171-5/+5
| * video: sa1100fb: clean up failure pathRussell King2017-10-171-13/+8Star
| * video: sa1100fb: use devm_gpio_request_one()Russell King2017-10-171-10/+7Star
| * video: sa1100fb: use devm_request_irq()Russell King2017-10-171-9/+8Star