[PATCH v3 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code

2017-12-21 Thread honghui.zhang
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

[PATCH v3 0/2] PCI: mediatek: Fixups for the IRQ handle routine and MT7622's class code

2017-12-21 Thread honghui.zhang
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