* [PATCH 00/05] SH-Mobile ARM UIO Multimedia Support
@ 2010-05-12 8:34 Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2010-05-12 8:34 UTC (permalink / raw)
To: linux-sh
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-05-12 8:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-12 8:34 [PATCH 00/05] SH-Mobile ARM UIO Multimedia Support Magnus Damm
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).