Re: [PATCH v2 0/2] arch/*/io.h: remove ioremap_uc in some architectures

From: Baoquan He
Date: Fri Mar 03 2023 - 05:25:59 EST


On 03/02/23 at 11:57am, Luis Chamberlain wrote:
> 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>

Thanks for check. I made some changes according to comments, will repost.
Please help review.