From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH V2] spmi: pmic-arb: Move the ownership check to irq_chip callback Date: Wed, 30 Aug 2017 14:03:30 -0700 Message-ID: <20170830210330.GT21656@codeaurora.org> References: <1503492387-6226-1-git-send-email-kgunda@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1503492387-6226-1-git-send-email-kgunda@codeaurora.org> Sender: linux-kernel-owner@vger.kernel.org To: Kiran Gunda Cc: gregkh@linuxfoundation.org, Abhijeet Dharmapurikar , David Collins , linux-kernel@vger.kernel.org, shawnguo@kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On 08/23, Kiran Gunda wrote: > Check the irq ownership in the irq_request_resources callback > instead of checking it during the irq mapping. This can prevent > installing the flow handler for the interrupt that is not owned by the EE > and allow the irq translation during the gpio driver probe. > > Signed-off-by: Kiran Gunda > --- Reviewed-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project