From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out002.kontent.com ([81.88.40.216]:38315 "EHLO smtp-out002.kontent.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751685Ab3LLT37 (ORCPT ); Thu, 12 Dec 2013 14:29:59 -0500 Message-ID: <52AA0EB2.2070701@arkona-technologies.de> Date: Thu, 12 Dec 2013 20:29:54 +0100 From: Matthias Mann MIME-Version: 1.0 To: Harro Haan , Mohit Kumar , Jingoo Han CC: Marek Vasut , Pratyush Anand , Arnd Bergmann , Siva Reddy Kallam , Richard Zhu , linux-pci@vger.kernel.org, Tim Harvey , Srikanth T Shivanand , Bjorn Helgaas , Sean Cross , Shawn Guo , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] pci: designware: fix missing msi irqs References: <20131212182903.409515738@gmail.com> In-Reply-To: <20131212182903.409515738@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Sender: linux-pci-owner@vger.kernel.org List-ID: Am 12.12.2013 19:29, schrieb Harro Haan: > 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. I discovered the same issue today. I'll test that patch tomorrow. From mboxrd@z Thu Jan 1 00:00:00 1970 From: m.mann@arkona-technologies.de (Matthias Mann) Date: Thu, 12 Dec 2013 20:29:54 +0100 Subject: [PATCH] pci: designware: fix missing msi irqs In-Reply-To: <20131212182903.409515738@gmail.com> References: <20131212182903.409515738@gmail.com> Message-ID: <52AA0EB2.2070701@arkona-technologies.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Am 12.12.2013 19:29, schrieb Harro Haan: > 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. I discovered the same issue today. I'll test that patch tomorrow.