From patchwork Fri Sep 29 11:10:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13404085 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 4161CE7F154 for ; Fri, 29 Sep 2023 11:11: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=Quj4yVqa/UyYGyFkXgwb93hd4D5GmN0fb7xgUWt/HEs=; b=kB8agExK71uylI udg4lqex+iiSCU1SsYJOuOaoXzflqVKLMn4W1ysMPS3C2l0JdyCB5cftcmTRBPREuLrN7ycHP4r5m NBgi1zeavn1l6L2spiXQx09ts5QUtj9DWRH1+IW4iZFoxhTHKd5ZmFFaW2HQBz+2oaWAFDafQKJCn 8zpnAjfHTAmZn8VGBaBJnZnJv1nf6c3xhV6njEapooZ4/XvqYWF+4gA+3V9Ne+1lElBMZbiEnzKTC D2f6zUwHRqANoYHmnKjvWWn8u+8Xj17ulZfxGq3hStMCfspNdhR83zY3OdoVYPmeHR0mwEsv9Bppe Z7/QHu9LeOBZx6VFX2Ig==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qmBOQ-007lSi-1z; Fri, 29 Sep 2023 11:10:46 +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 1qmBO9-007lNx-0T for linux-arm-kernel@lists.infradead.org; Fri, 29 Sep 2023 11:10:32 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:c2e7:1eb0:4c87:ebc6]) by baptiste.telenet-ops.be with bizsmtp id rnAN2A0061EgHdD01nANmJ; Fri, 29 Sep 2023 13:10:23 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qmBNd-004qNa-45; Fri, 29 Sep 2023 13:10:22 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qmBO2-001fr0-26; Fri, 29 Sep 2023 13:10:22 +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/5] Renesas SoC updates for v6.7 Date: Fri, 29 Sep 2023 13:10:10 +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-20230929_041029_343056_9FB34EB4 X-CRM114-Status: GOOD ( 14.81 ) 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.7. It consists of 5 parts: [GIT PULL 1/5] Renesas ARM defconfig updates for v6.7 - Refresh shmobile_defconfig for v6.6-rc3. [GIT PULL 2/5] Renesas ARM SoC updates for v6.7 - Reserve boot area when SMP is enabled to prevent conflicts with FLASH, - Miscellaneous fixes and improvements. [GIT PULL 3/5] Renesas driver updates for v6.7 - Identify the new RZ/G3S SoC, - Miscellaneous fixes and improvements. [GIT PULL 4/5] Renesas DT binding updates for v6.7 - Document support for the new RZ/G3S (R9A08G045) SoC variants. [GIT PULL 5/5] Renesas DTS updates for v6.7 - Add PCIe Host and Endpoint support for the R-Car S4-8 SoC and the Renesas Spider development board, - Add FLASH support for the Renesas Genmai and RSK+RZA1 development boards, - Add multi Component sound support for Renesas ULCB development boards equipped with the Shimafuji Kingfisher extension, - 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