All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
@ 2018-06-27  9:21 ` honghui.zhang
  0 siblings, 0 replies; 50+ messages in thread
From: honghui.zhang @ 2018-06-27  9:21 UTC (permalink / raw)
  To: lorenzo.pieralisi, marc.zyngier, bhelgaas, matthias.bgg,
	linux-arm-kernel, linux-mediatek, linux-pci, linux-kernel,
	devicetree, yingjoe.chen, eddie.huang, ryder.lee
  Cc: honghui.zhang, hongkun.cao, youlin.pei, yong.wu, yt.shen, sean.wang

From: Honghui Zhang <honghui.zhang@mediatek.com>

This patchset includes misc patchs:

The first patch fixup the mtk_pcie_find_port logical which will cause system
could not touch the EP's configuration space which was connected to PCIe slot 1.

The second patch fixup the enable msi logical, the operation to enable msi
should be after system clock is enabled. The function of mtk_pcie_startup_port_v2's
define location is re-arranged to avoid mtk_pcie_enable_msi's forward declaration.
And call mtk_pcie_enable_msi in mtk_pcie_startup_port_v2 since the clock was all
enabled at that time.

The third patch was rebased and refactor of the v4 patch[1], changes are:
 -Add PM support for MT7622.
 -Using mtk_pcie_enable_port to re-establish the link when resumed.
 -Rebase on the previous two patches.

The fourth patch add loadable kernel module support.

Those patches was already reviewed-by Ryder Lee <ryder.lee@mediatek.com> so
I just add the Reviewed-by tags in those patches.

[1] https://patchwork.kernel.org/patch/10479079

Honghui Zhang (4):
  PCI: mediatek: fixup mtk_pcie_find_port logical
  PCI: mediatek: enable msi after clock enabled
  PCI: mediatek: Add system pm support for MT2712 and MT7622
  PCI: mediatek: Add loadable kernel module support

 drivers/pci/controller/Kconfig         |   2 +-
 drivers/pci/controller/pcie-mediatek.c | 291 ++++++++++++++++++++++++---------
 2 files changed, 215 insertions(+), 78 deletions(-)

-- 
2.6.4


^ permalink raw reply	[flat|nested] 50+ messages in thread

end of thread, other threads:[~2018-06-29  7:52 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-27  9:21 [PATCH 0/4] PCI: mediatek: fixup find_port, enable_msi and add pm, module support honghui.zhang
2018-06-27  9:21 ` honghui.zhang at mediatek.com
2018-06-27  9:21 ` honghui.zhang
2018-06-27  9:21 ` honghui.zhang
2018-06-27  9:21 ` [PATCH 1/4] PCI: mediatek: fixup mtk_pcie_find_port logical honghui.zhang
2018-06-27  9:21   ` honghui.zhang at mediatek.com
2018-06-27  9:21   ` honghui.zhang
2018-06-27  9:21   ` honghui.zhang
2018-06-27 16:35   ` Andy Shevchenko
2018-06-27 16:35     ` Andy Shevchenko
2018-06-27 16:35     ` Andy Shevchenko
2018-06-27 16:35     ` Andy Shevchenko
2018-06-28  1:12     ` Honghui Zhang
2018-06-28  1:12       ` Honghui Zhang
2018-06-28  1:12       ` Honghui Zhang
2018-06-28  1:12       ` Honghui Zhang
2018-06-28 13:07   ` Bjorn Helgaas
2018-06-28 13:07     ` Bjorn Helgaas
2018-06-28 13:07     ` Bjorn Helgaas
2018-06-29  7:51     ` Honghui Zhang
2018-06-29  7:51       ` Honghui Zhang
2018-06-29  7:51       ` Honghui Zhang
2018-06-27  9:21 ` [PATCH 2/4] PCI: mediatek: enable msi after clock enabled honghui.zhang
2018-06-27  9:21   ` honghui.zhang at mediatek.com
2018-06-27  9:21   ` honghui.zhang
2018-06-27  9:21   ` honghui.zhang
2018-06-27  9:21 ` [PATCH 3/4] PCI: mediatek: Add system pm support for MT2712 and MT7622 honghui.zhang
2018-06-27  9:21   ` honghui.zhang at mediatek.com
2018-06-27  9:21   ` honghui.zhang
2018-06-27  9:21   ` honghui.zhang
2018-06-27 16:45   ` Andy Shevchenko
2018-06-27 16:45     ` Andy Shevchenko
2018-06-27 16:45     ` Andy Shevchenko
2018-06-27 16:45     ` Andy Shevchenko
2018-06-28  1:44     ` Honghui Zhang
2018-06-28  1:44       ` Honghui Zhang
2018-06-28  1:44       ` Honghui Zhang
2018-06-28  1:44       ` Honghui Zhang
2018-06-27  9:21 ` [PATCH 4/4] PCI: mediatek: Add loadable kernel module support honghui.zhang
2018-06-27  9:21   ` honghui.zhang at mediatek.com
2018-06-27  9:21   ` honghui.zhang
2018-06-27  9:21   ` honghui.zhang
2018-06-27 16:39   ` Andy Shevchenko
2018-06-27 16:39     ` Andy Shevchenko
2018-06-27 16:39     ` Andy Shevchenko
2018-06-27 16:39     ` Andy Shevchenko
2018-06-28  1:17     ` Honghui Zhang
2018-06-28  1:17       ` Honghui Zhang
2018-06-28  1:17       ` Honghui Zhang
2018-06-28  1:17       ` Honghui Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.