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 DA48FC83F03 for ; Thu, 3 Jul 2025 15:23:43 +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=SSL6pMiq0gd7XD60qY6vVVqLLdJ+A7wrnDsGL6j47Ag=; b=ivxyZzY72ud48Y3bcYYpdEJxHN k94TirmBhhSMXcbd1OSs9tSlacq3dcUmAnhI2SNeFmy8y8HNQfn0uj79Tyt8tcu9+vL1oWCXjlohS gd7c9q5FAGIL9lFSFa8TbX3vDIfDlCCpeYfxsrTZn0ZG69dsxTYh259Uai/xXPZfADWsiabsr8KIg rL28TyCd1YMbsTc0L/6IZRyrANJpWi4F7A7SBhjiTk37DsUYgsH1ulXhwk9O8AX8mzBYEsnpadCAF C1fXc2OzHIXZYU2kjugC4t9UG7Pwn07fcPYf8WpoZktPmdcEvHSphjj9UTOc34EXcHzaZmwKyX/Z3 /ZbocLEg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXLmj-0000000BoRs-2Doh; Thu, 03 Jul 2025 15:23:37 +0000 Received: from galois.linutronix.de ([193.142.43.55]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1uXK1L-0000000BV9t-1W1v; Thu, 03 Jul 2025 13:30:36 +0000 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1751549434; 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=SSL6pMiq0gd7XD60qY6vVVqLLdJ+A7wrnDsGL6j47Ag=; b=ODESv0xv2KkvhoebkJrt+kxbavcbijo4v02Bbpd43xN4dzPNPuTnI5OU9I5qTgHZ4eVzQJ McjfFINTzCQsLXNnnK8lVx6ayVCMC52lsKeayxNLKyS6Oq2r7gy9z1X0ID1KkQhwsGDEVC wbfcc31rhpqhgSYxmjqjtRj4t3TJcch4SuaPXCT92Vh01YIfxPMZph6sykTb/ejfOb60if DD3euGXd/sJbE9dVAj0wQixYzsrMKQiD2tn7tdsW7UlsWsygyayq7+hp31iQ72zhqL0JFB egZ3ZsKB76do9nqS19vNefglJjJYvmL0+M+Af6lde7Mx1htIq7xxuySsCm956Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1751549434; 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=SSL6pMiq0gd7XD60qY6vVVqLLdJ+A7wrnDsGL6j47Ag=; b=9Ph7+GkKppOD8TprwEEV/khl6dISXJ5b1iSsTu/TRDBxn48naiaxfOXoEl2nrQKttdUr6f j6Pwv2E1VYdzL/DQ== 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 13/16] PCI: plda: Switch to msi_create_parent_irq_domain() In-Reply-To: <1279fe6500a1d8135d8f5feb2f055df008746c88.1750858083.git.namcao@linutronix.de> References: <1279fe6500a1d8135d8f5feb2f055df008746c88.1750858083.git.namcao@linutronix.de> Date: Thu, 03 Jul 2025 15:30:33 +0200 Message-ID: <87cyahv1ty.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_063035_546914_F0FFE5F6 X-CRM114-Status: UNSURE ( 5.20 ) X-CRM114-Notice: Please train this message. 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Jun 26 2025 at 16:48, 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