From: mike@compulab.co.il (Mike Rapoport)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: tegra: add TrimSlice support
Date: Mon, 7 Feb 2011 10:10:51 +0200 [thread overview]
Message-ID: <cover.1297063443.git.mike@compulab.co.il> (raw)
These patches add basic support for TrimSlice platform.
The mach-types update is required until the updated machine registry
is merged, otherwise the kernel would not build.
The patches are also available at git repository
git://git.kernel.org/pub/scm/linux/kernel/git/rppt/linux-tegra.git trimslice/upstream
The following changes since commit 8dbdea8444d303a772bceb1ba963f0e3273bfc5e:
Merge branch 'ixp4xx' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 (2011-02-06 12:05:58 -0800)
Mike Rapoport (2):
ARM: update trimslice entry in the machine registry
ARM: tegra: add TrimSlice board
arch/arm/mach-tegra/Kconfig | 6 +
arch/arm/mach-tegra/Makefile | 3 +
arch/arm/mach-tegra/board-trimslice-pinmux.c | 145 ++++++++++++++++++++++++++
arch/arm/mach-tegra/board-trimslice.c | 104 ++++++++++++++++++
arch/arm/mach-tegra/board-trimslice.h | 22 ++++
arch/arm/tools/mach-types | 2 +-
6 files changed, 281 insertions(+), 1 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
--
1.7.3.1
next reply other threads:[~2011-02-07 8:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-07 8:10 Mike Rapoport [this message]
2011-02-07 8:10 ` [PATCH 1/2] ARM: update trimslice entry in the machine registry Mike Rapoport
2011-02-07 8:10 ` [PATCH 2/2] ARM: tegra: add TrimSlice board Mike Rapoport
2011-02-11 2:43 ` Colin Cross
2011-02-13 11:08 ` Mike Rapoport
2011-02-13 19:06 ` Colin Cross
2011-02-14 6:18 ` Mike Rapoport
2011-02-20 12:43 ` 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.1297063443.git.mike@compulab.co.il \
--to=mike@compulab.co.il \
--cc=linux-arm-kernel@lists.infradead.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 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).