From: Kumar Gala <galak@kernel.crashing.org>
To: "<b16395@freescale.com>" <b16395@freescale.com>
Cc: <joerg.roedel@amd.com>, <iommu@lists.linux-foundation.org>,
<linuxppc-dev@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>,
Varun Sethi <Varun.Sethi@freescale.com>
Subject: Re: [PATCH 3/3 v2] iommu/fsl: Freescale PAMU driver and IOMMU API implementation.
Date: Thu, 4 Oct 2012 08:20:25 -0500 [thread overview]
Message-ID: <91BA7E6D-4B29-4CCF-80EB-947EBBCF51F4@kernel.crashing.org> (raw)
In-Reply-To: <1349351808-7156-4-git-send-email-b16395@freescale.com>
On Oct 4, 2012, at 6:56 AM, <b16395@freescale.com> <b16395@freescale.com> wrote:
> From: Varun Sethi <Varun.Sethi@freescale.com>
>
> Following is a brief description of the PAMU hardware:
> PAMU determines what action to take and whether to authorize the action on the basis
> of the memory address, a Logical IO Device Number (LIODN), and PAACT table (logically)
> indexed by LIODN and address. Hardware devices which need to access memory must provide
> an LIODN in addition to the memory address.
>
> Peripheral Access Authorization and Control Tables (PAACTs) are the primary data structures
> used by PAMU. A PAACT is a table of peripheral access authorization and control entries (PAACE).
> Each PAACE defines the range of I/O bus address space that is accessible by the LIOD and the
> associated access capabilities.
>
> There are two types of PAACTs: primary PAACT (PPAACT) and secondary PAACT (SPAACT). A given physical
> I/O device may be able to act as one or more independent logical I/O devices (LIODs). Each such
> logical I/O device is assigned an identifier called logical I/O device number (LIODN). A LIOD is
> allocated a contiguous portion of the I/O bus address space called the DSA window for performing
> DSA operations. The DSA window may optionally be divided into multiple sub-windows, each of which
> may be used to map to a region in system storage space. The first sub-window is referred to
> as the primary sub-window and the remaining are called secondary sub-windows.
>
> This patch provides the PAMU driver (fsl_pamu.c) and the corresponding IOMMU API implementation
> (fsl_pamu_domain.c). The PAMU hardware driver (fsl_pamu.c) has been derived from the work done
> by Ashish Kalra and Timur Tabi (timur@freescale.com).
>
> Signed-off-by: Varun Sethi <Varun.Sethi@freescale.com>
> ---
I'm not seeing any of the comments I made addressed.
What changed in this version?
- k
prev parent reply other threads:[~2012-10-04 13:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-04 11:56 [PATCH 0/3 " b16395
2012-10-04 11:56 ` [PATCH 1/3 v2] iommu/fsl: Store iommu domain information pointer in archdata b16395
2012-10-04 11:56 ` [PATCH 2/3 v2] iommu/fsl: Add iommu domain attributes required by fsl PAMU driver b16395
2012-10-04 13:17 ` Kumar Gala
2012-10-04 16:22 ` Sethi Varun-B16395
2012-10-04 11:56 ` [PATCH 3/3 v2] iommu/fsl: Freescale PAMU driver and IOMMU API implementation b16395
2012-10-04 13:20 ` Kumar Gala [this message]
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=91BA7E6D-4B29-4CCF-80EB-947EBBCF51F4@kernel.crashing.org \
--to=galak@kernel.crashing.org \
--cc=Varun.Sethi@freescale.com \
--cc=b16395@freescale.com \
--cc=iommu@lists.linux-foundation.org \
--cc=joerg.roedel@amd.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.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
Powered by JetHome