Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1693348

[PATCH 0/5] PCI: MediaTek: Add support for new generation host controller

From <honghui.zhang@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] PCI: MediaTek: Add support for new generation host controller
Date 2017-07-21 04:40 +0200
Message-ID <u5w1b-7nv-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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.

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

 ...{mediatek,mt7623-pcie.txt => mediatek-pcie.txt} | 113 +++-
 drivers/pci/host/Kconfig                           |   5 +-
 drivers/pci/host/pcie-mediatek.c                   | 578 +++++++++++++++++++--
 3 files changed, 629 insertions(+), 67 deletions(-)
 rename Documentation/devicetree/bindings/pci/{mediatek,mt7623-pcie.txt => mediatek-pcie.txt} (59%)

-- 
2.6.4

Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] PCI: MediaTek: Add support for new generation host controller <honghui.zhang@mediatek.com> - 2017-07-21 04:40 +0200
  [PATCH 3/5] dt-bindings: PCI: rename and cleanup MediaTek binding text <honghui.zhang@mediatek.com> - 2017-07-21 04:40 +0200
  [PATCH 1/5] PCI: mediatek: Add a structure to abstract the controller generations <honghui.zhang@mediatek.com> - 2017-07-21 04:40 +0200
  [PATCH 2/5] PCI: mediatek: switch to use platform_get_resource_byname() <honghui.zhang@mediatek.com> - 2017-07-21 04:40 +0200

csiph-web