From: honghui.zhang@mediatek.com (honghui.zhang at mediatek.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/5] PCI: MediaTek: Add support for new generation host controller
Date: Thu, 27 Jul 2017 10:58:34 +0800 [thread overview]
Message-ID: <cover.1501122135.git.honghui.zhang@mediatek.com> (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.
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
next reply other threads:[~2017-07-27 2:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-27 2:58 honghui.zhang at mediatek.com [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1501122135.git.honghui.zhang@mediatek.com \
--to=honghui.zhang@mediatek.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).