Commit 0d1d44032f7b for kernel

commit 0d1d44032f7b8b9edb14e82315fdf504740940c1
Merge: c06c303832ec 164312662ae9
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Sat Dec 6 15:41:26 2025 -0800

    Merge tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev

    Pull fbdev updates from Helge Deller:
     "The Termius 10x18 console bitmap font has been added. It is good
      match for modern 13-16 inch laptop displays with resolutions like
      1280x800 and 1440x900 pixels.

      The gbefb and tcx.c drivers got some fixes to restore X11 support,
      pxafb was not actually clamping input values and the ssd1307fb driver
      leaked memory in the failure path.

      The other patches convert some common drivers to use dev_info() and
      dev_dbg() instead of printk(). Summary:

      Framework updates:
       - fonts: Add Terminus 10x18 console font [Neilay Kharwadkar]

      Driver fixes:
       - gbefb: fix to use physical address instead of dma address [René Rebe]
       - tcx.c fix mem_map to correct smem_start offset [René Rebe]
       - pxafb: Fix multiple clamped values in pxafb_adjust_timing [Thorsten Blum]
       - ssd1307fb: fix potential page leak in ssd1307fb_probe() [Abdun Nihaal]

      Cleanups:
       - vga16fb: Request memory region [Javier Garcia]
       - vga16fb: replace printk() with dev_*() in probe [Vivek BalachandharTN]
       - vesafb, gxt4500fb, tridentfb: Use dev_dbg() instead of printk() [Javier Garcia]
       - i810: use dev_info() [Shi Hao]"

    * tag 'fbdev-for-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:
      fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()
      fbdev: i810: use appopriate log interface dev_info
      fbdev: tridentfb: replace printk() with dev_*() in probe
      lib/fonts: Add Terminus 10x18 console font
      fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing
      fbdev: tcx.c fix mem_map to correct smem_start offset
      fbdev: gxt4500fb: Use dev_err instead of printk
      fbdev: gbefb: fix to use physical address instead of dma address
      fbdev: vesafb: Use dev_* fn's instead printk
      fbdev: vga16fb: Request memory region
      fbdev: vga16fb: replace printk() with dev_*() in probe