All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/6] TrimSlice backports for linux-tegra-2.6.36
@ 2011-03-29  8:06 Mike Rapoport
       [not found] ` <cover.1301385131.git.mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Mike Rapoport @ 2011-03-29  8:06 UTC (permalink / raw)
  To: Colin Cross
  Cc: Erik Gilling, Olof Johansson, linux-tegra-u79uwXL29TY76Z2rM5mHXA,
	Mike Rapoport

Hi Colin,

Please consider pulling TrimSlice patches backported to
linux-tegra-2.6.36.

The first patch in the series allows ioremapping of PCI space when
CONFIG_PCI=y.
The rest is the TrimSlice patches merged into the mainline, some of
them were squashed into single commit to reduce the noise.

The following changes since commit d3c9f78e7ec505076ddad2aefaeef5e8c20a4823:

  serial: tegra_hsuart: Make sure current byte rx complete in suspend (2011-03-22 11:40:08 -0700)

are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux-tegra.git trimslice/linux-tegra-2.6.36

Mike Rapoport (6):
      ARM: tegra: allow ioremap for PCI space
      ARM: update mach-types
      tegra: add PCI Express clocks
      tegra: add PCI Express support
      ARM: tegra: add TrimSlice machine
      ARM: tegra: trimslice: enable MMC/SD slots

 arch/arm/mach-tegra/Kconfig                  |   10 +
 arch/arm/mach-tegra/Makefile                 |    4 +
 arch/arm/mach-tegra/board-trimslice-pinmux.c |  150 ++++
 arch/arm/mach-tegra/board-trimslice.c        |  131 ++++
 arch/arm/mach-tegra/board-trimslice.h        |   25 +
 arch/arm/mach-tegra/board.h                  |    1 +
 arch/arm/mach-tegra/include/mach/hardware.h  |    4 +
 arch/arm/mach-tegra/include/mach/io.h        |   10 +
 arch/arm/mach-tegra/io.c                     |   17 +-
 arch/arm/mach-tegra/pcie.c                   |  933 ++++++++++++++++++++++++++
 arch/arm/mach-tegra/tegra2_clocks.c          |   49 ++
 arch/arm/tools/mach-types                    |  284 ++++++++-
 12 files changed, 1610 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/mach-tegra/board-trimslice-pinmux.c
 create mode 100644 arch/arm/mach-tegra/board-trimslice.c
 create mode 100644 arch/arm/mach-tegra/board-trimslice.h
 create mode 100644 arch/arm/mach-tegra/pcie.c

-- 
1.7.3.1

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

end of thread, other threads:[~2011-03-29  8:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29  8:06 [GIT PULL 0/6] TrimSlice backports for linux-tegra-2.6.36 Mike Rapoport
     [not found] ` <cover.1301385131.git.mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
2011-03-29  8:06   ` [GIT PULL 1/6] ARM: tegra: allow ioremap for PCI space Mike Rapoport
2011-03-29  8:06   ` [GIT PULL 2/6] ARM: update mach-types Mike Rapoport
2011-03-29  8:06   ` [GIT PULL 3/6] tegra: add PCI Express clocks Mike Rapoport
2011-03-29  8:06   ` [GIT PULL 5/6] ARM: tegra: add TrimSlice machine Mike Rapoport
2011-03-29  8:06   ` [GIT PULL 6/6] ARM: tegra: trimslice: enable MMC/SD slots Mike Rapoport
2011-03-29  8:08   ` [GIT PULL 4/6] tegra: add PCI Express support Mike Rapoport

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.