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: 154444 Return-Path: Delivered-To: ouuuleilei@gmail.com Received: by 2002:a05:612c:2908:b0:403:3b70:6f57 with SMTP id ib8csp4359017vqb; Tue, 17 Oct 2023 12:39:28 -0700 (PDT) X-Google-Smtp-Source: AGHT+IH8/0DDvihDCm7RkACnZpghc21yqXFcHBcBxW6tZ+4dLpgUVC37m9m29NZTqw+HfcbYIuaw X-Received: by 2002:a05:6871:4802:b0:1e9:9f9b:eb7a with SMTP id qc2-20020a056871480200b001e99f9beb7amr3161997oab.4.1697571568593; Tue, 17 Oct 2023 12:39:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1697571568; cv=none; d=google.com; s=arc-20160816; b=ScaxJsWahYHt9iPOwP4AXqr9KDlk4Fbcs31dNZkP2GrRzhs0c28nOo4G/SUJgPKnZf 23ZYphYGOsFiDq85d48TNNsvieMZgqejHyRHQ4LJCvZxXwMhENcGypceWS9Tcbz4KoGw 7YuuZquVKCFr4rx19mV7ev+9YB3IVeI+LljUWJZTMofc0dFsGlnUTYC18Qz8Qpl3V+KI a1LbfFBzN1CmHbiZB/OxaBUw68xr4ajk5y7p5N0o/TCDPPqF03y/OHjkVF4G5E4qqw3g wkOywBsJrYK1t1UubjvZs5xvPzkWipLK2lwc0+SIwWTJYaVFHho694lDii2Mb4v+IzX6 tXpg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-disposition:mime-version:message-id :subject:to:from:date; bh=hFxgrTmS7WS4Ij1Xc40CiBWL/zzmp9X1zACHh+7gN7M=; fh=qLull/LYTxTbU48pKnPgbNZJUC0YbBAdZySjzzCSlBc=; b=LPA5CRZUjy3rlU1Ebok/p1DjAouADU4SyGofFXU3RsT+drozxroQhMpqK6s9FGE2+w EK0JTH3CYaUOvC/JvTtHEo7Wi/1DqY3BdCOM6GDIsxn1DiEpD5lCEmoaQavAsEdJIi8p SiAJPJdd9KAVw8+D/sTM8RDh6VgevJrFZ1HqMHM/wLXKEVX0k/uV8Sjmhpmuw22+6PNs D82sDxhALoeQ4WmrokLhAyN5i45MGm1GbbzMAVmXB2Qt9k8/d4O7H6CTUHmkz0qnbvR2 3fKW1ddoZGPiD7YHRNHXs6uLyIgCwfh4wAoUtyYWYBiBSNigoBH4n6m/WxkLD2uv6weY +5jQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.38 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gmx.de Received: from fry.vger.email (fry.vger.email. [23.128.96.38]) by mx.google.com with ESMTPS id w9-20020a654109000000b005acd3068202si403320pgp.552.2023.10.17.12.39.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Oct 2023 12:39:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.38 as permitted sender) client-ip=23.128.96.38; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.38 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=gmx.de Received: from out1.vger.email (depot.vger.email [IPv6:2620:137:e000::3:0]) by fry.vger.email (Postfix) with ESMTP id DC86B803D556; Tue, 17 Oct 2023 12:39:25 -0700 (PDT) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.10 at fry.vger.email Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344196AbjJQTjS (ORCPT + 21 others); Tue, 17 Oct 2023 15:39:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47270 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234998AbjJQTjR (ORCPT ); Tue, 17 Oct 2023 15:39:17 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5D20C4; Tue, 17 Oct 2023 12:39:15 -0700 (PDT) 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-Spam-Status: No, score=-0.5 required=5.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on fry.vger.email Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.4 (fry.vger.email [0.0.0.0]); Tue, 17 Oct 2023 12:39:25 -0700 (PDT) X-getmail-retrieved-from-mailbox: INBOX X-GMAIL-THRID: 1780032804704587375 X-GMAIL-MSGID: 1780032804704587375 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(-)