Re: [PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled

2018-09-26 Thread Honghui Zhang
On Fri, 2018-09-21 at 17:46 +0100, Lorenzo Pieralisi wrote: > On Mon, Sep 10, 2018 at 05:50:21PM +0800, honghui.zh...@mediatek.com wrote: > > From: Honghui Zhang > > > > The clocks was not enabled when enable MSI. This patch fix this > > issue by calling mtk_pcie_enable_msi in

Re: [PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled

2018-09-26 Thread Honghui Zhang
On Fri, 2018-09-21 at 17:46 +0100, Lorenzo Pieralisi wrote: > On Mon, Sep 10, 2018 at 05:50:21PM +0800, honghui.zh...@mediatek.com wrote: > > From: Honghui Zhang > > > > The clocks was not enabled when enable MSI. This patch fix this > > issue by calling mtk_pcie_enable_msi in

Re: [PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled

2018-09-21 Thread Lorenzo Pieralisi
On Mon, Sep 10, 2018 at 05:50:21PM +0800, honghui.zh...@mediatek.com wrote: > From: Honghui Zhang > > The clocks was not enabled when enable MSI. This patch fix this > issue by calling mtk_pcie_enable_msi in mtk_pcie_startup_port_v2 > since the clock was all enabled at that time. > > The

Re: [PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled

2018-09-21 Thread Lorenzo Pieralisi
On Mon, Sep 10, 2018 at 05:50:21PM +0800, honghui.zh...@mediatek.com wrote: > From: Honghui Zhang > > The clocks was not enabled when enable MSI. This patch fix this > issue by calling mtk_pcie_enable_msi in mtk_pcie_startup_port_v2 > since the clock was all enabled at that time. > > The

[PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled

2018-09-10 Thread honghui.zhang
From: Honghui Zhang The clocks was not enabled when enable MSI. This patch fix this issue by calling mtk_pcie_enable_msi in mtk_pcie_startup_port_v2 since the clock was all enabled at that time. The function of mtk_pcie_startup_port_v2's define location is re-arranged to avoid

[PATCH v4 2/4] PCI: mediatek: enable msi after clock enabled

2018-09-10 Thread honghui.zhang
From: Honghui Zhang The clocks was not enabled when enable MSI. This patch fix this issue by calling mtk_pcie_enable_msi in mtk_pcie_startup_port_v2 since the clock was all enabled at that time. The function of mtk_pcie_startup_port_v2's define location is re-arranged to avoid