From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout3.samsung.com ([203.254.224.33]:9536 "EHLO mailout3.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755938Ab3LTCmD (ORCPT ); Thu, 19 Dec 2013 21:42:03 -0500 Received: from epcpsbgr3.samsung.com (u143.gpu120.samsung.co.kr [203.254.230.143]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MY300BE13HW5820@mailout3.samsung.com> for linux-pci@vger.kernel.org; Fri, 20 Dec 2013 11:41:57 +0900 (KST) From: Jingoo Han To: 'Bjorn Helgaas' Cc: 'Mohit KUMAR DCG' , 'Harro Haan' , 'Marek Vasut' , 'Richard Zhu' , 'Shawn Guo' , 'Pratyush ANAND' , 'Tim Harvey' , 'Juergen Beisert' , 'Arnd Bergmann' , 'Siva Reddy Kallam' , 'Srikanth T Shivanand' , 'Sean Cross' , linux-pci@vger.kernel.org, linux-arm-kernel@lists.infradead.org, 'Jingoo Han' References: <20131212182903.409515738@gmail.com> <005b01cef9f9$52022bd0$f6068370$%han@samsung.com> <2CC2A0A4A178534D93D5159BF3BCB66189F95F6A22@EAPEX1MAIL1.st.com> In-reply-to: <2CC2A0A4A178534D93D5159BF3BCB66189F95F6A22@EAPEX1MAIL1.st.com> Subject: Re: [PATCH] pci: designware: fix missing msi irqs Date: Fri, 20 Dec 2013 11:41:56 +0900 Message-id: <003201cefd2d$0c7cbc60$25763520$%han@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Sender: linux-pci-owner@vger.kernel.org List-ID: On Monday, December 16, 2013 3:49 PM, Mohit KUMAR DCG wrote: > On Monday, December 16, 2013 6:24 AM, Jingoo Han wrote: > > On Friday, December 13, 2013 3:29 AM, Harro Haan wrote: > > > > > > The interrupts were cleared after the irq handler was called. > > > This means that new interrupts that occur after the handler handled > > > the previous irq but before the interrupt is cleared will be missed. > > > > > > Signed-off-by: Harro Haan > > > Cc: Mohit Kumar > > > Cc: Jingoo Han > > > Cc: Bjorn Helgaas > > > Cc: Marek Vasut > > > Cc: Richard Zhu > > > Cc: Shawn Guo > > > Cc: Pratyush Anand > > > Cc: Tim Harvey > > > Cc: Juergen Beisert > > > Cc: Arnd Bergmann > > > Cc: Siva Reddy Kallam > > > Cc: Srikanth T Shivanand > > > Cc: Sean Cross > > > Cc: linux-pci@vger.kernel.org > > > Cc: linux-arm-kernel@lists.infradead.org > > > > Acked-by: Jingoo Han > > > > I was not able to reproduce the problem, however it looks good. Also, there > > is no side effect on Exynos platform. > > > > Mohit, > > If you have some comments, please let us know. > > - Quickly tested on SPEAr1310, working fine without any side effect. So is, > Acked-by: Mohit Kumar Hi Bjorn Helgaas, Would you apply this patch to your 'pci/host-designware' branch with the following Tested-by and Acked-by? Tested-by: Marek Vasut Tested-by: Matthias Mann Acked-by: Jingoo Han Acked-by: Mohit Kumar > .. > > > > > --- > > > drivers/pci/host/pcie-designware.c | 4 +++- > > > 1 file changed, 3 insertions(+), 1 deletion(-)