From: Julien Grall <julien.grall@linaro.org>
To: xen-devel@lists.xenproject.org
Cc: stefano.stabellini@citrix.com, tim@xen.org,
ian.campbell@citrix.com, naresh.bhat@linaro.org
Subject: Re: [PATCH v9 0/2] xen/arm: Add SMMU drivers
Date: Wed, 28 May 2014 14:32:36 +0100 [thread overview]
Message-ID: <5385E574.2070305@linaro.org> (raw)
In-Reply-To: <1401283878-19775-1-git-send-email-julien.grall@linaro.org>
On 05/28/2014 02:31 PM, Julien Grall wrote:
> This series was formerly called "IOMMU support for ARM". It adds support for
> the ARM SMMU driver which is used for instance by Midway.
>
> Major changes in v8:
> - Update comments and commit message in patch #2
>
> For all changes see in each patch.
>
> A working tree can be found here:
> git://xenbits.xen.org/people/julieng/xen-unstable.git branch smmu-v9
>
> Sincerely yours,
>
> Julien Grall (2):
> drivers/passthrough: arm: Add support for SMMU drivers
> xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m
>
> xen/arch/arm/p2m.c | 2 +
> xen/common/grant_table.c | 4 +-
> xen/drivers/passthrough/arm/Makefile | 1 +
> xen/drivers/passthrough/arm/smmu.c | 1784 ++++++++++++++++++++++++++++++++++
> xen/include/asm-arm/grant_table.h | 3 +
> xen/include/asm-arm/p2m.h | 3 +
> xen/include/asm-x86/grant_table.h | 3 +
> 7 files changed, 1798 insertions(+), 2 deletions(-)
> create mode 100644 xen/drivers/passthrough/arm/smmu.c
Oops, sorry I hit enter on the wrong patch series.
Regards,
--
Julien Grall
next prev parent reply other threads:[~2014-05-28 13:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-28 13:31 [PATCH v9 0/2] xen/arm: Add SMMU drivers Julien Grall
2014-05-28 13:31 ` [PATCH v9 1/2] drivers/passthrough: arm: Add support for " Julien Grall
2014-05-28 13:31 ` [PATCH v9 2/2] xen/arm: grant: Add another entry to map MFN 1:1 in dom0 p2m Julien Grall
2014-05-28 13:32 ` Julien Grall [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-05-27 11:11 [PATCH v9 0/2] xen/arm: Add SMMU drivers Julien Grall
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=5385E574.2070305@linaro.org \
--to=julien.grall@linaro.org \
--cc=ian.campbell@citrix.com \
--cc=naresh.bhat@linaro.org \
--cc=stefano.stabellini@citrix.com \
--cc=tim@xen.org \
--cc=xen-devel@lists.xenproject.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.