Re: [PATCH v2 0/2] arch/*/io.h: remove ioremap_uc in some architectures
From: Luis Chamberlain
Date: Thu Mar 02 2023 - 14:57:57 EST
On Wed, Mar 01, 2023 at 06:22:06PM +0800, Baoquan He wrote:
> This patchset tries to remove ioremap_uc() in the current architectures
> except of x86 and ia64. They will use the default ioremap_uc definition
> in <asm-generic/io.h> which returns NULL.
>
> If any arch sees a breakage caused by the default ioremap_uc(), it can
> provide a sepcific one for its own usage.
Feel free to add:
Reviewed-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>
Luis