From patchwork Fri Oct 25 16:04:12 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 13851012 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 5BC43D1039E for ; Fri, 25 Oct 2024 16:04:19 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CBC9510EB0E; Fri, 25 Oct 2024 16:04:18 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="dYzT5HuL"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id 47F7710EB0E for ; Fri, 25 Oct 2024 16:04:18 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id AA872A42BAC; Fri, 25 Oct 2024 16:02:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 51C9FC4CEC3; Fri, 25 Oct 2024 16:04:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1729872256; bh=3GN/a7Ti2kLXwP3TMysp3onE62zTDtm+ka6CTxhAJ9Y=; h=Date:From:To:Subject:From; b=dYzT5HuL0ca1Ql0ftP33qpVjOvn1I1nZA4HCiVCwVO0TT4DP4xq4bWwxG3y2bSrCY S7/bx0h1eX4ATDO1qKIO9OZeJe7oOIhemklGo05qlwk3/F8CuG2mBV9NfSpU20smBk 229RIJ+UEWNAzvrdwer4fW/WPfuLlhDMM508ZTqsU/mcHoMN0FI2elTdWe2GJC7w0A +qpmzzks+EmikJh759czZFpOzyy0cGEaXMjagqj0WhuN2Hd+w2F94Hb6C8QD2jPMvg 673iIqZby5l3zIO2XaJgWerrar6yiS3+VquThGrmT/ZXwhJZSxXvJMlllCaq9zUDU3 P5brjUqLgyaVQ== Date: Fri, 25 Oct 2024 18:04:12 +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 late fixes for v6.12-rc5 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, would you please pull a few late fbdev fixes ? It's mostly about build warning fixes with cornercase CONFIG settings and one big patch which removes the now unused da8xx fbdev driver. Those patches have been in for-next for the last 10 days without issues (Arnd's patch shows a later date because I added a R-b tag). Thanks, Helge ---------------------------------------------------------------- The following changes since commit 8e929cb546ee42c9a61d24fae60605e9e3192354: Linux 6.12-rc3 (2024-10-13 14:33:32 -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.12-rc5 for you to fetch changes up to 51521d2e2c35959cc70a62ccddf694965e29c950: fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPS (2024-10-21 11:16:51 +0200) ---------------------------------------------------------------- fbdev fixes for 6.12-rc5: - Fix some build warnings and failures with CONFIG_FB_IOMEM_FOPS and CONFIG_FB_DEVICE - Remove the da8xx fbdev driver - Constify struct sbus_mmap_map and fix indentation warning ---------------------------------------------------------------- Arnd Bergmann (1): fbdev: wm8505fb: select CONFIG_FB_IOMEM_FOPS Bartosz Golaszewski (1): fbdev: da8xx: remove the driver Christophe JAILLET (1): fbdev: Constify struct sbus_mmap_map Gonzalo Silvalde Blanco (1): fbdev: sstfb: Make CONFIG_FB_DEVICE optional SurajSonawane2415 (1): fbdev: nvidiafb: fix inconsistent indentation warning drivers/video/fbdev/Kconfig | 15 +- drivers/video/fbdev/Makefile | 1 - drivers/video/fbdev/bw2.c | 2 +- drivers/video/fbdev/cg14.c | 2 +- drivers/video/fbdev/cg3.c | 2 +- drivers/video/fbdev/cg6.c | 2 +- drivers/video/fbdev/da8xx-fb.c | 1665 ------------------------------------ drivers/video/fbdev/ffb.c | 2 +- drivers/video/fbdev/leo.c | 2 +- drivers/video/fbdev/nvidia/nv_hw.c | 8 +- drivers/video/fbdev/p9100.c | 2 +- drivers/video/fbdev/sbuslib.c | 2 +- drivers/video/fbdev/sbuslib.h | 2 +- drivers/video/fbdev/sstfb.c | 9 +- drivers/video/fbdev/tcx.c | 2 +- include/video/da8xx-fb.h | 94 -- 16 files changed, 22 insertions(+), 1790 deletions(-) delete mode 100644 drivers/video/fbdev/da8xx-fb.c delete mode 100644 include/video/da8xx-fb.h