From mboxrd@z Thu Jan 1 00:00:00 1970 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 B43F5C433EF for ; Wed, 9 Mar 2022 20:31:48 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OlJD3GQty0jiWyruEpVQeBKuYYzilvISiWgkFfhBP+k=; b=wduVlqAlnp0+Mi 4Y9LpQ+uSKIkeoHyAP5iUBXAR0RTCoPrZwocZd26jhV1ZDWl8nnE74Aek5P0VjQa+6kipDic8gKWd 9icTRpgv3nUdhqYgEKpuqEp3Loq6T7ww1Sz3QKIxAYRdnybd1FQK19TOdEVYiLOYLQanjrnIQN9X/ yjBsfSezC/0xKC+WFNdRdiHfGhFFELISGskENCuBnMtx3iDZgGLI1aysgCMa4FpKuYYs4vqolX62s V3hkM6+LxVXDBn9IGZY3HRn/BZFnwgFPdC2DYQBGq0DibtI3V/z3lXQWj3Afup4xgJED7T9izImpV JYHtagYvL998ByCimGuA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS2xJ-00AQa8-4S; Wed, 09 Mar 2022 20:30:45 +0000 Received: from rosenzweig.io ([138.197.143.207]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nS2xF-00AQZR-N5 for linux-arm-kernel@lists.infradead.org; Wed, 09 Mar 2022 20:30:42 +0000 Date: Wed, 9 Mar 2022 15:30:28 -0500 From: Alyssa Rosenzweig To: Hector Martin Cc: Thomas Gleixner , Marc Zyngier , Rob Herring , Sven Peter , Mark Kettenis , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v3 0/7] irqchip/apple-aic: Add support for AICv2 Message-ID: References: <20220309192123.152028-1-marcan@marcan.st> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220309192123.152028-1-marcan@marcan.st> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220309_123041_857045_8015BFF6 X-CRM114-Status: GOOD ( 10.58 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > This also adds support for multi-die AIC2 controllers. While no > multi-die products exist yet, the AIC2 in t600x is built to support > up to 2 dies, and it's pretty clear how it works, so let's implement > it. If we're lucky, when multi-die products roll around, this will > let us support them with only DT changes. In order to support the > extra die dimension, this introduces a 4-argument IRQ phandle form > (3-argument is always supported and just implies die 0). Given you have a multidie device in the mail, it's probably best to defer merging this series until the multidie code paths are confirmed working there? _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel