Skip to content
  • Linus Torvalds's avatar
    Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux · 5e630afd
    Linus Torvalds authored
    Pull fbdev updates from Bartlomiej Zolnierkiewicz:
     "There is nothing really major here, just a couple of small bugfixes,
      improvements and cleanups:
    
       - make it possible to load radeonfb driver when offb driver is loaded
         first (Mathieu Malaterre)
    
       - fix memory leak in offb driver (Mathieu Malaterre)
    
       - fix unaligned access in udlfb driver (Ladislav Michl)
    
       - convert atmel_lcdfb driver to use GPIO descriptors (Ludovic
         Desroches)
    
       - avoid mismatched prototypes in sisfb driver (Arnd Bergmann)
    
       - remove VLA usage from viafb driver (Gustavo A. R. Silva)
    
       - add missing help text to FB_I810_I2 config option (Ulf Magnusson)
    
       - misc fixes (Gustavo A. R. Silva, Colin Ian King, Markus Elfring)
    
       - remove dead code from s3c-fb driver for Exynos and S5PV210
         platforms
    
       - misc cleanups (Corentin Labbe, Ladislav Michl, Ulf Magnusson,
         Vladimir Zapolskiy, Markus Elfring)"
    
    * tag 'fbdev-v4.17' of git://github.com/bzolnier/linux: (32 commits)
      video: fbdev: s3c-fb: remove dead platform code for Exynos and S5PV210 platforms
      video: au1100fb: Delete an unnecessary variable initialisation in au1100fb_drv_probe()
      video: au1100fb: Improve a size determination in au1100fb_drv_probe()
      video: au1100fb: Delete an error message for a failed memory allocation in au1100fb_drv_probe()
      video/console/sticore: Delete an error message for a failed memory allocation in sti_try_rom_generic()
      video: ARM CLCD: Improve a size determination in clcdfb_probe()
      video: ARM CLCD: Delete an error message for a failed memory allocation in clcdfb_probe()
      video: matroxfb: Delete an error message for a failed memory allocation in matroxfb_crtc2_probe()
      video: s3c-fb: Improve a size determination in s3c_fb_probe()
      video: s3c-fb: Delete an error message for a failed memory allocation in s3c_fb_probe()
      video: fsl-diu-fb: Delete an error message for a failed memory allocation in fsl_diu_init()
      video: ssd1307fb: Improve a size determination in ssd1307fb_probe()
      video: smscufx: Delete an error message for a failed memory allocation in ufx_realloc_framebuffer()
      video: smscufx: Return an error code only as a constant in ufx_realloc_framebuffer()
      video: smscufx: Less checks in ufx_usb_probe() after error detection
      video: udlfb: Return an error code only as a constant in dlfb_realloc_framebuffer()
      video/fbdev/stifb: Delete an error message for a failed memory allocation in stifb_init_fb()
      video/fbdev/stifb: Return -ENOMEM after a failed kzalloc() in stifb_init_fb()
      video: fbdev: aty128fb: use true and false for boolean values
      fbdev: aty: fix missing indentation in if statement
      ...
    5e630afd