Re: [PATCH v2 17/25] intel-iommu: switch from ioremap_cache to memremap

2015-08-03 Thread Joerg Roedel
On Fri, Jul 24, 2015 at 10:39:33PM -0400, Dan Williams wrote: > In preparation for deprecating ioremap_cache() convert its usage in > intel-iommu to memremap. This also eliminates the mishandling of the > __iomem annotation in the implementation. > > Cc: David Woodhouse > Cc: Joerg Roedel >

Re: [PATCH v2 17/25] intel-iommu: switch from ioremap_cache to memremap

2015-08-03 Thread Joerg Roedel
On Fri, Jul 24, 2015 at 10:39:33PM -0400, Dan Williams wrote: In preparation for deprecating ioremap_cache() convert its usage in intel-iommu to memremap. This also eliminates the mishandling of the __iomem annotation in the implementation. Cc: David Woodhouse dw...@infradead.org Cc: Joerg

[PATCH v2 17/25] intel-iommu: switch from ioremap_cache to memremap

2015-07-24 Thread Dan Williams
In preparation for deprecating ioremap_cache() convert its usage in intel-iommu to memremap. This also eliminates the mishandling of the __iomem annotation in the implementation. Cc: David Woodhouse Cc: Joerg Roedel Signed-off-by: Dan Williams --- drivers/iommu/intel-iommu.c | 10

[PATCH v2 17/25] intel-iommu: switch from ioremap_cache to memremap

2015-07-24 Thread Dan Williams
In preparation for deprecating ioremap_cache() convert its usage in intel-iommu to memremap. This also eliminates the mishandling of the __iomem annotation in the implementation. Cc: David Woodhouse dw...@infradead.org Cc: Joerg Roedel j...@8bytes.org Signed-off-by: Dan Williams