Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-14 Thread Joerg Roedel
On Mon, Oct 12, 2015 at 03:19:24PM -0700, Dan Williams wrote: > On Mon, Oct 12, 2015 at 3:05 PM, Dan Williams > wrote: > > On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: > >> Hi Dan, > >> > >> On Fri, Oct 09, 2015 at 06:16:46PM -0400, Dan Williams wrote: > >>> In preparation for

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-14 Thread Joerg Roedel
On Mon, Oct 12, 2015 at 03:19:24PM -0700, Dan Williams wrote: > On Mon, Oct 12, 2015 at 3:05 PM, Dan Williams > wrote: > > On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: > >> Hi Dan, > >> > >> On Fri, Oct 09, 2015 at 06:16:46PM -0400, Dan

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Dan Williams
On Mon, Oct 12, 2015 at 3:05 PM, Dan Williams wrote: > On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: >> Hi Dan, >> >> On Fri, Oct 09, 2015 at 06:16:46PM -0400, Dan Williams wrote: >>> In preparation for deprecating ioremap_cache() convert its usage in >>> intel-iommu to memremap. This

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Dan Williams
On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: > Hi Dan, > > On Fri, Oct 09, 2015 at 06:16:46PM -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

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Joerg Roedel
Hi Dan, On Fri, Oct 09, 2015 at 06:16:46PM -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. I appreciate the change, but in the

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Dan Williams
On Mon, Oct 12, 2015 at 3:05 PM, Dan Williams wrote: > On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: >> Hi Dan, >> >> On Fri, Oct 09, 2015 at 06:16:46PM -0400, Dan Williams wrote: >>> In preparation for deprecating ioremap_cache() convert its

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Joerg Roedel
Hi Dan, On Fri, Oct 09, 2015 at 06:16:46PM -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. I appreciate the change, but in the

Re: [PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-12 Thread Dan Williams
On Mon, Oct 12, 2015 at 2:58 PM, Joerg Roedel wrote: > Hi Dan, > > On Fri, Oct 09, 2015 at 06:16:46PM -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 >>

[PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-09 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 Acked-by: Joerg Roedel Signed-off-by: Dan Williams --- drivers/iommu/intel-iommu.c |

[PATCH 13/20] intel-iommu: switch from ioremap_cache to memremap

2015-10-09 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 Acked-by: Joerg Roedel Signed-off-by: Dan Williams