Re: [PATCH] arm64: ioremap: change ioremap prototype and add ioremap_cache macro

2015-09-04 Thread Catalin Marinas
On Thu, Aug 27, 2015 at 04:21:00PM +0800, yalin wang wrote: > This patch change ioremap_*() first parameter type to resource_size_t to > be the same as other platforms, and add ioremap_cache macro, > because some code will test if this macro is defined or not, and > will generate a generric

Re: [PATCH] arm64: ioremap: change ioremap prototype and add ioremap_cache macro

2015-09-04 Thread Catalin Marinas
On Thu, Aug 27, 2015 at 04:21:00PM +0800, yalin wang wrote: > This patch change ioremap_*() first parameter type to resource_size_t to > be the same as other platforms, and add ioremap_cache macro, > because some code will test if this macro is defined or not, and > will generate a generric

[PATCH] arm64: ioremap: change ioremap prototype and add ioremap_cache macro

2015-08-27 Thread yalin wang
This patch change ioremap_*() first parameter type to resource_size_t to be the same as other platforms, and add ioremap_cache macro, because some code will test if this macro is defined or not, and will generate a generric version if not defined, for example, memremap.c do like this.

[PATCH] arm64: ioremap: change ioremap prototype and add ioremap_cache macro

2015-08-27 Thread yalin wang
This patch change ioremap_*() first parameter type to resource_size_t to be the same as other platforms, and add ioremap_cache macro, because some code will test if this macro is defined or not, and will generate a generric version if not defined, for example, memremap.c do like this.