Re: [PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP

2023-05-15 Thread Mike Rapoport
On Mon, May 15, 2023 at 05:08:38PM +0800, Baoquan He wrote: > By taking GENERIC_IOREMAP method, the generic generic_ioremap_prot(), > generic_iounmap(), and their generic wrapper ioremap_prot(), ioremap() > and iounmap() are all visible and available to arch. Arch needs to > provide wrapper functio

Re: [PATCH v5 14/26] alpha: Remove empty

2023-05-15 Thread Maciej W. Rozycki
On Mon, 6 Mar 2023, Alexandre Ghiti wrote: > diff --git a/arch/alpha/include/uapi/asm/setup.h > b/arch/alpha/include/uapi/asm/setup.h > deleted file mode 100644 > index 9b3b5ba39b1d.. > --- a/arch/alpha/include/uapi/asm/setup.h > +++ /dev/null > @@ -1,5 +0,0 @@ > -/* SPDX-License-Iden

[PATCH v5 RESEND 07/17] arc: mm: Convert to GENERIC_IOREMAP

2023-05-15 Thread Baoquan He
By taking GENERIC_IOREMAP method, the generic generic_ioremap_prot(), generic_iounmap(), and their generic wrapper ioremap_prot(), ioremap() and iounmap() are all visible and available to arch. Arch needs to provide wrapper functions to override the generic versions if there's arch specific handlin