From patchwork Fri Jul 17 11:24:24 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11669965 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4FCBA13A4 for ; Fri, 17 Jul 2020 11:24:37 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 491F4207E8; Fri, 17 Jul 2020 11:24:37 +0000 (UTC) Delivered-To: soc@kernel.org Received: from albert.telenet-ops.be (albert.telenet-ops.be [195.130.137.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EBC832076A for ; Fri, 17 Jul 2020 11:24:36 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EBC832076A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=geert@linux-m68k.org Received: from ramsan ([84.195.186.194]) by albert.telenet-ops.be with bizsmtp id 4BQX2300M4C55Sk06BQY6R; Fri, 17 Jul 2020 13:24:35 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1jwOTf-00025l-Pc; Fri, 17 Jul 2020 13:24:31 +0200 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1jwOTf-0006n7-Nd; Fri, 17 Jul 2020 13:24:31 +0200 From: Geert Uytterhoeven List-Id: To: arm-soc , arm-soc Cc: Magnus Damm , linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL 0/3] Renesas ARM SoC updates for v5.9 (take two) Date: Fri, 17 Jul 2020 13:24:24 +0200 Message-Id: <20200717112427.26032-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Hi arm-soc folks, This is my second pull request for the inclusion of Renesas SoC updates for v5.9. It consists of 3 parts: [GIT PULL 1/3] Renesas ARM DT updates for v5.9 (take two) - SPI Multi I/O Bus Controller (RPC-IF) support for R-Car V3H and V3M, including QSPI support for the Condor, Eagle, V3HSK, and V3MSK boards, - Initial support for the RZ/G2H SoC on the HopeRun HiHope RZ/G2H board, - Initial support for the Beacon EmbeddedWorks RZ/G2M board, - Minor fixes and improvements. [GIT PULL 2/3] Renesas driver updates for v5.9 - Add core support for the new RZ/G2H (R8A774E1) SoC, including System Controller (SYSC) and Reset (RST) support. [GIT PULL 3/3] Renesas DT binding updates for v5.9 - Document core support for the RZ/G2H SoC, - Document support for the HopeRun HiHope RZ/G2H, and Beacon EmbeddedWorks RZ/G2M boards. Note that the new Renesas RZ/G2H DT Binding Definitions are shared by driver and DT source files, and thus included in multiple pull requests: - "[GIT PULL] clk: renesas: Updates for v5.9 (take two)" (for clk), - "[GIT PULL 1/3] Renesas ARM DT updates for v5.9 (take two)" (for arm-soc), - "[GIT PULL 2/3] Renesas driver updates for v5.9" (for arm-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