From patchwork Fri Jul 8 11:26:33 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 12911035 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 58B80CCA47B for ; Fri, 8 Jul 2022 11:28:02 +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=59AjRHoQM9MIqjIayCyrmi4Ew4JdgR8fBsYsYp1MadE=; b=r98COq0n8oHc3v RDAZd04KuQQjZ0z8iuzO6UXGqRZVg+yN1s2aPR2AIEE6/WtGP0Zc98RKmyAGTm14TrV6odmqyyric /RigmnmiKZhdcIGpjOTd/56ISPioz/i3o7IgVgQKAAepjIlZ8iVsS/62f+dAPQ35cVCpXhFrf78Vh Mh+KFaREH4hRwi3uY7+efrqadc58JXz7FwtjZBrTwIHyW+eNBTCH4ZL5kGjVM1bOxLZs4iEXpyG3V Smuu55KNxllAAJyJfBB2PG4IUIGPTQ6A2zlQMiUspt8s0A8qjzQvjZ/EZn+JcINAe+WP+yCkbXk1b kYWsLx5Q7IpP+f+0R4Kw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9m8d-003OLb-1H; Fri, 08 Jul 2022 11:27:11 +0000 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o9m8K-003OI8-2l for linux-arm-kernel@lists.infradead.org; Fri, 08 Jul 2022 11:26:54 +0000 Received: from ramsan.of.borg ([84.195.186.194]) by laurent.telenet-ops.be with bizsmtp id sbSj2700b4C55Sk01bSjLV; Fri, 08 Jul 2022 13:26:43 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1o9m8B-002baJ-6g; Fri, 08 Jul 2022 13:26:43 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1o9m8A-00BLW2-Nx; Fri, 08 Jul 2022 13:26:42 +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 v5.20 (take two) Date: Fri, 8 Jul 2022 13:26:33 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220708_042652_297889_A00533AD X-CRM114-Status: GOOD ( 14.01 ) 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 v5.20. It consists of 3 parts: [GIT PULL 1/3] Renesas ARM DT updates for v5.20 (take two) - Ethernet MAC and switch support for the RZ/N1 SoC on the RZN1D-DB development board, - AA1024XD12 panel overlay support for the Draak, Ebisu, and Salvator-X(S) development boards, - Miscellaneous fixes and improvements. [GIT PULL 2/3] Renesas ARM SoC updates for v5.20 - Fix of_node reference counting in the R-Car Gen2 board quirk. [GIT PULL 3/3] Renesas DT binding updates for v5.20 (take two) - 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