Hi Linus,

please pull the updates for fbdev for 6.19-rc1.

The Termius 10x18 console bitmap font has been added. It is good suited 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().

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c:

  Linux 6.18-rc5 (2025-11-09 15:10:19 -0800)

are available in the Git repository at:

  http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git 
tags/fbdev-for-6.19-rc1

for you to fetch changes up to 164312662ae9764b83b84d97afb25c42eb2be473:

  fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe() (2025-12-05 
11:29:14 +0100)

----------------------------------------------------------------
fbdev fixes & enhancements for 6.19-rc1:

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]

----------------------------------------------------------------
Abdun Nihaal (1):
      fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()

Javier Garcia (4):
      fbdev: vga16fb: Request memory region
      fbdev: vesafb: Use dev_* fn's instead printk
      fbdev: gxt4500fb: Use dev_err instead of printk
      fbdev: tridentfb: replace printk() with dev_*() in probe

Neilay Kharwadkar (1):
      lib/fonts: Add Terminus 10x18 console font

Rene Rebe (1):
      fbdev: gbefb: fix to use physical address instead of dma address

René Rebe (1):
      fbdev: tcx.c fix mem_map to correct smem_start offset

Shi Hao (1):
      fbdev: i810: use appopriate log interface dev_info

Thorsten Blum (1):
      fbdev: pxafb: Fix multiple clamped values in pxafb_adjust_timing

Vivek BalachandharTN (1):
      fbdev: vga16fb: replace printk() with dev_*() in probe

 drivers/video/fbdev/gbefb.c          |    5 +-
 drivers/video/fbdev/gxt4500.c        |    2 +-
 drivers/video/fbdev/i810/i810_main.c |   46 +-
 drivers/video/fbdev/pxafb.c          |   12 +-
 drivers/video/fbdev/ssd1307fb.c      |    4 +-
 drivers/video/fbdev/tcx.c            |    2 +-
 drivers/video/fbdev/tridentfb.c      |    4 +-
 drivers/video/fbdev/vesafb.c         |   29 +-
 drivers/video/fbdev/vga16fb.c        |   21 +-
 include/linux/font.h                 |    4 +-
 lib/fonts/Kconfig                    |   12 +
 lib/fonts/Makefile                   |    1 +
 lib/fonts/font_ter10x18.c            | 5143 ++++++++++++++++++++++++++++++++++
 lib/fonts/fonts.c                    |    3 +
 14 files changed, 5231 insertions(+), 57 deletions(-)
 create mode 100644 lib/fonts/font_ter10x18.c

Reply via email to