From patchwork Fri Jun 9 10:06:35 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13273638 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 6F9B6C7EE2E for ; Fri, 9 Jun 2023 10:07:20 +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=GK2PU46ISMfiPgkJkDNQZ89/8sQfHBQBTgU6bbs/orc=; b=qMbmsYL573jzGU wJdxj238KaabiqsofkbTKbqDjtlYcqf/d+NC7qwDiyLbeeZDFdmUnFQlrJQFO3KYm0T5DHQyeDouP PDbvOUOCjgtMfiDVSCaWmWigpIv+4hZxR7kY7E0mdBZMZam+9XDSU0qxE/RY1GO5KMMEp+IBYrOjs k3Rbv9p5z3UWDFEuajj8ApRB0JWAPoVXzGhkDx1945+P2O7llIQujDBG61dMN/bxmCjQTqaksTuNL bcbQmXk/Y1WBaUxps13dj3HLkgd3XniyBigbPUiXVd+dbnNlPA4Qlk0MGDiOelyMad7NurLDu+2vg 54yI3LqKQqLPFoESIC/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1q7Z1H-00CVfM-2C; Fri, 09 Jun 2023 10:06:59 +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 1q7Z17-00CVbz-1s for linux-arm-kernel@lists.infradead.org; Fri, 09 Jun 2023 10:06:52 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed30:a1e2:1b31:cba3:390d]) by michel.telenet-ops.be with bizsmtp id 6y6i2A00612zQ4r06y6iPh; Fri, 09 Jun 2023 12:06:44 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1q7Z0d-008L2L-1q; Fri, 09 Jun 2023 12:06:42 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1q7Z10-00G42n-1Q; Fri, 09 Jun 2023 12:06: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 v6.5 (take two) Date: Fri, 9 Jun 2023 12:06:35 +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-20230609_030649_775392_D92949DC X-CRM114-Status: GOOD ( 15.06 ) 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.5. It consists of 3 parts: [GIT PULL 1/3] Renesas ARM defconfig updates for v6.5 (take two) - Enable support for the Renesas MTU3a counter in the arm64 defconfig. [GIT PULL 2/3] Renesas driver updates for v6.5 (take two) - Convert the R-Mobile SYSC driver to readl_poll_timeout_atomic(). [GIT PULL 3/3] Renesas DTS updates for v6.5 (take two) - Add IOMMU support for PCIe devices on R-Car Gen3 and RZ/G2 SoCs, - Add HSCIF1 serial port support on Renesas ULCB boards equipped with the Shimafuji Kingfisher extension, - Miscellaneous fixes and improvements. Note that the conversion to readl_poll_timeout_atomic() depends on iopoll improvements, which are thus included through an immutable branch in multiple pull requests: "[GIT PULL] clk: renesas: Updates for v6.5 (take two)" (for clk), "[GIT PULL 2/3] Renesas driver updates for v6.5 (take two)" (for 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