Re: [PATCH 24/26] riscv: use the generic ioremap code

2019-09-01 Thread Christoph Hellwig
On Sat, Aug 17, 2019 at 02:22:15PM -0700, Paul Walmsley wrote: > Reviewed-by: Paul Walmsley > Tested-by: Paul Walmsley # rv32, rv64 boot > Acked-by: Paul Walmsley # arch/riscv Can you also take a look at the patch adding the generic code? ___ linux-s

Re: [PATCH 24/26] riscv: use the generic ioremap code

2019-08-17 Thread Paul Walmsley
On Sat, 17 Aug 2019, Christoph Hellwig wrote: > Use the generic ioremap code instead of providing a local version. > Note that this relies on the asm-generic no-op definition of > pgprot_noncached. > > Signed-off-by: Christoph Hellwig > --- > arch/riscv/Kconfig | 1 + > arch/risc

[PATCH 24/26] riscv: use the generic ioremap code

2019-08-17 Thread Christoph Hellwig
Use the generic ioremap code instead of providing a local version. Note that this relies on the asm-generic no-op definition of pgprot_noncached. Signed-off-by: Christoph Hellwig --- arch/riscv/Kconfig | 1 + arch/riscv/include/asm/io.h | 3 -- arch/riscv/include/asm/pgtable