summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev
AgeCommit message (Expand)AuthorLines
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-15/+2
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-14/+1
2018-05-15video: fbdev: pxafb: match_string() conversion fixupBartlomiej Zolnierkiewicz-1/+1
2018-05-15video: fbdev: nvidia: fix spelling mistake: "scaleing" -> "scaling"Colin Ian King-1/+1
2018-05-15video: fbdev: fix spelling mistake: "frambuffer" -> "framebuffer"Colin Ian King-2/+2
2018-05-15video: fbdev: pxafb: Convert to use match_string() helperAndy Shevchenko-6/+4
2018-05-15video: fbdev: via: allow COMPILE_TEST buildBartlomiej Zolnierkiewicz-5/+8
2018-05-14video: fbdev: remove unused sh_mobile_meram driverBartlomiej Zolnierkiewicz-767/+0
2018-05-14video: fbdev: sh_mobile_lcdcfb: remove unused MERAM supportBartlomiej Zolnierkiewicz-64/+1
2018-05-14video: fbdev: remove unused auo_k190xfb driversBartlomiej Zolnierkiewicz-1816/+0
2018-05-04drivers: omap2: Kconfig: make FB_OMAP2_DSS_INIT depend on OFAnders Roxell-1/+1
2018-04-26video: omap: Improve a size determination in omapfb_do_probe()Markus Elfring-1/+1
2018-04-26video: sm501fb: Improve a size determination in sm501fb_probe()Markus Elfring-2/+1
2018-04-26video: fbdev-MMP: Improve a size determination in path_init()Markus Elfring-1/+1
2018-04-26video: fbdev-MMP: Delete an error message for a failed memory allocation in t...Markus Elfring-7/+4
2018-04-26video: auo_k190x: Delete an error message for a failed memory allocation in a...Markus Elfring-1/+0
2018-04-26video: sh_mobile_lcdcfb: Delete an error message for a failed memory allocati...Markus Elfring-6/+2
2018-04-26video: sh_mobile_meram: Delete an error message for a failed memory allocatio...Markus Elfring-3/+1
2018-04-24video: fbdev: sh_mobile_meram: Drop SUPERH platform dependencyGeert Uytterhoeven-1/+1
2018-04-24video: fbdev: omap2: omapfb: displays: simplify getting .drvdataWolfram Sang-12/+6
2018-04-24video: fbdev: simplify getting .drvdataWolfram Sang-16/+8
2018-04-24video: fbdev: core: Change return type to vm_fault_tSouptick Joarder-2/+2
2018-04-24video: fbdev: aty: radeon_pm: Replace mdelay with msleep in radeonfb_pci_suspendJia-Ju Bai-4/+4
2018-04-24video: fbdev: aty: aty128fb: Replace mdelay with msleep in aty128_set_suspendJia-Ju Bai-1/+1
2018-04-24video: fbdev: savage: Replace mdelay with usleep_range in savage_init_hwJia-Ju Bai-4/+4
2018-04-17media: omap2: omapfb: allow building it with COMPILE_TESTMauro Carvalho Chehab-1/+1
2018-04-10Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linuxLinus Torvalds-787/+608
2018-04-04Merge tag 'tty-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-1/+2
2018-04-03Merge branch 'parisc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-4453/+0
2018-03-28video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platformsBartlomiej Zolnierkiewicz-164/+1
2018-03-28video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_dr...Markus Elfring-1/+1
2018-03-28video: au1100fb: Improve a size determination in au1100fb_drv_probe()Markus Elfring-2/+1
2018-03-28video: au1100fb: Delete an error message for a failed memory allocation in au...Markus Elfring-3/+1
2018-03-28video: ARM CLCD: Improve a size determination in clcdfb_probe()Markus Elfring-1/+1
2018-03-28video: ARM CLCD: Delete an error message for a failed memory allocation in cl...Markus Elfring-1/+0
2018-03-28video: matroxfb: Delete an error message for a failed memory allocation in ma...Markus Elfring-3/+2
2018-03-28video: s3c-fb: Improve a size determination in s3c_fb_probe()Markus Elfring-1/+1
2018-03-28video: s3c-fb: Delete an error message for a failed memory allocation in s3c_...Markus Elfring-3/+1
2018-03-28video: fsl-diu-fb: Delete an error message for a failed memory allocation in ...Markus Elfring-5/+1
2018-03-28video: ssd1307fb: Improve a size determination in ssd1307fb_probe()Markus Elfring-1/+2
2018-03-28video: smscufx: Delete an error message for a failed memory allocation in ufx...Markus Elfring-3/+1
2018-03-28video: smscufx: Return an error code only as a constant in ufx_realloc_frameb...Markus Elfring-7/+2
2018-03-28video: smscufx: Less checks in ufx_usb_probe() after error detectionMarkus Elfring-27/+19
2018-03-28video: udlfb: Return an error code only as a constant in dlfb_realloc_framebu...Markus Elfring-7/+2
2018-03-28video/fbdev/stifb: Delete an error message for a failed memory allocation in ...Markus Elfring-3/+1
2018-03-28video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()Markus Elfring-1/+1
2018-03-28video: fbdev: aty128fb: use true and false for boolean valuesGustavo A. R. Silva-1/+1
2018-03-28fbdev: aty: fix missing indentation in if statementColin Ian King-1/+1
2018-03-27parisc/stifb: Use fb_memset() to avoid sparse warningHelge Deller-1/+1