aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorFilesLines
2018-01-16video: udlfb: Switch from the pr_*() to the dev_*() logging functionsLadislav Michl1-114/+117
2018-01-16video: udlfb: Constify read only dataLadislav Michl1-2/+2
2018-01-15video: fbdev/mmp: add MODULE_LICENSEArnd Bergmann1-0/+5
2018-01-15fbdev: mxsfb: use framebuffer_alloc in the correct wayMichael Trimarchi1-24/+21
2018-01-15video: udlfb: Do not name private data 'dev'Ladislav Michl1-207/+207
2018-01-15video: udlfb: Remove noisy warningsLadislav Michl1-20/+0
2018-01-15video: udlfb: Remove redundant gdev variableLadislav Michl1-3/+1
2018-01-15video: udlfb: Remove unnecessary local variableLadislav Michl1-6/+2
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches2-4/+4
2018-01-04fbdev: auo_k190x: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha1-2/+1
2018-01-04vfb: fix video mode and line_length being set when loadedPieter \"PoroCYon\" Sluys1-0/+17
2018-01-04omapfb: dss: Do not duplicate features dataLadislav Michl3-86/+29
2018-01-04video: fbdev: omap2: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych1-4/+1
2018-01-04fbdev: au1200fb: delete duplicate header contentsRasmus Villemoes1-286/+0
2018-01-04fbdev: pxa3xx: use ktime_get_ts64 for time stampsArnd Bergmann1-7/+9
2018-01-04fbdev: radeon: use ktime_get() for HZ calibrationArnd Bergmann1-11/+7
2017-12-29video: smscufx: Improve a size determination in two functionsMarkus Elfring1-3/+2
2017-12-29video: udlfb: Delete an unnecessary return statement in two functionsMarkus Elfring1-4/+0
2017-12-29video: udlfb: Improve a size determination in dlfb_alloc_urb_list()Markus Elfring1-1/+1
2017-12-29video/fbdev/vt8500lcdfb: Delete an error message for a failed memory allocati...Markus Elfring1-3/+1
2017-12-29video/fbdev/wm8505fb: Delete an error message for a failed memory allocation ...Markus Elfring1-3/+1
2017-12-29video: fbdev: remove redundant self assignment of 'height'Colin Ian King1-1/+0
2017-12-29fb: intelfb: fix Kconfig symbol info in help textRandy Dunlap1-1/+1
2017-12-29video: fbdev: atmel_lcdfb: fix display-timings lookupJohan Hovold1-1/+7
2017-12-19omapdrm: panel: td028ttec1: replace MODULE_ALIAS by MODULE_DEVICE_TABLEH. Nikolaus Schaller1-2/+9
2017-12-19omapdrm: panel: fix compatible vendor string for td028ttec1H. Nikolaus Schaller1-0/+3
2017-12-04fbcon: Remove dmi quirk tableHans de Goede4-156/+2
2017-12-04efifb: Set info->fbcon_rotate_hint based on drm_get_panel_orientation_quirkHans de Goede2-1/+21
2017-12-04fbcon: Add fbcon_rotate_hint to struct fb_infoHans de Goede2-6/+13
2017-11-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds26-723/+147
2017-11-17Merge branch 'work.get_user_pages_fast' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2017-11-17OMAPFB: prevent buffer underflow in omapfb_parse_vram_param()Dan Carpenter1-1/+1
2017-11-17video: fbdev: sm501fb: fix potential null pointer dereference on fbiColin Ian King1-2/+4
2017-11-13fbcon: Initialize ops->info earlyThierry Reding1-0/+1
2017-11-10video: fbdev: Convert timers to use timer_setup()Kees Cook5-18/+13
2017-11-10video: fbdev: pxa3xx_gcu: Convert timers to use timer_setup()Kees Cook1-8/+10
2017-11-09fbdev: controlfb: Add missing modes to fix out of bounds accessGeert Uytterhoeven1-0/+2
2017-11-09video: fbdev: sis_main: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2017-11-09video: fbdev: cirrusfb: mark expected switch fall-throughsGustavo A. R. Silva1-2/+4
2017-11-09video: fbdev: aty: radeon_pm: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2017-11-09video: fbdev: sm501fb: mark expected switch fall-through in sm501fb_blank_crtGustavo A. R. Silva1-0/+1
2017-11-09video: fbdev: intelfb: remove redundant variablesColin Ian King1-7/+2
2017-11-09video/fbdev/dnfb: Use common error handling code in dnfb_probe()Markus Elfring1-6/+7
2017-11-09sm501fb: suspend and resume fb if it existsSudip Mukherjee1-0/+6
2017-11-09sm501fb: unregister framebuffer only if registeredSudip Mukherjee1-2/+4
2017-11-09sm501fb: deallocate colormap only if allocatedSudip Mukherjee1-0/+3
2017-11-09video: goldfishfb: Add support for device tree bindingsAleksandar Markovic1-1/+7
2017-11-09video: udlfb: Fix read EDID timeoutLadislav Michl1-5/+5
2017-11-09video: fbdev: remove dead igafb driverBartlomiej Zolnierkiewicz3-590/+0
2017-11-09video: fbdev: mxsfb: fix pixelclock polarityStefan Agner1-2/+11