]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: io: Rename ioremap_prot() to __ioremap_prot()
authorWill Deacon <will@kernel.org>
Mon, 23 Feb 2026 22:10:10 +0000 (22:10 +0000)
committerWill Deacon <will@kernel.org>
Wed, 25 Feb 2026 19:49:51 +0000 (19:49 +0000)
commitf6bf47ab32e0863df50f5501d207dcdddb7fc507
tree11084c36cd9ae73334e02682230213cee52b047a
parent6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
arm64: io: Rename ioremap_prot() to __ioremap_prot()

Rename our ioremap_prot() implementation to __ioremap_prot() and convert
all arch-internal callers over to the new function.

ioremap_prot() remains as a #define to __ioremap_prot() for
generic_access_phys() and will be subsequently extended to handle user
permissions in 'prot'.

Cc: Zeng Heng <zengheng4@huawei.com>
Cc: Jinjiang Tu <tujinjiang@huawei.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Reviewed-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/io.h
arch/arm64/kernel/acpi.c
arch/arm64/mm/ioremap.c