Re: [PATCH 03/21] ia64: rename ioremap_nocache to ioremap_uc

2019-10-21 Thread Sergei Shtylyov
Hello! On 17.10.2019 20:45, Christoph Hellwig wrote: On ia64 ioremap_nocache fails if attributs don't match. Not other Attributes? architectures does this, and we plan to get rid of ioremap_nocache. So get rid of the special semantics and define ioremap_nocache in terms of ioremap as no

Re: [PATCH 20/21] csky: remove ioremap_cache

2019-10-21 Thread Guo Ren
Acked-by: Guo Ren On Fri, Oct 18, 2019 at 1:47 AM Christoph Hellwig wrote: > > No driver that can be used on csky uses ioremap_cache, and this > interface has been deprecated in favor of memremap. > > Signed-off-by: Christoph Hellwig > --- > arch/csky/include/asm/io.h | 2 -- >