linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/5] PCI: MediaTek: Add support for new generation host controller
@ 2017-07-27  2:58 honghui.zhang at mediatek.com
  2017-07-27  2:58 ` [PATCH v2 1/5] PCI: mediatek: Add a structure to abstract the controller generations honghui.zhang at mediatek.com
                   ` (4 more replies)
  0 siblings, 5 replies; 24+ messages in thread
From: honghui.zhang at mediatek.com @ 2017-07-27  2:58 UTC (permalink / raw)
  To: linux-arm-kernel

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

MediaTek's PCIe host controller has two generation HWs, the new
generation HW has two root ports, it shares most probing flow with the
legacy controller. But the read/write config space logical is different
from the lagacy controller.
This patchset abstract the common probing flow, and add support for the
new generation controller.

Changes since v1:
 - Fix build warnings in arm arch.
 - Using SoC specific compatible instead of generic compatible.
 - Add devicetree binding example for mt7622.
 - Unified the register define names with PCIE_ prefix.
 - Cleanup some un-necessary condition determine when starup port.
 - minor code cleanups.

Ryder Lee (5):
  PCI: mediatek: Add a structure to abstract the controller generations
  PCI: mediatek: switch to use platform_get_resource_byname()
  dt-bindings: PCI: rename and cleanup MediaTek binding text
  PCI: mediatek: Add new generation controller support
  dt-bindings: PCI: add support for new generation controller

 .../bindings/pci/mediatek,mt7623-pcie.txt          | 130 -----
 .../devicetree/bindings/pci/mediatek-pcie.txt      | 283 ++++++++++
 drivers/pci/host/Kconfig                           |   5 +-
 drivers/pci/host/pcie-mediatek.c                   | 588 +++++++++++++++++++--
 4 files changed, 829 insertions(+), 177 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/pci/mediatek,mt7623-pcie.txt
 create mode 100644 Documentation/devicetree/bindings/pci/mediatek-pcie.txt

-- 
2.6.4

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

end of thread, other threads:[~2017-08-09 16:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-27  2:58 [PATCH v2 0/5] PCI: MediaTek: Add support for new generation host controller honghui.zhang at mediatek.com
2017-07-27  2:58 ` [PATCH v2 1/5] PCI: mediatek: Add a structure to abstract the controller generations honghui.zhang at mediatek.com
2017-07-27  3:19   ` Honghui Zhang
2017-07-27  3:28     ` Honghui Zhang
2017-08-03 22:15   ` Bjorn Helgaas
2017-07-27  2:58 ` [PATCH v2 2/5] PCI: mediatek: switch to use platform_get_resource_byname() honghui.zhang at mediatek.com
2017-07-27  2:58 ` [PATCH v2 3/5] dt-bindings: PCI: rename and cleanup MediaTek binding text honghui.zhang at mediatek.com
2017-08-03 19:10   ` Rob Herring
2017-08-03 22:17   ` Bjorn Helgaas
2017-07-27  2:58 ` [PATCH v2 4/5] PCI: mediatek: Add new generation controller support honghui.zhang at mediatek.com
2017-08-03 22:42   ` Bjorn Helgaas
2017-08-04  8:39     ` Honghui Zhang
2017-08-04 13:18       ` Bjorn Helgaas
2017-08-05  4:52         ` Ryder Lee
2017-08-05  6:16           ` Ryder Lee
2017-08-07  3:40             ` Honghui Zhang
2017-08-08 20:16           ` Bjorn Helgaas
2017-08-08 20:19         ` Bjorn Helgaas
2017-08-09  6:49           ` Honghui Zhang
2017-08-09 16:43             ` Paul Burton
2017-07-27  2:58 ` [PATCH v2 5/5] dt-bindings: PCI: add support for new generation controller honghui.zhang at mediatek.com
2017-07-27  3:31   ` Honghui Zhang
2017-07-27  3:38   ` Honghui Zhang
2017-08-03 22:45   ` Bjorn Helgaas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).