From patchwork Mon Apr 10 07:55:25 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13206150 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 E62B9C77B61 for ; Mon, 10 Apr 2023 07:56:53 +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=79Ms0W6Hw5jd/KQqAFIAS0prtoXkdym+O6eIZUwNUv0=; b=lETSW8TZHIgZww 48P9zPSQqGK1XC8vwLNof12TSLPftnBI9DpZ8WTHouqqqVfqt4Zm9z8XX8xL7Nke7a+prmRA36Esq yjoZm9IhdbHxEb1mEFlpoh66tMWhYGkM7rdD4GQ65aMcSzhTRzxZ8oUa2zOvQMPqOailUY62OzZop vKgufRxURlMkbcI7n9u7bHlBqBiJ/CejPqtwJk8Wl3foMbvOu+N9wWryMsXOOja+MuAcGV4PkMyUM Z1cq+f5S/ZWuJybBgUHBL5jc/fgYgsYy4oN0GOC1P0tN9bB9VXyyThiG1zZLDDe1F1QJNECsZNcgG 7pFxmBSHQWewO2vU49Lg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1plmNU-00ElEi-0r; Mon, 10 Apr 2023 07:55:52 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1plmNQ-00ElDI-1p for linux-arm-kernel@lists.infradead.org; Mon, 10 Apr 2023 07:55:50 +0000 Received: from ramsan.of.borg ([84.195.187.55]) by michel.telenet-ops.be with bizsmtp id ivvj290091C8whw06vvjKG; Mon, 10 Apr 2023 09:55:43 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1plmMW-00GRrr-I2; Mon, 10 Apr 2023 09:55:43 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1plmNL-008PVA-3G; Mon, 10 Apr 2023 09:55:43 +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.4 (take two) Date: Mon, 10 Apr 2023 09:55:25 +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-20230410_005548_748277_A084798F X-CRM114-Status: GOOD ( 15.58 ) 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 second pull request for the inclusion of Renesas SoC updates for v6.4. It consists of 3 parts: [GIT PULL 1/3] Renesas ARM SoC updates for v6.4 - Use of_cpu_node_to_id() to read CPU node 'reg'. [GIT PULL 2/3] Renesas driver updates for v6.4 (take two) - Add "renesas," file contents pattern to MAINTAINERS, - Fix a small leak on OOM. [GIT PULL 3/3] Renesas DTS updates for v6.4 (take two) - Add PWM support for the R-Car H1 and H2 SoCs, - Add slide switch and I2C support for the Marzen development board, - Add SCI (serial) and Camera support for the RZ/G2L SoC and the RZ/G2L SMARC EVK development board, - Add IOMMU support for the R-Car V4H 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