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 0391A361DBE; Thu, 5 Feb 2026 08:53:32 +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=1770281613; cv=none; b=SUNKN6sVswwS2fxwbjgIOxaWPUpBUPs7QYmyt0Lw40eCckLQEmiW9v6r5JnDelpGUVNobINv+MoSr8h50gRNUJnaPHcNHv+bkZJObaAK+yfu4zFpFzrs+3J9u8yT++WWYtb2nOd9QLwmhkNF9G25/jDkQLI0eEi/F6C5cXR8VbA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770281613; c=relaxed/simple; bh=hGfoS2SrOUSUcNbo4lzcjQ1KpCcVybs+F31qmzUiqIQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=f/Juom7HkLY52wruLAqAEGbQlmtq3GyDmPapejqtLmAiv1lrL2by8e+WRw1mubqUEY1vPX3JGv0dO5brFp7ZjHHEH8ywfgBoWLoqaZrkRgCVINw9dLlOu+2JxcDqi6g8Kfjm3R2Whd/gWnmn1sYHB3SYSteaXB9CQf8015jre1s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Ph8JSWSr; 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="Ph8JSWSr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3CF4EC4CEF7; Thu, 5 Feb 2026 08:53:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770281612; bh=hGfoS2SrOUSUcNbo4lzcjQ1KpCcVybs+F31qmzUiqIQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ph8JSWSrJDO/nNl/EDjq1HLoqZ7oqDk9ZkC8ZHgNJIoJYcGndSMn7dt+ixyyNs/NN soxAKOh22cP02z6s2AiMyvZ1HbQWiajQRn61b20N8nZyffm45mcUB/DlaIr+me8aHW N9+MwiMvy8w+Y6xebb5w93SOs6lMxfHP6pc9kbFdUJdOv81Rd2NcBfWIe6fmslQ/dK ET4UPmOBMUrDRiwQ6kH0bSwxwmeLauLWbHrdYUMm+FCBnvB6MfqXaabQBmV8nKEerO WblDJBfsDaJNAt1kqJP7j4vl8zUnVcnH7CF2+9aUpyJ3wVj/jN5QRZJ5o+xO4Rvx9I NiWLf248P3bGQ== Date: Thu, 5 Feb 2026 09:53:30 +0100 From: Krzysztof Kozlowski To: Ryan Chen Cc: Thomas Gleixner , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Joel Stanley , Andrew Jeffery , Paul Walmsley , Palmer Dabbelt , Albert Ou , Alexandre Ghiti , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-aspeed@lists.ozlabs.org, linux-riscv@lists.infradead.org Subject: Re: [PATCH 1/4] dt-bindings: interrupt-controller: aspeed: Add ASPEED AST2700 INTC0/INTC1 Message-ID: <20260205-hysterical-crouching-beetle-e0d1b5@quoll> References: <20260205-irqchip-v1-0-b0310e06c087@aspeedtech.com> <20260205-irqchip-v1-1-b0310e06c087@aspeedtech.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260205-irqchip-v1-1-b0310e06c087@aspeedtech.com> On Thu, Feb 05, 2026 at 02:07:19PM +0800, Ryan Chen wrote: > INTC0 is used to assert GIC if interrupt in INTC1 asserted. > INTC1 is used to assert INTC0 if interrupt of modules asserted. What happened with 20 revisions of previous discussions? Did you just ignore entire feedback? Best regards, Krzysztof