[GIT PULL] fbdev fixes and updates for v6.6-rc7

From: Helge Deller
Date: Tue Oct 17 2023 - 15:39:19 EST


Hi Linus,

please pull a few unexiting small fbdev fixes & cleanups for 6.6-rc7.

Thanks,
Helge

-----------

The following changes since commit ce9ecca0238b140b88f43859b211c9fdfd8e5b70:

Linux 6.6-rc2 (2023-09-17 14:40:24 -0700)

are available in the Git repository at:

http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.6-rc7

for you to fetch changes up to e8e4a470b677511f9d1ad4f3cef32adc1d9a60ca:

fbdev: core: syscopyarea: fix sloppy typing (2023-10-16 23:22:53 +0200)

----------------------------------------------------------------
fbdev fixes and cleanups for 6.6-rc7:

various minor fixes, cleanups and annotations for atyfb, sa1100fb,
omapfb, uvesafb and mmp.

----------------------------------------------------------------
Arnd Bergmann (2):
fbdev: atyfb: only use ioremap_uc() on i386 and ia64
fbdev: sa1100fb: mark sa1100fb_init() static

Dan Carpenter (1):
fbdev: omapfb: fix some error codes

Jorge Maidana (2):
fbdev: uvesafb: Remove uvesafb_exec() prototype from include/video/uvesafb.h
fbdev: uvesafb: Call cn_del_callback() at the end of uvesafb_exit()

Kees Cook (2):
fbdev: mmp: Annotate struct mmphw_ctrl with __counted_by
fbdev: mmp: Annotate struct mmp_path with __counted_by

Sergey Shtylyov (2):
fbdev: core: cfbcopyarea: fix sloppy typing
fbdev: core: syscopyarea: fix sloppy typing

drivers/video/fbdev/aty/atyfb_base.c | 4 ++++
drivers/video/fbdev/core/cfbcopyarea.c | 2 +-
drivers/video/fbdev/core/syscopyarea.c | 2 +-
drivers/video/fbdev/mmp/hw/mmp_ctrl.h | 2 +-
drivers/video/fbdev/omap/omapfb_main.c | 4 ++--
drivers/video/fbdev/sa1100fb.c | 2 +-
drivers/video/fbdev/uvesafb.c | 2 +-
include/video/mmp_disp.h | 2 +-
include/video/uvesafb.h | 2 --
9 files changed, 12 insertions(+), 10 deletions(-)