From: Hideki EIRAKU <hdk@igel.co.jp>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Renesas IPMMU driver for sh7372
Date: Wed, 25 Jul 2012 06:29:00 +0000 [thread overview]
Message-ID: <1343197742-13630-1-git-send-email-hdk@igel.co.jp> (raw)
This is the Renesas IPMMU driver, IOMMU API implementation and IPMMU
device support for sh7372 (AP4EVB and Mackerel).
The IPMMU module supports the MMU function and the PMB function. The
MMU function provides address translation by pagetable compatible with
ARMv6. The PMB function provides address translation including
tile-linear translation. This is implementation of the MMU function.
Hideki EIRAKU (2):
iommu/shmobile: Add iommu driver for Renesas IPMMU modules
ARM: mach-shmobile: sh7372: Add IPMMU device
arch/arm/mach-shmobile/Kconfig | 6 +
arch/arm/mach-shmobile/Makefile | 3 +
arch/arm/mach-shmobile/board-ap4evb.c | 5 +
arch/arm/mach-shmobile/board-mackerel.c | 5 +
arch/arm/mach-shmobile/include/mach/ipmmu.h | 10 +
arch/arm/mach-shmobile/ipmmu.c | 137 ++++++++++++
arch/arm/mach-shmobile/setup-sh7372.c | 22 ++
drivers/iommu/Kconfig | 7 +
drivers/iommu/Makefile | 1 +
drivers/iommu/shmobile-iommu.c | 318 +++++++++++++++++++++++++++
10 files changed, 514 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/mach-shmobile/include/mach/ipmmu.h
create mode 100644 arch/arm/mach-shmobile/ipmmu.c
create mode 100644 drivers/iommu/shmobile-iommu.c
next reply other threads:[~2012-07-25 6:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 6:29 Hideki EIRAKU [this message]
2012-07-25 6:29 ` [PATCH 1/2] iommu/shmobile: Add iommu driver for Renesas IPMMU modules Hideki EIRAKU
2012-07-25 6:29 ` [PATCH 2/2] ARM: mach-shmobile: sh7372: Add IPMMU device Hideki EIRAKU
2012-08-25 7:13 ` [PATCH 0/2] Renesas IPMMU driver for sh7372 Simon Horman
2012-08-30 2:03 ` Damian Hobson-Garcia
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=1343197742-13630-1-git-send-email-hdk@igel.co.jp \
--to=hdk@igel.co.jp \
--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).