From: Will Deacon Date: Mon, 10 Jun 2013 18:34:42 +0000 (+0100) Subject: arm64: device: add iommu pointer to device archdata X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~40^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73150c983ac1f9b7653cfd3823b1ad4a44aad3bf;p=pandora-kernel.git arm64: device: add iommu pointer to device archdata When using an IOMMU for device mappings, it is necessary to keep a pointer between the device and the IOMMU to which it is attached in order to obtain the correct IOMMU when attaching the device to a domain. This patch adds an iommu pointer to the dev_archdata structure, in a similar manner to other architectures (ARM, PowerPC, x86, ...). Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed