From: Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
To: Colin Cross <ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>
Cc: Erik Gilling <konkers-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org>,
Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Mike Rapoport <mike-UTxiZqZC01RS1MOuV/RT9w@public.gmane.org>
Subject: [GIT PULL 0/6] TrimSlice backports for linux-tegra-2.6.36
Date: Tue, 29 Mar 2011 10:06:34 +0200 [thread overview]
Message-ID: <cover.1301385131.git.mike@compulab.co.il> (raw)
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
next reply other threads:[~2011-03-29 8:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-29 8:06 Mike Rapoport [this message]
[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
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.1301385131.git.mike@compulab.co.il \
--to=mike-utxizqzc01rs1mouv/rt9w@public.gmane.org \
--cc=ccross-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org \
--cc=konkers-z5hGa2qSFaRBDgjK7y7TUQ@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.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 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.