From patchwork Fri May 26 09:48:28 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13256689 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 C5C0EC7EE23 for ; Fri, 26 May 2023 09:49: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=k54WixpEKBO0xYmDeE6/oc9oXNuv07gUN6W/d5xw4pU=; b=I/VmK2ljf4e6s1 0xXnZvwHiLiXyRDxvhaUE8iYGGyJBgbU+UCgE5o6Equ1LyjU/Sp/gBWME50buDeX9AAr72Bc3frCv u/wpIW9GmNYtT6V4iyNGr2zfN6gxKxE/hBs4ij8GCBVVywGSKvArqYO5H2Urxl8k6K+VYnAryfESU p/m0K9BFqeZhSK1ZwAx5GoI6jJbxd44PtSXIjcqxHulv8v+54mtynncm4HqaZ4pEMRmZ1+WZaz5zi r0QPQW9XRGFJcPA8kz/pqujdkNnj3oGx/v73KvY95WhbdC5uY8v8j/zhMwcw+2TiBMojsMlpZ+p36 u+kzVkjWaJ/+KUSaVEaQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q2U46-001slk-2L; Fri, 26 May 2023 09:48:54 +0000 Received: from baptiste.telenet-ops.be ([2a02:1800:120:4::f00:13]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1q2U3v-001sew-2U for linux-arm-kernel@lists.infradead.org; Fri, 26 May 2023 09:48:46 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:ae30:9d2b:3228:d21]) by baptiste.telenet-ops.be with bizsmtp id 1Moc2A0074eYoVn01Mocvu; Fri, 26 May 2023 11:48:38 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q2U3X-0038jr-Jx; Fri, 26 May 2023 11:48:36 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q2U3o-00EFZR-2m; Fri, 26 May 2023 11:48:36 +0200 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/3] Renesas SoC updates for v6.5 Date: Fri, 26 May 2023 11:48:28 +0200 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-20230526_024843_969330_D63F03AA X-CRM114-Status: GOOD ( 14.63 ) 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.5. It consists of 3 parts: [GIT PULL 1/3] Renesas ARM defconfig updates for v6.5 - Refresh shmobile_defconfig for v6.4-rc1. [GIT PULL 2/3] Renesas driver updates for v6.5 - Enable watchdog reset support on R-Car V3U. [GIT PULL 3/3] Renesas DTS updates for v6.5 - Add partial display support for the RZ/G2L and RZ/V2L SoCs and the RZ/G2L{,C} SMARC EVK development boards, - Add camera support for the RZ/GV2L SoC and the RZ/V2L and RZ/G2LC SMARC EVK development boards, - Add Multi-Function Timer Pulse Unit 3 support for the RZ/G2L and RZ/V2L SoCs, - Add PWM support for the R-Car V3U SoC. 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