Merge tag 'fbdev-v4.16' of git://github.com/bzolnier/linux
Pull fbdev updates from Bartlomiej Zolnierkiewicz: "There is nothing really major here: - fix display-timings lookup in the Device Tree in atmel_lcdfb driver (Johan Hovold) - fix video mode and line_length to be set correctly in vfb driver (Pieter "PoroCYon" Sluys) - fix returning nonsensical values to the user-space on GIO_FONTX ioctl when using dummy console (Nicolas Pitre) - add missing license tag to mmpfb driver (Arnd Bergmann) - convert radeonfb and pxa3xx_gcu drivers to use ktime_get[_ts64]() instead of the deprecated do_gettimeofday() (Arnd Bergmann) - switch udlfb driver from using the pr_*() logging functions to the dev_*() ones + related cleanups (Ladislav Michl) - use __raw I/O accessors also on arm64 (Ji Zhang) - fix Kconfig help text for intelfb driver (Randy Dunlap) - do not duplicate features data in omapfb driver (Ladislav Michl) - misc cleanups (Colin Ian King, Markus Elfring, Rasmus Villemoes, Vasyl Gomonovych, Himanshu Jha, Michael Trimarchi)" * tag 'fbdev-v4.16' of git://github.com/bzolnier/linux: (25 commits) video: udlfb: Switch from the pr_*() to the dev_*() logging functions video: udlfb: Constify read only data video: fbdev/mmp: add MODULE_LICENSE console/dummy: leave .con_font_get set to NULL fbdev: mxsfb: use framebuffer_alloc in the correct way video: udlfb: Do not name private data 'dev' video: udlfb: Remove noisy warnings video: udlfb: Remove redundant gdev variable video: udlfb: Remove unnecessary local variable fbdev: auo_k190x: Use zeroing memory allocator instead of allocator/memset vfb: fix video mode and line_length being set when loaded fbdev: arm64 use __raw I/O memory api omapfb: dss: Do not duplicate features data video: fbdev: omap2: Use PTR_ERR_OR_ZERO() fbdev: au1200fb: delete duplicate header contents fbdev: pxa3xx: use ktime_get_ts64 for time stamps fbdev: radeon: use ktime_get() for HZ calibration video: smscufx: Improve a size determination in two functions video: udlfb: Delete an unnecessary return statement in two functions video: udlfb: Improve a size determination in dlfb_alloc_urb_list() ...
Showing
- drivers/video/console/dummycon.c 0 additions, 1 deletiondrivers/video/console/dummycon.c
- drivers/video/fbdev/Kconfig 1 addition, 1 deletiondrivers/video/fbdev/Kconfig
- drivers/video/fbdev/atmel_lcdfb.c 7 additions, 1 deletiondrivers/video/fbdev/atmel_lcdfb.c
- drivers/video/fbdev/aty/radeon_base.c 7 additions, 11 deletionsdrivers/video/fbdev/aty/radeon_base.c
- drivers/video/fbdev/au1200fb.h 0 additions, 286 deletionsdrivers/video/fbdev/au1200fb.h
- drivers/video/fbdev/auo_k190x.c 1 addition, 2 deletionsdrivers/video/fbdev/auo_k190x.c
- drivers/video/fbdev/mmp/core.c 5 additions, 0 deletionsdrivers/video/fbdev/mmp/core.c
- drivers/video/fbdev/mxsfb.c 21 additions, 24 deletionsdrivers/video/fbdev/mxsfb.c
- drivers/video/fbdev/omap2/omapfb/dss/dispc.c 10 additions, 29 deletionsdrivers/video/fbdev/omap2/omapfb/dss/dispc.c
- drivers/video/fbdev/omap2/omapfb/dss/dss.c 12 additions, 33 deletionsdrivers/video/fbdev/omap2/omapfb/dss/dss.c
- drivers/video/fbdev/omap2/omapfb/dss/hdmi4.c 1 addition, 4 deletionsdrivers/video/fbdev/omap2/omapfb/dss/hdmi4.c
- drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c 7 additions, 24 deletionsdrivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
- drivers/video/fbdev/pxa3xx-gcu.c 9 additions, 7 deletionsdrivers/video/fbdev/pxa3xx-gcu.c
- drivers/video/fbdev/smscufx.c 2 additions, 3 deletionsdrivers/video/fbdev/smscufx.c
- drivers/video/fbdev/udlfb.c 314 additions, 341 deletionsdrivers/video/fbdev/udlfb.c
- drivers/video/fbdev/vfb.c 17 additions, 0 deletionsdrivers/video/fbdev/vfb.c
- drivers/video/fbdev/vga16fb.c 0 additions, 1 deletiondrivers/video/fbdev/vga16fb.c
- drivers/video/fbdev/vt8500lcdfb.c 1 addition, 3 deletionsdrivers/video/fbdev/vt8500lcdfb.c
- drivers/video/fbdev/wm8505fb.c 1 addition, 3 deletionsdrivers/video/fbdev/wm8505fb.c
- include/linux/fb.h 4 additions, 1 deletioninclude/linux/fb.h
Please register or sign in to comment