Re: [PATCH v3 05/11] arc: mm: Convert to GENERIC_IOREMAP

2022-10-12 Thread Christophe Leroy
Le 09/10/2022 à 12:31, Baoquan He a écrit : > By taking GENERIC_IOREMAP method, the generic ioremap_prot() and > iounmap() are visible and available to arch. Arch only needs to > provide implementation of arch_ioremap() or arch_iounmap() if there's > arch specific handling needed in its ioremap()

[RFC PATCH 5/8] arc: mm: Convert to GENERIC_IOREMAP

2022-10-12 Thread Christophe Leroy
From: Baoquan He By taking GENERIC_IOREMAP method, the generic ioremap_prot() and iounmap() are visible and available to arch. Arch only needs to provide implementation of arch_ioremap() or arch_iounmap() if there's arch specific handling needed in its ioremap() or iounmap(). This change will sim