Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757493AbdLUCNd (ORCPT ); Wed, 20 Dec 2017 21:13:33 -0500 Received: from mailgw02.mediatek.com ([210.61.82.184]:8206 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755928AbdLUCNa (ORCPT ); Wed, 20 Dec 2017 21:13:30 -0500 X-UUID: d2c49a15a88f48be87f99c9e2128fa04-20171221 Message-ID: <1513822403.25872.3.camel@mhfsdcap03> Subject: Re: [PATCH v2 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code From: Honghui Zhang To: CC: , , , , , , , , , , , , , , , , , , , , , , , , , , Date: Thu, 21 Dec 2017 10:13:23 +0800 In-Reply-To: <1513822130-18213-1-git-send-email-honghui.zhang@mediatek.com> References: <1513822130-18213-1-git-send-email-honghui.zhang@mediatek.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 777 Lines: 24 On Thu, 2017-12-21 at 10:08 +0800, honghui.zhang@mediatek.com wrote: > From: Honghui Zhang > > Two fixups for mediatek's host bridge: > The first patch fixup the IRQ handle routine to avoid IRQ reentry which > may exist for both MT2712 and MT7622. > The second patch fixup class type for MT7622. > Sorry about the noise, to the wrong mail group, please ignore this. thanks. > Change Since v1: > - Add the second patch. > - Make the first patch's commit message more standard. > > Honghui Zhang (2): > PCI: mediatek: Clear IRQ status after IRQ dispatched to avoid reentry > PCI: mediatek: Fixup class type for MT7622 > > drivers/pci/host/pcie-mediatek.c | 20 ++++++++++++++++---- > 1 file changed, 16 insertions(+), 4 deletions(-) >