[PATCH] pci: designware: fix missing msi irqs
From: bhelgaas@google.com (Bjorn Helgaas)
Date: 2013-12-20 16:09:20
Also in:
linux-pci
On Thu, Dec 19, 2013 at 7:41 PM, Jingoo Han [off-list ref] wrote:
On Monday, December 16, 2013 3:49 PM, Mohit KUMAR DCG wrote:quoted
On Monday, December 16, 2013 6:24 AM, Jingoo Han wrote:quoted
On Friday, December 13, 2013 3:29 AM, Harro Haan wrote:quoted
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 <redacted> Cc: Mohit Kumar <redacted> Cc: Jingoo Han <redacted> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Marek Vasut <marex@denx.de> Cc: Richard Zhu <redacted> Cc: Shawn Guo <redacted> Cc: Pratyush Anand <redacted> Cc: Tim Harvey <tharvey@gateworks.com> Cc: Juergen Beisert <redacted> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Siva Reddy Kallam <redacted> Cc: Srikanth T Shivanand <redacted> Cc: Sean Cross <redacted> Cc: linux-pci at vger.kernel.org Cc: linux-arm-kernel at lists.infradead.orgAcked-by: Jingoo Han <redacted> 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 <redacted>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 <marex@denx.de> Tested-by: Matthias Mann <redacted> Acked-by: Jingoo Han <redacted> Acked-by: Mohit Kumar <redacted>
Applied to pci/host-designware for v3.14, thanks for the reminder! Bjorn