From: Kevin Hilman <khilman@deeprootsystems.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Cc: davinci-linux-open-source@linux.davincidsp.com
Subject: [GIT PULL] davinci updates for 2.6.36
Date: Thu, 05 Aug 2010 10:21:20 -0700 [thread overview]
Message-ID: <87ocdhvuun.fsf@deeprootsystems.com> (raw)
Linus,
Here are the updates for the DaVinci family of ARM-based SoCs for 2.6.36.
The bulk of this is the addition of the core support for a new SoC in
the family: the tnetv107x.
Also, This was recently rebased to drop the addition of another ARM
defconfig from the original tnetv series as well as to address a
conflict discovered in linux-next.
Kevin
The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:
Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700)
are available in the git repository at:
ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-davinci.git davinci-for-linus
Cyril Chemparathy (5):
Davinci: generalized debug macros
Davinci: tnetv107x decompresser uart definitions
Davinci: tnetv107x soc support
Davinci: tnetv107x initial gpio support
Davinci: tnetv107x evm board initial support
Rajashekhara, Sudhakar (3):
davinci: support for EDMA resource sharing
davinci: da8xx/omapl EVM: Specify reserved channels/slots
davinci: dm646x EVM: Specify reserved EDMA channel/slots
Sekhar Nori (2):
davinci: da8xx: sparse cleanup: remove duplicate entries in irq priorities
davinci: edma: provide ability to detect insufficient CC info data
Thomas Koeller (1):
davinci: DM365: fixed second serial port
arch/arm/mach-davinci/Kconfig | 12 +
arch/arm/mach-davinci/Makefile | 3 +
arch/arm/mach-davinci/board-da830-evm.c | 32 +-
arch/arm/mach-davinci/board-da850-evm.c | 52 ++-
arch/arm/mach-davinci/board-dm646x-evm.c | 35 +
arch/arm/mach-davinci/board-tnetv107x-evm.c | 174 +++++
arch/arm/mach-davinci/da830.c | 5 -
arch/arm/mach-davinci/da850.c | 25 -
arch/arm/mach-davinci/devices-da8xx.c | 50 +-
arch/arm/mach-davinci/devices-tnetv107x.c | 320 +++++++++
arch/arm/mach-davinci/dm355.c | 22 +-
arch/arm/mach-davinci/dm365.c | 28 +-
arch/arm/mach-davinci/dm644x.c | 22 +-
arch/arm/mach-davinci/dm646x.c | 30 +-
arch/arm/mach-davinci/dma.c | 62 ++-
arch/arm/mach-davinci/gpio-tnetv107x.c | 205 ++++++
arch/arm/mach-davinci/include/mach/da8xx.h | 3 +-
arch/arm/mach-davinci/include/mach/debug-macro.S | 50 ++-
arch/arm/mach-davinci/include/mach/dm646x.h | 1 +
arch/arm/mach-davinci/include/mach/edma.h | 11 +
arch/arm/mach-davinci/include/mach/gpio.h | 22 +-
arch/arm/mach-davinci/include/mach/serial.h | 21 +
arch/arm/mach-davinci/include/mach/tnetv107x.h | 55 ++
arch/arm/mach-davinci/include/mach/uncompress.h | 87 ++-
arch/arm/mach-davinci/tnetv107x.c | 753 ++++++++++++++++++++++
25 files changed, 1933 insertions(+), 147 deletions(-)
create mode 100644 arch/arm/mach-davinci/board-tnetv107x-evm.c
create mode 100644 arch/arm/mach-davinci/devices-tnetv107x.c
create mode 100644 arch/arm/mach-davinci/gpio-tnetv107x.c
create mode 100644 arch/arm/mach-davinci/include/mach/tnetv107x.h
create mode 100644 arch/arm/mach-davinci/tnetv107x.c
reply other threads:[~2010-08-05 17:21 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=87ocdhvuun.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.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.