[PATCH 19/21] nds32: use generic ioremap

2019-10-17 Thread Christoph Hellwig
Use the generic ioremap_prot and iounmap helpers. Note that the io.h include in pgtable.h had to be removed to not create an include loop. As far as I can tell there was no need for it to start with. Signed-off-by: Christoph Hellwig --- arch/nds32/Kconfig | 1 + arch/nds32/inclu

[PATCH 19/21] nds32: use generic ioremap

2019-10-29 Thread Christoph Hellwig
Use the generic ioremap_prot and iounmap helpers. Note that the io.h include in pgtable.h had to be removed to not create an include loop. As far as I can tell there was no need for it to start with. Signed-off-by: Christoph Hellwig --- arch/nds32/Kconfig | 1 + arch/nds32/inclu

Re: [PATCH 19/21] nds32: use generic ioremap

2019-11-12 Thread Greentime Hu
Hi, Christoph Hellwig 於 2019年10月29日 週二 下午2:49寫道: > > Use the generic ioremap_prot and iounmap helpers. > > Note that the io.h include in pgtable.h had to be removed to not create > an include loop. As far as I can tell there was no need for it to > start with. > > Signed-off-by: Christoph Hellwi