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