Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752741AbdLULjA (ORCPT ); Thu, 21 Dec 2017 06:39:00 -0500 Received: from mailgw01.mediatek.com ([210.61.82.183]:57479 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751699AbdLULi5 (ORCPT ); Thu, 21 Dec 2017 06:38:57 -0500 X-UUID: e3b7196ada044f8bb4828f5e167e060f-20171221 From: To: , , , , , , , , , , CC: , , , , , , Subject: [PATCH v3 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code Date: Thu, 21 Dec 2017 19:38:43 +0800 Message-ID: <1513856325-28813-1-git-send-email-honghui.zhang@mediatek.com> X-Mailer: git-send-email 2.6.4 MIME-Version: 1.0 Content-Type: text/plain X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 725 Lines: 24 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. Change since v2: - Move the initialize of the iterate before the loop to fix an INTx IRQ issue in the first patch 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 | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) -- 2.6.4