From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Walmsley Date: Sat, 17 Aug 2019 21:22:15 +0000 Subject: Re: [PATCH 24/26] riscv: use the generic ioremap code Message-Id: List-Id: References: <20190817073253.27819-1-hch@lst.de> <20190817073253.27819-25-hch@lst.de> In-Reply-To: <20190817073253.27819-25-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Christoph Hellwig Cc: Arnd Bergmann , Guo Ren , Michal Simek , Greentime Hu , Vincent Chen , Guan Xuetao , x86@kernel.org, linux-arch@vger.kernel.org, linux-s390@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, linux-sh@vger.kernel.org, linux-hexagon@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, openrisc@lists.librecores.org, linux-mtd@lists.infradead.org, linux-alpha@vger.kernel.org, sparclinux@vger.kernel.org, nios2-dev@lists.rocketboards.org, linux-riscv@lists.infradead.org, linux-snps-arc@lists.infradead.org, linux-arm-kernel@lists.infradead.org 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/riscv/include/asm/io.h | 3 -- > arch/riscv/include/asm/pgtable.h | 6 +++ > arch/riscv/mm/Makefile | 1 - > arch/riscv/mm/ioremap.c | 84 -------------------------------- > 5 files changed, 7 insertions(+), 88 deletions(-) > delete mode 100644 arch/riscv/mm/ioremap.c Reviewed-by: Paul Walmsley Tested-by: Paul Walmsley # rv32, rv64 boot Acked-by: Paul Walmsley # arch/riscv - Paul