OSDN Git Service

arm64: mm: Convert to GENERIC_IOREMAP
authorKefeng Wang <wangkefeng.wang@huawei.com>
Tue, 7 Jun 2022 12:50:26 +0000 (20:50 +0800)
committerWill Deacon <will@kernel.org>
Mon, 27 Jun 2022 11:22:31 +0000 (12:22 +0100)
commitf23eab0bfaefb3319c7de90c9c632bebf53a03bc
treee638750088593c1e6be74adb1f8ae21e59b9bf53
parent18e780b4e6ab89a3a10f46d151971863562c1c91
arm64: mm: Convert to GENERIC_IOREMAP

Add hook for arm64's special operation when ioremap(), then
ioremap_wc/np/cache is converted to use ioremap_prot() from
GENERIC_IOREMAP, update the Copyright and kill the unused
inclusions.

Reviewed-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Link: https://lore.kernel.org/r/20220607125027.44946-6-wangkefeng.wang@huawei.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/Kconfig
arch/arm64/include/asm/io.h
arch/arm64/kernel/acpi.c
arch/arm64/mm/ioremap.c