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 CC363C433EF for ; Mon, 16 May 2022 21:00:51 +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: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:References: List-Owner; bh=7S59XUyOhpmwOSf1vB8bOG2WyIR7idjmR/ldOBkT6qk=; b=1pOtI0xfCUgHN7 Ii+0IA6eAkQXbXI/5Ue8IaF5w/bD975j9tl1trPCwce7XSc6CP8+8uZCApICuxnhq5MbK0Kz2TXHI oq5eJ/oek+U7xtgHgfPcWegx/hv7VyhdsMXrULq7qsFzUcWiHzJCK2nTiKRTza2rkPTiXw3A3dmPD Bm6Ydu23SgqEvwilCiBDoyOvDPnmcL+QpTAVE5AcEuLinNvKGRjQm0Fcrm+RvG2JqMHdWEswm0DXJ VXPCFer5FPPXOrxVrQzYzQ2aHg50Hjf3P4OMp8qt0caUnI7mgIEKNJUgVWgANzJApU5BzIbGes1o3 Jm8IUUwXkqhUyEjjPvYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqhoa-00AAfD-7G; Mon, 16 May 2022 20:59:40 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nqhoW-00AAed-VW for linux-arm-kernel@lists.infradead.org; Mon, 16 May 2022 20:59:38 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A11F4B81676; Mon, 16 May 2022 20:59:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E53DC385AA; Mon, 16 May 2022 20:59:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652734774; bh=btHaRh7nhG2ZbH6Hgvqssi1bUIvxt7+K6QklIUGoEZg=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=AE6pPRWxQMWCGVxxtPgPoH7/3dtCeE87EuMKI364rTl0KiDhiGm0sk08cEGSwnKq9 +StpIlCmeUiO+Op6Ca+KHCl7zB4aLHHA2eqCET9UVESbm8qdGMyr5LCu3YP+ld+RMn pzLBd0e+s05r00WAOlZwCLekVChPJcu3cSogwNHizGq5KofKij/BAFWu7sEkbFoIJB PUTZEmSVYXqV1bHQq1niQe/soA0HnNASYXJ24jdKochAu4NQoLgxyuQcp5uC5kNLmn +KEq/NYfih4jnaVzlyt4eQOpTi2zxrqYvF5zffUl6WKM8lS86Xd8PjKxuAfIjFQCub M5wmzgfQaS9HQ== Date: Mon, 16 May 2022 15:59:31 -0500 From: Bjorn Helgaas To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Bjorn Helgaas , Lorenzo Pieralisi , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Thomas Petazzoni , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler" Message-ID: <20220516205931.GA1050809@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220515125815.30157-1-pali@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220516_135937_342125_03577252 X-CRM114-Status: GOOD ( 28.13 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, May 15, 2022 at 02:58:15PM +0200, Pali Roh=E1r wrote: > This reverts commit 1571d67dc190e50c6c56e8f88cdc39f7cc53166e. > = > This commit broke support for setting interrupt affinity. It looks like > that it is related to the chained IRQ handler. Revert this commit until > issue with setting interrupt affinity is fixed. > = > Fixes: 1571d67dc190 ("PCI: aardvark: Rewrite IRQ code to chained IRQ hand= ler") > Signed-off-by: Pali Roh=E1r > = > --- > This commit was introduced in v5.18-rc1 and hence it is regression for 5.= 18 > release. After reverting this commit, it is possible to move aardvark > interrupt from CPU0 to CPU1 by "echo 2 > /proc/irq/XX/smp_affinity" where > XX is the interrupt number which can be find in /proc/interrupts on line > with advk-pcie. Applied to for-linus for v5.18, thanks, Pali! > --- > drivers/pci/controller/pci-aardvark.c | 48 ++++++++++++--------------- > 1 file changed, 22 insertions(+), 26 deletions(-) > = > diff --git a/drivers/pci/controller/pci-aardvark.c b/drivers/pci/controll= er/pci-aardvark.c > index 54651a1808cc..22ac607343bd 100644 > --- a/drivers/pci/controller/pci-aardvark.c > +++ b/drivers/pci/controller/pci-aardvark.c > @@ -274,7 +274,6 @@ struct advk_pcie { > u32 actions; > } wins[OB_WIN_COUNT]; > u8 wins_count; > - int irq; > struct irq_domain *rp_irq_domain; > struct irq_domain *irq_domain; > struct irq_chip irq_chip; > @@ -1664,26 +1663,21 @@ static void advk_pcie_handle_int(struct advk_pcie= *pcie) > } > } > = > -static void advk_pcie_irq_handler(struct irq_desc *desc) > +static irqreturn_t advk_pcie_irq_handler(int irq, void *arg) > { > - struct advk_pcie *pcie =3D irq_desc_get_handler_data(desc); > - struct irq_chip *chip =3D irq_desc_get_chip(desc); > - u32 val, mask, status; > + struct advk_pcie *pcie =3D arg; > + u32 status; > = > - chained_irq_enter(chip, desc); > + status =3D advk_readl(pcie, HOST_CTRL_INT_STATUS_REG); > + if (!(status & PCIE_IRQ_CORE_INT)) > + return IRQ_NONE; > = > - val =3D advk_readl(pcie, HOST_CTRL_INT_STATUS_REG); > - mask =3D advk_readl(pcie, HOST_CTRL_INT_MASK_REG); > - status =3D val & ((~mask) & PCIE_IRQ_ALL_MASK); > + advk_pcie_handle_int(pcie); > = > - if (status & PCIE_IRQ_CORE_INT) { > - advk_pcie_handle_int(pcie); > + /* Clear interrupt */ > + advk_writel(pcie, PCIE_IRQ_CORE_INT, HOST_CTRL_INT_STATUS_REG); > = > - /* Clear interrupt */ > - advk_writel(pcie, PCIE_IRQ_CORE_INT, HOST_CTRL_INT_STATUS_REG); > - } > - > - chained_irq_exit(chip, desc); > + return IRQ_HANDLED; > } > = > static int advk_pcie_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) > @@ -1763,7 +1757,7 @@ static int advk_pcie_probe(struct platform_device *= pdev) > struct advk_pcie *pcie; > struct pci_host_bridge *bridge; > struct resource_entry *entry; > - int ret; > + int ret, irq; > = > bridge =3D devm_pci_alloc_host_bridge(dev, sizeof(struct advk_pcie)); > if (!bridge) > @@ -1849,9 +1843,17 @@ static int advk_pcie_probe(struct platform_device = *pdev) > if (IS_ERR(pcie->base)) > return PTR_ERR(pcie->base); > = > - pcie->irq =3D platform_get_irq(pdev, 0); > - if (pcie->irq < 0) > - return pcie->irq; > + irq =3D platform_get_irq(pdev, 0); > + if (irq < 0) > + return irq; > + > + ret =3D devm_request_irq(dev, irq, advk_pcie_irq_handler, > + IRQF_SHARED | IRQF_NO_THREAD, "advk-pcie", > + pcie); > + if (ret) { > + dev_err(dev, "Failed to register interrupt\n"); > + return ret; > + } > = > pcie->reset_gpio =3D devm_gpiod_get_from_of_node(dev, dev->of_node, > "reset-gpios", 0, > @@ -1916,15 +1918,12 @@ static int advk_pcie_probe(struct platform_device= *pdev) > return ret; > } > = > - irq_set_chained_handler_and_data(pcie->irq, advk_pcie_irq_handler, pcie= ); > - > bridge->sysdata =3D pcie; > bridge->ops =3D &advk_pcie_ops; > bridge->map_irq =3D advk_pcie_map_irq; > = > ret =3D pci_host_probe(bridge); > if (ret < 0) { > - irq_set_chained_handler_and_data(pcie->irq, NULL, NULL); > advk_pcie_remove_rp_irq_domain(pcie); > advk_pcie_remove_msi_irq_domain(pcie); > advk_pcie_remove_irq_domain(pcie); > @@ -1973,9 +1972,6 @@ static int advk_pcie_remove(struct platform_device = *pdev) > advk_writel(pcie, PCIE_ISR1_ALL_MASK, PCIE_ISR1_REG); > advk_writel(pcie, PCIE_IRQ_ALL_MASK, HOST_CTRL_INT_STATUS_REG); > = > - /* Remove IRQ handler */ > - irq_set_chained_handler_and_data(pcie->irq, NULL, NULL); > - > /* Remove IRQ domains */ > advk_pcie_remove_rp_irq_domain(pcie); > advk_pcie_remove_msi_irq_domain(pcie); > -- = > 2.20.1 > = > = > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel