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 44D53C433FE for ; Thu, 6 Oct 2022 16:08:01 +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=G19YnYPFXggOg2oitIY2wydpePRBMMACb5BLLzoqQno=; b=xxX2GGggn2mk56 +66T9AQglRnuRZ+1oOTAiFZIpdtVTXKt62xyUX8djHVECkeOpdHCEY9VtAbSCH5c1wqto+Q6Z9kPp v8dZMQW+/cWTpfpQbm0eOAzxVh4ULS8VM8zGc7Mxgpc6fpCjG35gicEHieLdjlM64WGVFmpQACpYx I83gZxzX5JvjVFJLkyqkODwQutzE+znfWeEFrg/Qa74mv3teu3/eZcOyX+Yp1PeXW3f/xB5rAmelZ 57Gr8E6lhVzY1NwkfKzGY5HyxCwn3qNmDRbUJXSNLvHR4NW0XXpYSdUDjbD9IkbT7v+zF8mQaRJUG EPSUoBsVuz31Ei2B9JfA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ogTOs-003fKi-K1; Thu, 06 Oct 2022 16:07:06 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ogTOp-003fI5-R8 for linux-arm-kernel@lists.infradead.org; Thu, 06 Oct 2022 16:07:05 +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 sin.source.kernel.org (Postfix) with ESMTPS id 0462FCE13BE; Thu, 6 Oct 2022 16:07:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F5EAC433C1; Thu, 6 Oct 2022 16:06:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1665072418; bh=GGru+8sbJMjinEq83pAZv/oY3nAPx/Kxa/Uh35InZ60=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=K9P4bCWhaT/BOtpZlOMk30/5KsskSUIZ1Lwbfbmc23LQvk7iT03JBUkeaBHpAgnsf EWBwyvWTA7HGQRiQCHwjgw5WW+lYOMRIzJjSZDNrNqikFBtedXJztDCEMDNQTZ5b13 7JVcJ68Jjl0ntZCsOCvuasXXOZTtSoXX10dIpoWT1MJZN7pwS7tPA39PK5mKrfFas1 fUE82sZiyVgcBVMO22WCku2M6OfDwO+ij3kPIS5kcJTfF2QoOehyO59reKEGargJxp YWoVgtsqA4or4QP61YmdspmepAokfSA67Dxu3x2d5YOCbCStbafmQ0gNXLoKDwr7Vq 5sBXaqdYP454g== Date: Thu, 6 Oct 2022 11:06:56 -0500 From: Bjorn Helgaas To: Vadym Kochan Cc: Thomas Petazzoni , Lorenzo Pieralisi , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Elad Nachman , Yuval Shaia Subject: Re: [PATCH 2/2] PCI: armada8k: Add MSI support for AC5 SoC Message-ID: <20221006160656.GA2469901@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221006111110.8574-3-vadym.kochan@plvision.eu> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221006_090704_064831_E5D4BC32 X-CRM114-Status: UNSURE ( 8.78 ) 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: , 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 On Thu, Oct 06, 2022 at 02:11:10PM +0300, Vadym Kochan wrote: > From: Yuval Shaia > > AC5 requieres different handling for MSI as with armada8k. > Fix it by: > 1. Enabling the relevant bits in init phase > 2. Dispatch virtual IRQ handlers when MSI interrupts are received s/requieres/requires/ _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel