All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] [ARM] tegra: PCI Express support
@ 2010-09-27  9:26 Mike Rapoport
  2010-09-27  9:26 ` [PATCH v3 1/3] [ARM] tegra: add PCI Express clocks Mike Rapoport
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mike Rapoport @ 2010-09-27  9:26 UTC (permalink / raw)
  To: linux-arm-kernel

These patches enable PCI Express support on Tegra2.
The implementation is based on original NVidia code from (1), but it
is heavily reworked to avoid custom PCI enumeration and make the code
more Linux friendly.

This implementation assumes that the PCIe subsystem is fully powered
and ungated by the bootloader.

[1] git://nv-tegra.nvidia.com/linux-2.6.git

v3 changes:
   * Fix spelling: s/_OFSET/_OFFSET/
   * Make Harmony PCIe initialization multi-platform friendly
v2 changes:
   * Update PCIe clocks implementation as per Colin and Gary suggestions
   * Update I/O space access as suggested by Arnd and Russell.
   * Remove debug leftovers and unify error reporting

The following changes since commit b30a3f6257ed2105259b404d419b4964e363928c:
  Linus Torvalds (1):
        Linux 2.6.36-rc5

Mike Rapoport (3):
  [ARM] tegra: add PCI Express clocks
  [ARM] tegra: add PCI Express support
  [ARM] tegra: harmony: enable PCI Express

 arch/arm/mach-tegra/Kconfig                 |    4 +
 arch/arm/mach-tegra/Makefile                |    2 +
 arch/arm/mach-tegra/board-harmony-pcie.c    |   57 ++
 arch/arm/mach-tegra/board.h                 |    1 +
 arch/arm/mach-tegra/include/mach/hardware.h |    4 +
 arch/arm/mach-tegra/include/mach/io.h       |   12 +-
 arch/arm/mach-tegra/pcie.c                  |  915 +++++++++++++++++++++++++++
 arch/arm/mach-tegra/tegra2_clocks.c         |   46 ++
 8 files changed, 1040 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-tegra/board-harmony-pcie.c
 create mode 100644 arch/arm/mach-tegra/pcie.c

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

end of thread, other threads:[~2010-09-30 18:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-27  9:26 [PATCH v3 0/3] [ARM] tegra: PCI Express support Mike Rapoport
2010-09-27  9:26 ` [PATCH v3 1/3] [ARM] tegra: add PCI Express clocks Mike Rapoport
2010-09-30  4:34   ` Colin Cross
2010-09-27  9:26 ` [PATCH v3 2/3] [ARM] tegra: add PCI Express support Mike Rapoport
2010-09-30  4:36   ` Colin Cross
2010-09-30 18:51     ` Colin Cross
2010-09-27  9:26 ` [PATCH v3 3/3] [ARM] tegra: harmony: enable PCI Express Mike Rapoport
2010-09-30  4:37   ` Colin Cross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.