Hi Joerg,
My PAMU driver patches depend on this patch which was Ack by Kumar. Should =
I resubmit this patch as well?
Regards
Varun
-----Original Message-----
From: Kumar Gala [mailto:galak@kernel.crashing.org]
Sent: Thursday, April 11, 2013 11:46 PM
To: Sethi Varun-B16395
Cc: joro@8bytes.org; Yoder Stuart-B08248; Wood Scott-B07421;
iommu@lists.linux-foundation.org; linuxppc-dev@lists.ozlabs.org; linux-
kernel@vger.kernel.org; benh@kernel.crashing.org
Subject: Re: [PATCH 2/5 v11] powerpc: Add iommu domain pointer to device
archdata
=20
=20
On Mar 28, 2013, at 2:53 PM, Varun Sethi wrote:
=20
quoted
Add an iommu domain pointer to device (powerpc) archdata. Devices are
attached to iommu domains and this pointer provides a mechanism to
correlate between a device and the associated iommu domain. This
field is set when a device is attached to a domain.
Signed-off-by: Varun Sethi <redacted>
---
- no change in v11.
- no change in v10.
- Added CONFIG_IOMMU_API in v9.
arch/powerpc/include/asm/device.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
=20
Acked-by: Kumar Gala <redacted>
=20
- k