aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds21-114/+69
2019-03-05fbdev: mbx: fix a misspelled variable nameArnd Bergmann1-1/+1
2019-03-01fbdev: omap2: fix warnings in dss coreAnders Roxell1-3/+0
2019-02-08video: fbdev: Fix potential NULL pointer dereferenceYueHaibing1-0/+2
2019-02-08fbcon: Silence fbcon logo on 'quiet' bootsPrarit Bhargava1-1/+7
2019-02-08video: ssd1307fb: Do not hard code active-low reset sequenceMichal Vokáč1-2/+2
2019-02-08fbdev: fbmem: fix memory access if logo is bigger than the screenManfred Schlaegl1-0/+3
2019-02-08video/fbdev: refactor video= cmdline parsingJani Nikula1-13/+10
2019-02-08fbdev: mbx: fix up debugfs file creationGreg Kroah-Hartman2-28/+14
2019-02-08fbdev: omap2: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-26/+7
2019-02-08video: fbdev: geode: remove ifdef OLPC noiseLubomir Rintel2-22/+4
2019-02-08video: offb: annotate implicit fall throughsMathieu Malaterre1-0/+2
2019-02-08omapfb: fix typoMatteo Croce1-1/+1
2019-02-08fbdev: Use of_node_name_eq for node name comparisonsRob Herring7-12/+12
2019-02-08fbcon: use kvmalloc() for scrollback bufferKonstantin Khorenko1-3/+3
2019-02-08fbdev: chipsfb: remove set but not used variable 'size'YueHaibing1-2/+1
2019-02-08fbdev/via: fix spelling mistake "Expandsion" -> "Expansion"Colin Ian King1-1/+1
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman5-21/+31
2019-01-22powerpc, fbdev: Use NV_CMODE and NV_VMODE only when CONFIG_PPC32 && CONFIG_PPC_PMAC && CONFIG_NVRAMFinn Thain6-75/+48
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain1-1/+1
2019-01-19Merge tag 'fbdev-v5.0-rc3' of git://github.com/bzolnier/linuxLinus Torvalds4-18/+28
2019-01-16fbdev: fbmem: convert CONFIG_FB_LOGO_CENTER into a cmd line optionPeter Rosin2-9/+17
2019-01-11fbdev: offb: Fix OF node name handlingRob Herring1-9/+9
2019-01-11omap2fb: Fix stack memory disclosureVlad Tsyrklevich1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2019-01-05Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds11-43/+59
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds2-3/+3
2018-12-20fbdev: fbcon: Fix unregister crash when more than one framebufferNoralf Trønnes1-1/+1
2018-12-20fbdev: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven1-1/+2
2018-12-20pxa168fb: trivial typo fixLubomir Rintel1-1/+1
2018-12-20fbdev: fsl-diu: remove redundant null check on cmapWen Yang1-2/+1
2018-12-20fbdev: omap2: omapfb: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-14/+4
2018-12-20fbdev: uvesafb: fix spelling mistake "memoery" -> "memory"Colin Ian King1-1/+1
2018-12-20fbdev: fbmem: add config option to center the bootup logoPeter Rosin1-1/+24
2018-12-20fbdev: fbmem: make fb_show_logo_line return the end instead of the heightPeter Rosin1-3/+3
2018-12-20video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"YueHaibing1-3/+1
2018-12-20fbdev: fbmem: behave better with small rotated displays and many CPUsPeter Rosin1-2/+6
2018-12-20video: clps711x-fb: release disp device node in probe()Alexey Khoroshilov1-1/+4
2018-12-20fbdev: make FB_BACKLIGHT a tristateRob Clark2-5/+5
2018-12-20udlfb: fix some inconsistent NULL checkingDan Carpenter1-8/+6
2018-10-31Merge tag 'fbdev-v4.20' of https://github.com/bzolnier/linuxLinus Torvalds24-615/+156
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-5/+2
2018-10-28Merge tag 'drm-next-2018-10-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-5/+66
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds4-16/+9
2018-10-26Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2018-10-24video: fbdev: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz4-37/+0
2018-10-24video: fbdev: remove dead old CLPS711x LCD support driverBartlomiej Zolnierkiewicz3-322/+0
2018-10-13drivers/video/fbdev: use ioremap_wc/wt() instead of __ioremap()Christophe Leroy4-16/+9
2018-10-09Revert "video: ssd1307fb: Do not hard code active-low reset sequence"Bartlomiej Zolnierkiewicz1-2/+2
2018-10-08video: fbdev: arcfb: mark expected switch fall-throughGustavo A. R. Silva1-0/+2