linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] m68k: Bug fix and cleanup for framebuffer debug console
@ 2025-03-19  9:31 Finn Thain
  2025-03-19  9:31 ` [PATCH v2 3/3] m68k: Remove unused "cursor home" code from " Finn Thain
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Finn Thain @ 2025-03-19  9:31 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: linux-kernel, linux-m68k, stable

This series has a bug fix for the early bootconsole as well as
some related efficiency improvements and cleanup.

The relevant code is subject to CONSOLE_DEBUG, which is only used
on Macs at present.

---
Changed since v1: 
 - Solved problem with line wrap while scrolling.
 - Added two additional patches.


Finn Thain (3):
  m68k: Fix lost column on framebuffer debug console
  m68k: Avoid pointless recursion in debug console rendering
  m68k: Remove unused "cursor home" code from debug console

 arch/m68k/kernel/head.S | 73 +++++++++++++++++++++--------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

-- 
2.45.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-03-20  7:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-19  9:31 [PATCH v2 0/3] m68k: Bug fix and cleanup for framebuffer debug console Finn Thain
2025-03-19  9:31 ` [PATCH v2 3/3] m68k: Remove unused "cursor home" code from " Finn Thain
2025-03-19  9:31 ` [PATCH v2 2/3] m68k: Avoid pointless recursion in debug console rendering Finn Thain
2025-03-19  9:31 ` [PATCH v2 1/3] m68k: Fix lost column on framebuffer debug console Finn Thain
2025-03-19  9:59   ` Andreas Schwab
2025-03-20  7:23     ` Finn Thain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).