From patchwork Fri Feb 23 11:20:57 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13568920 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 E4E86C54798 for ; Fri, 23 Feb 2024 11:22:52 +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=EMOBOsOVK9a1bA3y2lg+MNZwSZi4WUubCrOrcwvB2OQ=; b=ABo14O4XWvPq9s Yqkkm1G/sayjxB5ou5Ouhpbmok6R8IUY0qZ15CEWhqXvsY75BfajU3quGxCpgD13VH8s0JergNbB0 t4LADa1Uzo4SP4kbVbbXSmq+/MRQebY21DUKYVvxYs2FWABrHzSH8uNXyR62OFgey5NfRWcPUl4Cg DZTkqdhRZ6aqXlbD/Z4QNAtq0iReC6Uu74Sej+T7L9aEezn8X69juB6G9FZFRzqmG0Z86yLBslJxG v+Pm7lXvZ7QmrJc37BadFp2Qq4PfB8Xeh8aAed1Qq9X4jqGmr4cfOdinxqbVXGqWBKhzGiuO4IMwv PPfpw/CWJy3Zwhhuz90w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rdTdH-000000095vJ-0G3p; Fri, 23 Feb 2024 11:22:23 +0000 Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rdTcE-000000095jL-37X9 for linux-arm-kernel@lists.infradead.org; Fri, 23 Feb 2024 11:21:42 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:6f61:ab26:80d6:d9d4]) by xavier.telenet-ops.be with bizsmtp id qbM72B00Q2itsqh01bM7gT; Fri, 23 Feb 2024 12:21:09 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rdTbu-001P3l-Vg; Fri, 23 Feb 2024 12:21:07 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rdTc3-00D0P1-9o; Fri, 23 Feb 2024 12:21:07 +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/2] Renesas SoC updates for v6.9 (take two) Date: Fri, 23 Feb 2024 12:20:57 +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-20240223_032119_070001_40FFF714 X-CRM114-Status: GOOD ( 13.05 ) 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.9. It consists of 2 parts: [GIT PULL 1/2] Renesas DT binding updates for v6.9 (take two) - Restore sort order, - Document preferred compatible naming, [GIT PULL 2/2] Renesas DTS updates for v6.9 (take two) - Add pin control, I2C, GPIO, CA76 cluster, Ethernet, SD/MMC, DMA, and HyperFLASH/QSPI (RPC) support for the R-Car V4M SoC, - Add I2C EEPROM, Ethernet, eMMC, and QSPI FLASH support for the Gray Hawk Single development board, - Fix PCIe power on ULCB development boards equipped with the Shimafuji Kingfisher extension, - Add PSCI support for the RZ/G3S SoC, - Add camera support for the RZ/G2UL SMARC EVK development board, - Add display support for the RZ/G2L{,C} and RZ/V2L SoCs and SMARC EVK development boards, - 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