From patchwork Sat Jan 14 13:22:56 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13101951 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 03924C3DA78 for ; Sat, 14 Jan 2023 13:24:25 +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=u79vUXVV+c3O2uEpLII1YohmkEXn5RlHM0Ic/k/Zy2E=; b=AuIQWO6tYK5Rn7 a5NOZucGE2f2vtUlwxMMtf8ALEIBT1UvnvAYWBsz5FmqpkEBuvaNyvPP7uJauqK0XmM5JN7YEkdFg 2AzXcQK4/xViSq6FGfjGtR3APZSPIn4rCmiPjPNIjIE+3V2MRvxpyms4nvtL5UVC9hcj9tJB7Kiwl sqiSebSuYuupn7eAC3Im0jgqaIrpNWxuVGolixkH0OYRBsyaF7ob/DJBUi7DfCa88ZskLDrW2kY2U SX/1gALRDVQ4XjM7/ZsGx0vIE2RO1huylfroZ2sBZct2HHDBvfKMUa7crY/FPQALuCEOImsdkofvQ jrXerzNo2hj2PwCBmZkA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGgVO-005qgt-5g; Sat, 14 Jan 2023 13:23:30 +0000 Received: from andre.telenet-ops.be ([2a02:1800:120:4::f00:15]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pGgVC-005qeE-R7 for linux-arm-kernel@lists.infradead.org; Sat, 14 Jan 2023 13:23:20 +0000 Received: from ramsan.of.borg ([84.195.186.194]) by andre.telenet-ops.be with bizsmtp id 8dP92900T4C55Sk01dP9ei; Sat, 14 Jan 2023 14:23:11 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1pGgUz-003z7E-W6; Sat, 14 Jan 2023 14:23:09 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1pGgV3-006HuH-M2; Sat, 14 Jan 2023 14:23:09 +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/3] Renesas SoC updates for v6.3 Date: Sat, 14 Jan 2023 14:22:56 +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-20230114_052319_056177_865FDA34 X-CRM114-Status: GOOD ( 14.40 ) 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.3. It consists of 3 parts: [GIT PULL 1/3] Renesas ARM defconfig updates for v6.3 - Enable support for the Renesas RZ/G2L MIPI DSI, CSI-2, and Camera Receiving Unit drivers in the arm64 defconfig, - Refresh shmobile_defconfig for v6.1-rc5. [GIT PULL 2/3] Renesas driver updates for v6.3 - Add missing A3DUL power domain on R-Car V4H. [GIT PULL 3/3] Renesas DT updates for v6.3 - Enable watchdog and timer (OSTM) support for the RZ/Five SMARC EVK development board, - Add operating points for the Cortex-A55 CPU cores on the R-Car S4-8 SoC, - Add display support for the R-Car V4H SoC and the White-Hawk development board, - Add eMMC and SDHI support for the RZ/V2M 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