All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: Varun Sethi <Varun.Sethi@freescale.com>
Cc: iommu@lists.linux-foundation.org, linuxppc-dev@lists.ozlabs.org,
	linux-kernel@vger.kernel.org, galak@kernel.crashing.org,
	benh@kernel.crashing.org, stuart.yoder@freescale.com,
	scottwood@freescale.com
Subject: Re: [PATCH 2/3 v14] iommu/fsl: Add additional iommu attributes required by the PAMU driver.
Date: Tue, 23 Apr 2013 15:38:38 +0200	[thread overview]
Message-ID: <20130423133837.GG17148@8bytes.org> (raw)
In-Reply-To: <1366691726-9023-2-git-send-email-Varun.Sethi@freescale.com>

On Tue, Apr 23, 2013 at 10:05:25AM +0530, Varun Sethi wrote:
> Added the following domain attributes for the FSL PAMU driver:
> 1. Added new iommu stash attribute, which allows setting of the
>    LIODN specific stash id parameter through IOMMU API.
> 2. Added an attribute for enabling/disabling DMA to a particular
>    memory window.
> 3. Added domain attribute to check for PAMUV1 specific constraints.
> 
> Signed-off-by: Varun Sethi <Varun.Sethi@freescale.com>
> ---
> v14 changes:
> - Add FSL prefix to PAMU attributes.
> v13 changes:
> - created a new file include/linux/fsl_pamu_stash.h for stash
> attributes.
> v12 changes:
> - Moved PAMU specifc stash ids and structures to PAMU header file.
> - no change in v11.
> - no change in v10.
>  include/linux/fsl_pamu_stash.h |   39 +++++++++++++++++++++++++++++++++++++++

Isn't asm/ for your architecture a better place for that header?


	Joerg

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: Varun Sethi <Varun.Sethi@freescale.com>
Cc: stuart.yoder@freescale.com, linux-kernel@vger.kernel.org,
	iommu@lists.linux-foundation.org, scottwood@freescale.com,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 2/3 v14] iommu/fsl: Add additional iommu attributes required by the PAMU driver.
Date: Tue, 23 Apr 2013 15:38:38 +0200	[thread overview]
Message-ID: <20130423133837.GG17148@8bytes.org> (raw)
In-Reply-To: <1366691726-9023-2-git-send-email-Varun.Sethi@freescale.com>

On Tue, Apr 23, 2013 at 10:05:25AM +0530, Varun Sethi wrote:
> Added the following domain attributes for the FSL PAMU driver:
> 1. Added new iommu stash attribute, which allows setting of the
>    LIODN specific stash id parameter through IOMMU API.
> 2. Added an attribute for enabling/disabling DMA to a particular
>    memory window.
> 3. Added domain attribute to check for PAMUV1 specific constraints.
> 
> Signed-off-by: Varun Sethi <Varun.Sethi@freescale.com>
> ---
> v14 changes:
> - Add FSL prefix to PAMU attributes.
> v13 changes:
> - created a new file include/linux/fsl_pamu_stash.h for stash
> attributes.
> v12 changes:
> - Moved PAMU specifc stash ids and structures to PAMU header file.
> - no change in v11.
> - no change in v10.
>  include/linux/fsl_pamu_stash.h |   39 +++++++++++++++++++++++++++++++++++++++

Isn't asm/ for your architecture a better place for that header?


	Joerg

  reply	other threads:[~2013-04-23 13:38 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23  4:35 [PATCH 1/3 v2] iommu: Move swap_pci_ref function to pci.h Varun Sethi
2013-04-23  4:35 ` Varun Sethi
     [not found] ` <1366691726-9023-1-git-send-email-Varun.Sethi-KZfg59tc24xl57MIdRCFDg@public.gmane.org>
2013-04-23  4:35   ` [PATCH 2/3 v14] iommu/fsl: Add additional iommu attributes required by the PAMU driver Varun Sethi
2013-04-23  4:35     ` Varun Sethi
2013-04-23 13:38     ` Joerg Roedel [this message]
2013-04-23 13:38       ` Joerg Roedel
     [not found]       ` <20130423133837.GG17148-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-23 14:10         ` Sethi Varun-B16395
2013-04-23 14:10           ` Sethi Varun-B16395
2013-04-23 14:10           ` Sethi Varun-B16395
     [not found]           ` <C5ECD7A89D1DC44195F34B25E172658D4B4D9A-RL0Hj/+nBVCMXPU/2EZmt64g8xLGJsHaLnY5E4hWTkheoWH0uzbU5w@public.gmane.org>
2013-04-24 10:51             ` Joerg Roedel
2013-04-24 10:51               ` Joerg Roedel
2013-04-24 10:51               ` Joerg Roedel
     [not found]               ` <20130424105117.GI17148-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-24 11:21                 ` Sethi Varun-B16395
2013-04-24 11:21                   ` Sethi Varun-B16395
2013-04-24 11:21                   ` Sethi Varun-B16395
2013-04-23 15:26         ` Yoder Stuart-B08248
2013-04-23 15:26           ` Yoder Stuart-B08248
2013-04-23 15:26           ` Yoder Stuart-B08248
2013-04-23  4:35   ` [PATCH 3/3 v14] iommu/fsl: Freescale PAMU driver and iommu implementation Varun Sethi
2013-04-23  4:35     ` Varun Sethi
2013-04-23 13:01   ` [PATCH 1/3 v2] iommu: Move swap_pci_ref function to pci.h Joerg Roedel
2013-04-23 13:01     ` Joerg Roedel
2013-04-23 13:01     ` Joerg Roedel
     [not found]     ` <20130423125827.GD2589-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2013-04-23 13:02       ` Sethi Varun-B16395
2013-04-23 13:02         ` Sethi Varun-B16395
2013-04-23 13:02         ` Sethi Varun-B16395

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=20130423133837.GG17148@8bytes.org \
    --to=joro@8bytes.org \
    --cc=Varun.Sethi@freescale.com \
    --cc=benh@kernel.crashing.org \
    --cc=galak@kernel.crashing.org \
    --cc=iommu@lists.linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=scottwood@freescale.com \
    --cc=stuart.yoder@freescale.com \
    /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.