Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Helge Deller <deller@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org,
	dri-devel@lists.freedesktop.org
Subject: [GIT PULL] fbdev fixes for v6.19-rc1
Date: Sat, 6 Dec 2025 21:42:00 +0100	[thread overview]
Message-ID: <aTSVGN47DAA1AvGH@carbonx1> (raw)

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	other threads:[~2025-12-06 20:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-06 20:42 Helge Deller [this message]
2025-12-07  0:26 ` [GIT PULL] fbdev fixes for v6.19-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aTSVGN47DAA1AvGH@carbonx1 \
    --to=deller@kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox