linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/05] SH-Mobile ARM UIO Multimedia Support
Date: Wed, 12 May 2010 08:34:43 +0000	[thread overview]
Message-ID: <20100512083443.9395.90768.sendpatchset@t400s> (raw)

SH-Mobile ARM UIO Multimedia Support

[PATCH 01/05] ARM: mach-shmobile: Add memchunk support
[PATCH 02/05] ARM: mach-shmobile: Add CONFIG_FORCE_MAX_ZONEORDER
[PATCH 03/05] ARM: mach-shmobile: UIO platform data for sh7372
[PATCH 04/05] ARM: mach-shmobile: UIO platform data for sh7377
[PATCH 05/05] ARM: mach-shmobile: UIO platform data for sh7367

These patches use UIO to export various multimedia hardware blocks
to user space. The code is for SH-Mobile ARM SoCs, but the same
hardware blocks also exist in SH-Mobile SoCs with SH cores. The UIO
interfaces have been in use on the SH architecture for soon two years.

The memchunk patch makes the SH-Mobile ARM kernel behave as the
SH-Mobile SH kernel. The same thing with CONFIG_FORCE_MAX_ZONEORDER,
which is needed to allow allocation of large physically contiguous
memory chunks.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Applies to the genesis-2.6 git tree without any special dependencies.

 arch/arm/mach-shmobile/Kconfig               |   15 +
 arch/arm/mach-shmobile/Makefile              |    2 
 arch/arm/mach-shmobile/include/mach/common.h |    4 
 arch/arm/mach-shmobile/memory.c              |   74 +++++++
 arch/arm/mach-shmobile/setup-sh7367.c        |  258 ++++++++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh7372.c        |  257 +++++++++++++++++++++++++
 arch/arm/mach-shmobile/setup-sh7377.c        |  257 +++++++++++++++++++++++++
 7 files changed, 866 insertions(+), 1 deletion(-)

                 reply	other threads:[~2010-05-12  8:34 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=20100512083443.9395.90768.sendpatchset@t400s \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.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).