From patchwork Fri Feb 9 16:54:49 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13551615 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 8DFDAC4829F for ; Fri, 9 Feb 2024 16:55:24 +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=wGGDLikXavoW9FdtUismH0KdtLTUWYnhLGuN+xDgKoc=; b=OKYuQQIpz0EeC5 h2RKSXbRp4uwm0OLkCafv+zCFLWJJ4mWB2xUIWq8qsREXaiHAy6llE0si2EyRiXYgcHcg86ljheI6 KBBudv7Gxstg7wEh7IQYUeqMhP9u7Tf2uQwnd2J73CBike1u1fY44zuhBlV1FlrIJC6cG7lHDE7fF 9zOgHNMsl8k72YDnpr6U8QxMWRbVIDtKgrMpNL+3HPplDNCHt3qreRDCYnu/yq41CVh8okUk0zeR+ YL5QxXc71mIjxnhUJNmiaafPMMFLkCp1dJIHG/dk9Xaz4PHeheVZpyVT5hIuMMP5bNq/9GaiRtZy/ Qv3NNn2TiNRkotb67vPg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9e-000000001DP-1WvK; Fri, 09 Feb 2024 16:55:10 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rYU9Z-0000000019j-1wxQ for linux-arm-kernel@lists.infradead.org; Fri, 09 Feb 2024 16:55:07 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:55fd:ff17:c1c8:954d]) by albert.telenet-ops.be with bizsmtp id l4uy2B0054RKXn6064uy1C; Fri, 09 Feb 2024 17:55:00 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rYU9O-0008GW-7b; Fri, 09 Feb 2024 17:54:58 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rYU9S-0061GG-DS; Fri, 09 Feb 2024 17:54:58 +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/4] Renesas SoC updates for v6.9 Date: Fri, 9 Feb 2024 17:54:49 +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-20240209_085505_674408_F33D7988 X-CRM114-Status: GOOD ( 16.26 ) 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.9. It consists of 4 parts: [GIT PULL 1/4] Renesas ARM defconfig updates for v6.9 - Disable obsolete board staging support in the Renesas ARM and ARM V7 multi-platform defconfigs, - Enable support for the Renesas R-Car V4M (R8A779H0) SoC in the ARM64 defconfig. [GIT PULL 2/4] Renesas driver updates for v6.9 - Initial support for the Renesas R-Car V4M (R8A779H0) SoC. [GIT PULL 3/4] Renesas DT binding updates for v6.9 - Document support for the Renesas R-Car V4M (R8A779H0) SoC, and the White Hawk Single and Gray Hawk Single development boards. [GIT PULL 4/4] Renesas DTS updates for v6.9 - Add GPIO keys and watchdog support for the RZ/G3S SMARC development board, - Add GNSS support for Renesas ULCB development boards equipped with the Shimafuji Kingfisher extension, - Add support for the standalone White Hawk CPU board, - Add support for the R-Car V4H ES2.0 (R8A779G2) SoC and the White Hawk Single development board, - Add initial support for the R-Car V4M (R8A779H0) SoC and the Gray Hawk Single development board, - Add camera support for the RZ/G2UL SoC, - 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