From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E01F2D877D; Wed, 25 Feb 2026 11:24:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772018649; cv=none; b=NaanRjulOq9DY2zpp0WY7WgZZWkurzpJMxycxlcVrII+/Ar0w9niIxk3+zArcFFFYUYRsru5YSk8hbqSkpH+7gfg1u7wHSOCFOjmDSR+GEa1odrET6Kan2qpopEhF0s4cyohlyGoYogG0btYKTgfj/OPfSbfyeDfGzELGNbZPKY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772018649; c=relaxed/simple; bh=83nPCdbWqaF9WpFrOPmSzxEWhHCp8sgCyS1cq+2cTF0=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=gekuCSpdHW68iqqJz4orvKy5YW3wfvJzXBb/OFO5n+y2/IIKtBOMxOHZjAxh0hhl1NVKuJHkngB1WhSi5iZLDD7ucKWc4Ky2CiVnCiUFBkTCmlsIMBtgmJSKD8Nmr4zVCZDEqa369qN1pmhIC7vMkFnzJQUD7XQLVVJaOTr6u6A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uHYtBxfc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="uHYtBxfc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30415C116D0; Wed, 25 Feb 2026 11:24:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772018648; bh=83nPCdbWqaF9WpFrOPmSzxEWhHCp8sgCyS1cq+2cTF0=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=uHYtBxfcZmQo9Meu26j2W+u5i4XpsVkP1nTSSj+JI6Li/b42oVVyHnsPYxbCUN6a2 cg2ol2qa7tdUxBeWBO4YoGIFrYGy+YT6Oi4Ejgi1OhMhbKPv5As7fR7KVEy3CEOQMW Zah/xRWR/pmw3DgUQdelJzsfer9vr5O6X9iyOW7k2Tz4u0zElwZOs14g3gaRhHrGHo F42Skzctc0Ta8UFUbq2vYjjsMe+c9Zt+oT1M3c3m8O/3nRnh3Ft6r1XQo/2S504GvO JiTxdZ5fb0kTUAozBDzlwZLyD2CxTm1ZPoaKT8KZjZww5Bzj6i7VnwXUa8F2hp29Lp Ib8lenOq6cqWw== From: Vinod Koul To: Greg Kroah-Hartman , Jiri Slaby , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm , Biju Cc: Biju Das , linux-kernel@vger.kernel.org, linux-serial@vger.kernel.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Prabhakar Mahadev Lad In-Reply-To: <20260203103031.247435-1-biju.das.jz@bp.renesas.com> References: <20260203103031.247435-1-biju.das.jz@bp.renesas.com> Subject: Re: (subset) [PATCH v3 00/10] Add support for Renesas RZ/G3L SoC and SMARC-EVK platform Message-Id: <177201864381.93331.5903665743776251595.b4-ty@kernel.org> Date: Wed, 25 Feb 2026 16:54:03 +0530 Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Mailer: b4 0.13.0 On Tue, 03 Feb 2026 10:30:08 +0000, Biju wrote: > This patch series adds initial support for the Renesas RZ/G3L SoC and > RZ/G3L SMARC EVK platform. The RZ/G3L device is a general-purpose > microprocessor with a quad-core CA-55, single core CM-33, Mali-G31 > 3-D Graphics and other peripherals. > > Support for the below list of blocks is added in the SoC DTSI (r9a08g046.dtsi): > > [...] Applied, thanks! [01/10] dt-bindings: dma: rz-dmac: Document RZ/G3L SoC commit: e45cf0c7d9b960f1aae4ee56c3c3d46549ccde86 Best regards, -- ~Vinod