From patchwork Fri Dec 1 12:28:15 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13475766 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D2251C4167B for ; Fri, 1 Dec 2023 12:29:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=0+53FKdwkoidj2DljruDp5HgK+u1s7v0emHREBRY31U=; b=B03WIygm6y7Sxt hAHGBl7zQhhQvfssFI4Ad9BgHPR+gmi5Wx5SnYnj6VhedWv+RBR3fzsrtsdlNaLQRGA5jbKO6XJ5F gwLzSi8J9L8Qn875ZrCtm3q31S6jgem5+PCNS7M2g6AOnA6QtipHxznnHrhPUeMsG9AyFZYTKIlxj dK8DRK75Ps+brK2Kp6Cc+ENOnxtZmQ7m925y9IUXpBUMNFH8YKrky/k4qlTQ+qaqzdgctZJuXvAM6 OYg20njIlXdJHzH2F3WO01KPy6e9Gs05pe8Ww4c0lazTZwAx+qm4mq7UY3bQntmap422OFQf92DPV 9Yth/+tHKDPPuwHMZgjg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r92dP-00DZ3q-0d; Fri, 01 Dec 2023 12:28:43 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1r92dJ-00DZ1d-0X for linux-arm-kernel@lists.infradead.org; Fri, 01 Dec 2023 12:28:39 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:7f2e:4977:a943:cc87]) by albert.telenet-ops.be with bizsmtp id H0UU2B00F0rKVV8060UUP0; Fri, 01 Dec 2023 13:28:29 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1r92cr-00ARcA-SN; Fri, 01 Dec 2023 13:28:28 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1r92dA-00CVCy-HG; Fri, 01 Dec 2023 13:28:28 +0100 From: Geert Uytterhoeven To: arm-soc , soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 0/2] Renesas SoC updates for v6.8 Date: Fri, 1 Dec 2023 13:28:15 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231201_042837_347758_1EE317F3 X-CRM114-Status: GOOD ( 15.61 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi SoC folks, This is my first pull request for the inclusion of Renesas SoC updates for v6.8. It consists of 2 parts: [GIT PULL 1/2] Renesas ARM defconfig updates for v6.8 - Enable support for the Renesas VersaClock 3 clock generator in the arm64 defconfig, - Enable support for the Renesas EtherAVB module in the arm multi_v7 defconfig, - Refresh shmobile_defconfig for v6.7-rc1. [GIT PULL 2/2] Renesas DTS updates for v6.8 - Add FLASH support for the Renesas Marzen and Blanche development boards, - Add 4-bit TX support for the QSPI FLASHes on the RZ/G2L, RZ/G2LC, and RZ/V2L SMARC SoMs, - Add SDHI support for the RZ/G3S SMARC development kit, - Add LCD support for the Atmark Techno Armadillo-800-EVA development board, which requires switching from the legacy frame buffer device driver to the DRM driver, - Miscellaneous fixes and improvements. Thanks for pulling! Gr{oetje,eeting}s, Geert --- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds