From patchwork Tue Oct 17 19:39:11 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 13425862 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1D008CDB474 for ; Tue, 17 Oct 2023 19:39:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3EDED10E322; Tue, 17 Oct 2023 19:39:20 +0000 (UTC) Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by gabe.freedesktop.org (Postfix) with ESMTPS id C8ED310E322 for ; Tue, 17 Oct 2023 19:39:17 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id 02E87B81F29; Tue, 17 Oct 2023 19:39:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E35ECC433C7; Tue, 17 Oct 2023 19:39:13 +0000 (UTC) Date: Tue, 17 Oct 2023 21:39:11 +0200 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [GIT PULL] fbdev fixes and updates for v6.6-rc7 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" 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(-)