Re: [PATCH v4 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures

2015-06-17 Thread Christoph Hellwig
Ok, this convinces me that we really should have a common defintion for ioremap() and friends first. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures

2015-06-17 Thread Christoph Hellwig
Ok, this convinces me that we really should have a common defintion for ioremap() and friends first. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v4 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures

2015-06-11 Thread Dan Williams
Similar to ioremap_wc() let architecture implementations optionally provide ioremap_cache(). As is, current ioremap_cache() users have architecture dependencies that prevent them from compiling on archs without ioremap_cache(). In some cases the architectures that have a cached ioremap()

[PATCH v4 3/6] arch/*/asm/io.h: add ioremap_cache() to all architectures

2015-06-11 Thread Dan Williams
Similar to ioremap_wc() let architecture implementations optionally provide ioremap_cache(). As is, current ioremap_cache() users have architecture dependencies that prevent them from compiling on archs without ioremap_cache(). In some cases the architectures that have a cached ioremap()