]> www.infradead.org Git - users/jedix/linux-maple.git/commit
csky: Use new fallback IO memcpy/memset
authorJulian Vetter <jvetter@kalrayinc.com>
Mon, 28 Oct 2024 13:42:26 +0000 (14:42 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 28 Oct 2024 21:44:29 +0000 (21:44 +0000)
commit4c9397cf292f357fe13f3c7cd9f53240d062c18e
treef66cf1ed55e77088bd0ce859e6883c005f48ddfc
parent0110feaaf6d0610d0089ae4897387df9a963b5f0
csky: Use new fallback IO memcpy/memset

Use the new fallback memcpy_{from,to}io and memset_io functions from
lib/iomem_copy.c on the csky processor architecture.

Acked-by: Guo Ren <guoren@kernel.org>
Reviewed-by: Yann Sionneau <ysionneau@kalrayinc.com>
Signed-off-by: Julian Vetter <jvetter@kalrayinc.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/csky/include/asm/io.h
arch/csky/kernel/Makefile
arch/csky/kernel/io.c [deleted file]