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 4DEA12EA732; Fri, 6 Feb 2026 11:37:54 +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=1770377874; cv=none; b=ZdC2tlMnANiZ4iwyF/suepZvJw+biMhwMoCciGG3wZecaT4bZB8oTR6DMC7WmIE5Dnw0/vUNAMjcrhWGmcPzWMt7SyC3HO09B1zqTYoQ9ebuMOiLZyVRREfRiB3X9fKZSpgpbB6N9lWFHQG5g5NKk1qkrMamypRP2kZsNcNBK+M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770377874; c=relaxed/simple; bh=mX5w8lugLrf2LBWCQUJ6TbtGkFRbF7AGqyR5uQcf2Os=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=SuUNKR0FYCF0y8/xlPfT81KrUMv13gUtWbuzu2O7XR49JQoFSN9aZWveqRpvsTcapaJPOAuSf0jrMZfvC9HDuY+eiTCSwlTomW+zPEFXYi2O7NYfoVIw/FztetFwqsDJQWij+7z+GD2ZaazAPq6w3U97UOMEaAfUke61EgU6yUg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=luMJ1rXK; 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="luMJ1rXK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2A46C116C6; Fri, 6 Feb 2026 11:37:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770377873; bh=mX5w8lugLrf2LBWCQUJ6TbtGkFRbF7AGqyR5uQcf2Os=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=luMJ1rXKJiatk74DJ2W62M9bSLGVAOEVnu4eAoBrf2D7gGa08CgE3Lm4brffeR8oe lM7Oe4sGBESzyVpSLOcnZ6DQ5F/VS2rGSDBv50K3nU9bm9i5ey7+8YYAmJm1qtS16G n273Lr1EFx91+wFyvxdpzXlvl0467tpbYNxuxZdHwlDkP0hhfzHjiJ+NfVF0R7767n dinYy3SDiN9VgZBNjidQHCHNE+taPICtIOrj6Gax5tjpVvPMWUNemKwlWoSyorKvqy vwHFoyycronKEjsMhvcwEMQhuXXXKA7FwaAQlIrkH7GWA4AonW+292hjlHk6N9n5bb E5s3Ece7eUvIw== From: Thomas Gleixner To: Biju , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Geert Uytterhoeven , Magnus Damm Cc: Biju Das , Lad Prabhakar , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Biju Das Subject: Re: [PATCH v3 0/9] Add RZ/G3L IRQC support In-Reply-To: <20260206111658.231934-1-biju.das.jz@bp.renesas.com> References: <20260206111658.231934-1-biju.das.jz@bp.renesas.com> Date: Fri, 06 Feb 2026 12:37:49 +0100 Message-ID: <87ecmy14s2.ffs@tglx> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain On Fri, Feb 06 2026 at 11:16, Biju wrote: > From: Biju Das > > The IRQC block on RZ/G3L SoC is almost identical to one found on the > RZ/G3S SoC with the difference like it support more External IRQs, GPT > Error Interrupts and also has additional registers for GPT/MTU IRQ > selection, shared IRQ selection between external IRQ and TINT. > > It has 16 external interrupts of which 8 interrupts are shared with > TINT[24:31] and are mutually exclusive. The external IRQ/TINT IRQ > selection is based on a register in the ICU block. Can you please give people the time to actually look at your patches before you repost the full series every other day?