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 1E80DC77B7C for ; Thu, 3 Jul 2025 15:06:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Type:MIME-Version: Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=4kcJobrOnoamaBnANOlfQkU1M63AHPCa2YelSe1E0P8=; b=Mck64u/dZfzwXig/j7jU9sV/8K Pt1VoyPEv83bHFn0zrtbs3szCf50TrSd9MQ5So811NlvH0TVF3xcZTkDTJda/SVJAxpS3ksWaPLph MSkIFSxYUBROHYmO0C48RIsol6uhW3C91z9hID4A6tGYYrT2FGHnfl8qXpxTFtv4+NTveLiIR8+4r /128xNR0WY5N7mwGEHmkeKojRFyMR/CxJStWkCIn4KlwLA+QZ5L2GhXhRVWDoiOyomUt4d5nUpPb5 gxeF9I4zeot8v7M2DFb1Sbz5qhSoWLt71ZdO7mmy/fy0R2qVOt9NI1VXgJ6ejzRQx9T68tpcv3k2H v3yQJZ+A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXLVz-0000000BlLd-3czS; Thu, 03 Jul 2025 15:06:19 +0000 Received: from galois.linutronix.de ([2a0a:51c0:0:12e:550::1]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXJu7-0000000BTjV-3ZdS; Thu, 03 Jul 2025 13:23:09 +0000 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1751548986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4kcJobrOnoamaBnANOlfQkU1M63AHPCa2YelSe1E0P8=; b=xC0QnuAEc04sBgR4HMWyRNm1U65w395OnXhMa1jHCr1Nwf+/Cb99qCTcA22DatUsqDw+kP fGl+laAt2AytEx3YiCVIsW6ovu7FlI/rP0LpqbRpz51UU1X+vrvqCzJ+k7Cbrat+PyKsje XtixNmvImDx9wfJk8VMXeEYkPyl5vp3Jw8X3bwxGjFd0SeguYu4Bue1H6lEnqNgV9LegIK BDcNTWGA3bKn34VtdEGhmImKEUEZqLkrUECCmArAnbKFtWNXLg9cbfdAGwE2C5YNOn7Zir 41LbC/GUhVzFkb57DI47qYBetrVv0ksnSCQljNzs6ryIte2JUMzRK/6IXm3YFA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1751548986; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=4kcJobrOnoamaBnANOlfQkU1M63AHPCa2YelSe1E0P8=; b=er0tgDB8ilg6NCvHlG8ud9UWY6a0M+a8DiwGV4vUQAXQpDm6FJF6PhanChRTnR76Oztfl1 dydTWR5BZC3hOcCA== To: Nam Cao , Marc Zyngier , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Rob Herring , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Karthikeyan Mitran , Hou Zhiqiang , Thomas Petazzoni , Pali =?utf-8?Q?Roh=C3=A1r?= , "K . Y . Srinivasan" , Haiyang Zhang , Wei Liu , Dexuan Cui , Joyce Ooi , Jim Quinlan , Nicolas Saenz Julienne , Florian Fainelli , Broadcom internal kernel review list , Ray Jui , Scott Branden , Ryder Lee , Jianjun Wang , Marek Vasut , Yoshihiro Shimoda , Michal Simek , Daire McNamara , Nirmal Patel , Jonathan Derrick , Matthias Brugger , AngeloGioacchino Del Regno , linux-arm-kernel@lists.infradead.org, linux-hyperv@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-renesas-soc@vger.kernel.org Cc: Nam Cao Subject: Re: [PATCH 05/16] PCI: brcmstb: Switch to msi_create_parent_irq_domain() In-Reply-To: References: Date: Thu, 03 Jul 2025 15:23:05 +0200 Message-ID: <87zfdlv26e.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250703_062308_022108_72D659D9 X-CRM114-Status: UNSURE ( 5.20 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@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-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Thu, Jun 26 2025 at 16:47, Nam Cao wrote: > Move away from the legacy MSI domain setup, switch to use > msi_create_parent_irq_domain(). > > Signed-off-by: Nam Cao Reviewed-by: Thomas Gleixner