From: Sean Cross <xobs@kosagi.com>
To: devicetree@vger.kernel.org, linux-pci@vger.kernel.org,
linux-arm-kernel@lists.infradead.org
Cc: Sascha Hauer <s.hauer@pengutronix.de>, Sean Cross <xobs@kosagi.com>
Subject: [PATCH v3 0/3] Add PCIe support for i.MX6q
Date: Thu, 12 Sep 2013 04:03:28 +0000 [thread overview]
Message-ID: <1378958611-4274-1-git-send-email-xobs@kosagi.com> (raw)
This patchset adds support for the PCI Express port present on
the i.MX6 SoC. The port is based on Synopsis Designware IP with
a custom PHY.
Changes since v2:
- Reworked source file with Sascha Hauer's suggestions
Changes since v1:
- Use the Designware controller code for BAR initialization
Sean Cross (3):
ARM: imx: Add LVDS general-purpose clocks to i.MX6Q
ARM: imx6q: Add PCIe bits to GPR syscon definition
PCI: imx6: Add support for i.MX6 PCIe controller
.../devicetree/bindings/clock/imx6q-clock.txt | 4 +
.../devicetree/bindings/pci/designware-pcie.txt | 5 +
arch/arm/boot/dts/imx6qdl.dtsi | 18 +
arch/arm/mach-imx/Kconfig | 2 +
arch/arm/mach-imx/clk-imx6q.c | 21 +-
drivers/pci/host/Kconfig | 6 +
drivers/pci/host/Makefile | 1 +
drivers/pci/host/pci-imx6.c | 549 ++++++++++++++++++++
include/linux/mfd/syscon/imx6q-iomuxc-gpr.h | 8 +
9 files changed, 613 insertions(+), 1 deletion(-)
create mode 100644 drivers/pci/host/pci-imx6.c
--
1.7.9.5
next reply other threads:[~2013-09-12 4:03 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-12 4:03 Sean Cross [this message]
2013-09-12 4:03 ` [PATCH v3 1/3] ARM: imx: Add LVDS general-purpose clocks to i.MX6Q Sean Cross
2013-09-12 4:03 ` [PATCH v3 2/3] ARM: imx6q: Add PCIe bits to GPR syscon definition Sean Cross
2013-09-12 4:03 ` [PATCH v3 3/3] PCI: imx6: Add support for i.MX6 PCIe controller Sean Cross
2013-09-12 6:28 ` Sascha Hauer
2013-09-12 6:44 ` Sean Cross
2013-09-12 7:01 ` Sascha Hauer
2013-09-12 7:11 ` Sean Cross
2013-09-12 10:41 ` Sascha Hauer
2013-09-12 6:35 ` Zhu Richard-R65037
2013-09-12 6:55 ` Sean Cross
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=1378958611-4274-1-git-send-email-xobs@kosagi.com \
--to=xobs@kosagi.com \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pci@vger.kernel.org \
--cc=s.hauer@pengutronix.de \
/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).