]> asedeno.scripts.mit.edu Git - linux.git/commit
csky: Library functions
authorGuo Ren <ren_guo@c-sky.com>
Wed, 5 Sep 2018 06:25:18 +0000 (14:25 +0800)
committerGuo Ren <ren_guo@c-sky.com>
Thu, 25 Oct 2018 16:54:24 +0000 (00:54 +0800)
commitc5af58b769113c4045209973052db3e3a543ee43
treecd31dd49aa07e63af65217f8f04d165fe328a312
parent9d056df0924edbb0a30c85a1c1d3153c1229ec47
csky: Library functions

This patch adds string optimize codes and some auxiliary codes.

Signed-off-by: Chen Linfei <linfei_chen@c-sky.com>
Signed-off-by: Mao Han <han_mao@c-sky.com>
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
19 files changed:
arch/csky/abiv1/bswapdi.c [new file with mode: 0644]
arch/csky/abiv1/bswapsi.c [new file with mode: 0644]
arch/csky/abiv1/inc/abi/string.h [new file with mode: 0644]
arch/csky/abiv1/memcpy.S [new file with mode: 0644]
arch/csky/abiv1/memset.c [new file with mode: 0644]
arch/csky/abiv1/strksyms.c [new file with mode: 0644]
arch/csky/abiv2/inc/abi/string.h [new file with mode: 0644]
arch/csky/abiv2/memcmp.S [new file with mode: 0644]
arch/csky/abiv2/memcpy.S [new file with mode: 0644]
arch/csky/abiv2/memmove.S [new file with mode: 0644]
arch/csky/abiv2/memset.S [new file with mode: 0644]
arch/csky/abiv2/strcmp.S [new file with mode: 0644]
arch/csky/abiv2/strcpy.S [new file with mode: 0644]
arch/csky/abiv2/strksyms.c [new file with mode: 0644]
arch/csky/abiv2/strlen.S [new file with mode: 0644]
arch/csky/abiv2/sysdep.h [new file with mode: 0644]
arch/csky/include/asm/string.h [new file with mode: 0644]
arch/csky/kernel/power.c [new file with mode: 0644]
arch/csky/lib/delay.c [new file with mode: 0644]