2024-03-21 18:29:39

by Helge Deller

[permalink] [raw]
Subject: [GIT PULL] fbdev fixes and cleanups for v6.9-rc1

Hi Linus,

please pull fixes and cleanups for the fbdev subsystem for kernel 6.9-rc1.

Beside the typical bunch of smaller fixes, the Linux console now allows fonts
up to a size of 64 x 128 pixels.

Thanks!
Helge

----------------------------------------------------------------
The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:

Linux 6.8-rc2 (2024-01-28 17:01:12 -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.9-rc1

for you to fetch changes up to 0688d3b1d882dd1dcf73305306e71ebf1653f595:

fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit() (2024-03-20 09:02:32 +0100)

----------------------------------------------------------------
fbdev fixes and cleanups for 6.9-rc1:

- Allow console fonts up to 64x128 pixels (Samuel Thibault)
- Prevent division-by-zero in fb monitor code (Roman Smirnov)
- Drop Renesas ARM platforms from Mobile LCDC framebuffer driver
(Geert Uytterhoeven)
- Various code cleanups in viafb, uveafb and mb862xxfb drivers by
Aleksandr Burakov, Li Zhijian and Michael Ellerman

----------------------------------------------------------------
Aleksandr Burakov (1):
fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2

Geert Uytterhoeven (1):
fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH

Li Zhijian (2):
fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit
fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()

Michael Ellerman (1):
fbdev: mb862xxfb: Fix defined but not used error

Roman Smirnov (1):
fbmon: prevent division by zero in fb_videomode_from_videomode()

Samuel Thibault (1):
fbcon: Increase maximum font width x height to 64 x 128

drivers/firmware/efi/earlycon.c | 2 +-
drivers/video/fbdev/Kconfig | 2 +-
drivers/video/fbdev/arkfb.c | 15 +++++++++++----
drivers/video/fbdev/core/fbcon.c | 16 +++++++++-------
drivers/video/fbdev/core/fbmem.c | 12 ++++++------
drivers/video/fbdev/core/fbmon.c | 7 ++++---
drivers/video/fbdev/core/svgalib.c | 15 +++++++++++----
drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 18 +++++++++---------
.../fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c | 12 ++++--------
drivers/video/fbdev/s3fb.c | 15 +++++++++++----
drivers/video/fbdev/uvesafb.c | 2 +-
drivers/video/fbdev/vga16fb.c | 6 +++++-
drivers/video/fbdev/via/accel.c | 4 ++--
drivers/video/fbdev/vt8623fb.c | 15 +++++++++++----
drivers/video/sticore.c | 2 +-
include/linux/fb.h | 18 ++++++++++++------
include/linux/font.h | 3 ++-
lib/fonts/fonts.c | 15 +++++++++------
18 files changed, 110 insertions(+), 69 deletions(-)


2024-03-21 18:35:57

by Helge Deller

[permalink] [raw]
Subject: Re: [GIT PULL] fbdev fixes and cleanups for v6.9-rc1

On 3/21/24 19:29, Helge Deller wrote:
> Hi Linus,
>
> please pull fixes and cleanups for the fbdev subsystem for kernel 6.9-rc1.


Linus, please wait....
There is one new "unused variable warning" introduced with those patches.

I'll fix it up and send a new pull request tomorrow...

Helge



> Beside the typical bunch of smaller fixes, the Linux console now allows fonts
> up to a size of 64 x 128 pixels.
>
> Thanks!
> Helge
>
> ----------------------------------------------------------------
> The following changes since commit 41bccc98fb7931d63d03f326a746ac4d429c1dd3:
>
> Linux 6.8-rc2 (2024-01-28 17:01:12 -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.9-rc1
>
> for you to fetch changes up to 0688d3b1d882dd1dcf73305306e71ebf1653f595:
>
> fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit() (2024-03-20 09:02:32 +0100)
>
> ----------------------------------------------------------------
> fbdev fixes and cleanups for 6.9-rc1:
>
> - Allow console fonts up to 64x128 pixels (Samuel Thibault)
> - Prevent division-by-zero in fb monitor code (Roman Smirnov)
> - Drop Renesas ARM platforms from Mobile LCDC framebuffer driver
> (Geert Uytterhoeven)
> - Various code cleanups in viafb, uveafb and mb862xxfb drivers by
> Aleksandr Burakov, Li Zhijian and Michael Ellerman
>
> ----------------------------------------------------------------
> Aleksandr Burakov (1):
> fbdev: viafb: fix typo in hw_bitblt_1 and hw_bitblt_2
>
> Geert Uytterhoeven (1):
> fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
>
> Li Zhijian (2):
> fbdev: uvesafb: Convert sprintf/snprintf to sysfs_emit
> fbdev: panel-tpo-td043mtea1: Convert sprintf() to sysfs_emit()
>
> Michael Ellerman (1):
> fbdev: mb862xxfb: Fix defined but not used error
>
> Roman Smirnov (1):
> fbmon: prevent division by zero in fb_videomode_from_videomode()
>
> Samuel Thibault (1):
> fbcon: Increase maximum font width x height to 64 x 128
>
> drivers/firmware/efi/earlycon.c | 2 +-
> drivers/video/fbdev/Kconfig | 2 +-
> drivers/video/fbdev/arkfb.c | 15 +++++++++++----
> drivers/video/fbdev/core/fbcon.c | 16 +++++++++-------
> drivers/video/fbdev/core/fbmem.c | 12 ++++++------
> drivers/video/fbdev/core/fbmon.c | 7 ++++---
> drivers/video/fbdev/core/svgalib.c | 15 +++++++++++----
> drivers/video/fbdev/mb862xx/mb862xxfbdrv.c | 18 +++++++++---------
> .../fbdev/omap2/omapfb/displays/panel-tpo-td043mtea1.c | 12 ++++--------
> drivers/video/fbdev/s3fb.c | 15 +++++++++++----
> drivers/video/fbdev/uvesafb.c | 2 +-
> drivers/video/fbdev/vga16fb.c | 6 +++++-
> drivers/video/fbdev/via/accel.c | 4 ++--
> drivers/video/fbdev/vt8623fb.c | 15 +++++++++++----
> drivers/video/sticore.c | 2 +-
> include/linux/fb.h | 18 ++++++++++++------
> include/linux/font.h | 3 ++-
> lib/fonts/fonts.c | 15 +++++++++------
> 18 files changed, 110 insertions(+), 69 deletions(-)