summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
Commit message (Expand)AuthorAgeFilesLines
* fbcon: Initialize ops->info earlyThierry Reding2017-11-131-0/+1
* video: fbdev: Convert timers to use timer_setup()Kees Cook2017-11-105-18/+13
* 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/+2
* 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/+0
* 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/+0
* video: fbdev: au1200fb: Fix error handling pathChristophe JAILLET2017-11-091-2/+10
* video: fbdev: au1200fb: Fix incorrect IRQ freeingChristophe JAILLET2017-11-091-2/+0
* 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/+0
* video: sa1100fb: move pseudo palette into sa1100fb_info structureRussell King2017-10-172-6/+5
* video: sa1100fb: fix video memory allocation leakRussell King2017-10-171-5/+5
* video: sa1100fb: clean up failure pathRussell King2017-10-171-13/+8
* video: sa1100fb: use devm_gpio_request_one()Russell King2017-10-171-10/+7
* video: sa1100fb: use devm_request_irq()Russell King2017-10-171-9/+8
* video: sa1100fb: use devm_ioremap_resource()Russell King2017-10-171-12/+8
* video: sa1100fb: use devm_clk_get()Russell King2017-10-171-4/+1
* video: sa1100fb: use devm_kzalloc()Russell King2017-10-171-4/+2
* video: fbdev: pxa3xx_gcu: Use setup_timer and mod_timerHimanshu Jha2017-10-171-6/+2
* video: fbdev: radeon: make const array post_divs static, reduces object code ...Colin Ian King2017-10-121-1/+1
* video: fbdev: dnfb: make fb_var_screeninfo static and constBhumika Goyal2017-10-121-1/+1
* video: fbdev: sis: make const array specialtv static, reduces object code sizeColin Ian King2017-10-121-1/+1
* video: fbdev: aty: make const arrays static, reduces object code sizeColin Ian King2017-10-121-2/+2
* video: fbdev: matroxfb: return -ENOMEM on allocation failureAllen Pais2017-10-121-1/+1
* Merge tag 'fbdev-v4.14' of git://github.com/bzolnier/linuxLinus Torvalds2017-09-1486-167/+6391
|\
| * video/console: Update BIOS dates list for GPD win console rotation DMI quirkHans de Goede2017-09-071-2/+2
| * video/console: Add rotated LCD-panel DMI quirk for the VIOS LTH17Hans de Goede2017-09-051-0/+14
| * video: fbdev: sis: fix duplicated code for different branchesGustavo A. R. Silva2017-09-041-12/+3
| * video: fbdev: make fb_var_screeninfo constBhumika Goyal2017-09-047-7/+7
| * video: fbdev: aty: do not leak uninitialized padding in clk to userspaceVladis Dronov2017-09-041-1/+1
| * video: fbdev: make fb_videomode constBhumika Goyal2017-09-046-6/+6
| * video/console: Add new BIOS date for GPD pocket to dmi quirk tableHans de Goede2017-09-041-1/+1
| * fbcon: remove restriction on margin colorDavid Lechner2017-09-041-2/+0
| * video: ARM CLCD: constify amba_idArvind Yadav2017-09-041-1/+1
| * video: fm2fb: constify zorro_device_idArvind Yadav2017-09-041-1/+1