mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* i.MX6 PCI support
@ 2015-03-17  6:38 Sascha Hauer
  2015-03-17  6:38 ` [PATCH 1/7] pci: Use standard pr_debug Sascha Hauer
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Sascha Hauer @ 2015-03-17  6:38 UTC (permalink / raw)
  To: Barebox List

The following series adds PCIe support for i.MX6. Some PCI cleanup
patches are needed, then the designware PCIe driver from the kernel,
the i.MX6 PCIe driver, also from the kernel and finally the needed
clocks for the PCIe controller.

Sascha

----------------------------------------------------------------
Sascha Hauer (7):
      pci: Use standard pr_debug
      pci: fix copy-paste bug
      pci: pci_regs.h: Sync with Linux
      pci: Add pcie-designware driver
      ARM: i.MX: Add imx_clk_gate_exclusive
      ARM: i.MX6: Add PCI clocks
      pci: Add i.MX6 pcie support

 arch/arm/mach-imx/Kconfig              |   1 +
 arch/arm/mach-imx/Makefile             |   2 +-
 arch/arm/mach-imx/clk-gate-exclusive.c | 103 +++++
 arch/arm/mach-imx/clk-imx6.c           |  29 ++
 arch/arm/mach-imx/clk.h                |   3 +
 drivers/pci/Kconfig                    |  10 +
 drivers/pci/Makefile                   |   2 +
 drivers/pci/pci-imx6.c                 | 612 ++++++++++++++++++++++++++
 drivers/pci/pci.c                      |  36 +-
 drivers/pci/pcie-designware.c          | 564 ++++++++++++++++++++++++
 drivers/pci/pcie-designware.h          |  71 +++
 include/linux/pci_regs.h               | 769 +++++++++++++++++++++++++++++++++
 include/mfd/imx6q-iomuxc-gpr.h         |   8 +
 13 files changed, 2189 insertions(+), 21 deletions(-)
 create mode 100644 arch/arm/mach-imx/clk-gate-exclusive.c
 create mode 100644 drivers/pci/pci-imx6.c
 create mode 100644 drivers/pci/pcie-designware.c
 create mode 100644 drivers/pci/pcie-designware.h

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2015-03-18  9:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17  6:38 i.MX6 PCI support Sascha Hauer
2015-03-17  6:38 ` [PATCH 1/7] pci: Use standard pr_debug Sascha Hauer
2015-03-18  9:08   ` Jean-Christophe PLAGNIOL-VILLARD
2015-03-17  6:38 ` [PATCH 2/7] pci: fix copy-paste bug Sascha Hauer
2015-03-17  6:38 ` [PATCH 3/7] pci: pci_regs.h: Sync with Linux Sascha Hauer
2015-03-17  6:38 ` [PATCH 4/7] pci: Add pcie-designware driver Sascha Hauer
2015-03-17  6:38 ` [PATCH 5/7] ARM: i.MX: Add imx_clk_gate_exclusive Sascha Hauer
2015-03-17  6:38 ` [PATCH 6/7] ARM: i.MX6: Add PCI clocks Sascha Hauer
2015-03-17  6:38 ` [PATCH 7/7] pci: Add i.MX6 pcie support Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox