]> asedeno.scripts.mit.edu Git - linux.git/commit
nds32: Library functions
authorGreentime Hu <greentime@andestech.com>
Wed, 25 Oct 2017 06:27:22 +0000 (14:27 +0800)
committerGreentime Hu <greentime@andestech.com>
Thu, 22 Feb 2018 02:44:33 +0000 (10:44 +0800)
commitace02e2badd12e34d781780517614c42dbbf8068
treedcc51bcd5f0af76c52ef6e2e7276bae881967af6
parent7ecbac743a58ae2ed9851aa7ec81d4bf2ca2cffe
nds32: Library functions

This patch add support for various library functions.

Signed-off-by: Vincent Chen <vincentc@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
13 files changed:
arch/nds32/include/asm/string.h [new file with mode: 0644]
arch/nds32/include/asm/swab.h [new file with mode: 0644]
arch/nds32/include/asm/uaccess.h [new file with mode: 0644]
arch/nds32/kernel/nds32_ksyms.c [new file with mode: 0644]
arch/nds32/lib/Makefile [new file with mode: 0644]
arch/nds32/lib/clear_user.S [new file with mode: 0644]
arch/nds32/lib/copy_from_user.S [new file with mode: 0644]
arch/nds32/lib/copy_template.S [new file with mode: 0644]
arch/nds32/lib/copy_to_user.S [new file with mode: 0644]
arch/nds32/lib/memcpy.S [new file with mode: 0644]
arch/nds32/lib/memmove.S [new file with mode: 0644]
arch/nds32/lib/memset.S [new file with mode: 0644]
arch/nds32/lib/memzero.S [new file with mode: 0644]