Re: [PATCH 18/21] riscv: use the generic ioremap code

From: Paul Walmsley
Date: Fri Oct 18 2019 - 00:54:25 EST


On Thu, 17 Oct 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 <hch@xxxxxx>

According to the series introduction E-mail:

https://lore.kernel.org/linux-riscv/20191017174554.29840-1-hch@xxxxxx/T/#m9ac4010fd725c8c84179fa99aa391a6f701a32de

nothing substantive related to RISC-V or the common code has changed since
the first version of this series, and this RISC-V-specific patch appears
to be quite close (if not identical) to the first version of the patch:

https://lore.kernel.org/linux-riscv/alpine.DEB.2.21.9999.1908171421560.4130@xxxxxxxxxxxxxxxx/

Thus the Tested-by, Reviewed-by, and Acked-by for RISC-V should all still
apply:

https://lore.kernel.org/linux-riscv/alpine.DEB.2.21.9999.1908171421560.4130@xxxxxxxxxxxxxxxx/


- Paul