Commit f7a904dffe30a02636053d8022498ced7e44d31c
Committed by
Ralf Baechle
1 parent
50549bda2d
Exists in
master
and in
39 other branches
MIPS: Loongson: Change the Email address of Wu Zhangjin
Currently wuzj@lemote.com is not usable; change it to wuzhangjin@gmail.com. Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Cc: linux-mips@linux-mips.org Cc: yanh@lemote.com Cc: huhb@lemote.com Cc: zhangfx@lemote.com Patchwork: http://patchwork.linux-mips.org/patch/829/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Showing 41 changed files with 48 additions and 62 deletions Side-by-side Diff
- arch/mips/boot/compressed/Makefile
- arch/mips/boot/compressed/decompress.c
- arch/mips/include/asm/ftrace.h
- arch/mips/include/asm/mach-loongson/cpu-feature-overrides.h
- arch/mips/include/asm/mach-loongson/cs5536/cs5536_vsm.h
- arch/mips/include/asm/mach-loongson/loongson.h
- arch/mips/include/asm/mach-loongson/machine.h
- arch/mips/include/asm/mach-loongson/mem.h
- arch/mips/include/asm/mach-loongson/pci.h
- arch/mips/kernel/ftrace.c
- arch/mips/kernel/mcount.S
- arch/mips/loongson/common/cmdline.c
- arch/mips/loongson/common/cs5536/cs5536_acc.c
- arch/mips/loongson/common/cs5536/cs5536_ehci.c
- arch/mips/loongson/common/cs5536/cs5536_ide.c
- arch/mips/loongson/common/cs5536/cs5536_isa.c
- arch/mips/loongson/common/cs5536/cs5536_mfgpt.c
- arch/mips/loongson/common/cs5536/cs5536_ohci.c
- arch/mips/loongson/common/cs5536/cs5536_pci.c
- arch/mips/loongson/common/early_printk.c
- arch/mips/loongson/common/env.c
- arch/mips/loongson/common/init.c
- arch/mips/loongson/common/machtype.c
- arch/mips/loongson/common/platform.c
- arch/mips/loongson/common/pm.c
- arch/mips/loongson/common/reset.c
- arch/mips/loongson/common/serial.c
- arch/mips/loongson/common/time.c
- arch/mips/loongson/common/uart_base.c
- arch/mips/loongson/fuloong-2e/reset.c
- arch/mips/loongson/lemote-2f/machtype.c
- arch/mips/loongson/lemote-2f/pm.c
- arch/mips/loongson/lemote-2f/reset.c
- arch/mips/oprofile/op_model_loongson2.c
- arch/mips/pci/ops-loongson2.c
- arch/mips/power/cpu.c
- arch/mips/power/hibernate.S
- drivers/staging/sm7xx/smtc2d.c
- drivers/staging/sm7xx/smtc2d.h
- drivers/staging/sm7xx/smtcfb.c
- drivers/staging/sm7xx/smtcfb.h
arch/mips/boot/compressed/Makefile
... | ... | @@ -9,7 +9,7 @@ |
9 | 9 | # modified by Cort (cort@cs.nmt.edu) |
10 | 10 | # |
11 | 11 | # Copyright (C) 2009 Lemote Inc. & DSLab, Lanzhou University |
12 | -# Author: Wu Zhangjin <wuzj@lemote.com> | |
12 | +# Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
13 | 13 | # |
14 | 14 | |
15 | 15 | # compressed kernel load addr: VMLINUZ_LOAD_ADDRESS > VMLINUX_LOAD_ADDRESS + VMLINUX_SIZE |
arch/mips/boot/compressed/decompress.c
... | ... | @@ -5,8 +5,8 @@ |
5 | 5 | * Author: Matt Porter <mporter@mvista.com> Derived from |
6 | 6 | * arch/ppc/boot/prep/misc.c |
7 | 7 | * |
8 | - * Copyright (C) 2009 Lemote, Inc. & Institute of Computing Technology | |
9 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
8 | + * Copyright (C) 2009 Lemote, Inc. | |
9 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
10 | 10 | * |
11 | 11 | * This program is free software; you can redistribute it and/or modify it |
12 | 12 | * under the terms of the GNU General Public License as published by the |
arch/mips/include/asm/ftrace.h
arch/mips/include/asm/mach-loongson/cpu-feature-overrides.h
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * License. See the file "COPYING" in the main directory of this archive |
4 | 4 | * for more details. |
5 | 5 | * |
6 | - * Copyright (C) 2009 Wu Zhangjin <wuzj@lemote.com> | |
6 | + * Copyright (C) 2009 Wu Zhangjin <wuzhangjin@gmail.com> | |
7 | 7 | * Copyright (C) 2009 Philippe Vachon <philippe@cowpig.ca> |
8 | 8 | * Copyright (C) 2009 Zhang Le <r0bertz@gentoo.org> |
9 | 9 | * |
arch/mips/include/asm/mach-loongson/cs5536/cs5536_vsm.h
arch/mips/include/asm/mach-loongson/loongson.h
1 | 1 | /* |
2 | 2 | * Copyright (C) 2009 Lemote, Inc. |
3 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
3 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
4 | 4 | * |
5 | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | 6 | * under the terms of the GNU General Public License as published by the |
7 | 7 | * Free Software Foundation; either version 2 of the License, or (at your |
8 | 8 | * option) any later version. |
9 | - * | |
10 | 9 | */ |
11 | 10 | |
12 | 11 | #ifndef __ASM_MACH_LOONGSON_LOONGSON_H |
arch/mips/include/asm/mach-loongson/machine.h
1 | 1 | /* |
2 | - * Copyright (C) 2009 Lemote, Inc. & Institute of Computing Technology | |
3 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
2 | + * Copyright (C) 2009 Lemote, Inc. | |
3 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
4 | 4 | * |
5 | 5 | * This program is free software; you can redistribute it and/or modify it |
6 | 6 | * under the terms of the GNU General Public License as published by the |
arch/mips/include/asm/mach-loongson/mem.h
arch/mips/include/asm/mach-loongson/pci.h
1 | 1 | /* |
2 | 2 | * Copyright (c) 2008 Zhang Le <r0bertz@gentoo.org> |
3 | - * Copyright (c) 2009 Wu Zhangjin <wuzj@lemote.com> | |
3 | + * Copyright (c) 2009 Wu Zhangjin <wuzhangjin@gmail.com> | |
4 | 4 | * |
5 | 5 | * This program is free software; you can redistribute it |
6 | 6 | * and/or modify it under the terms of the GNU General |
7 | 7 | * Public License as published by the Free Software |
8 | 8 | * Foundation; either version 2 of the License, or (at your |
9 | 9 | * option) any later version. |
10 | - * | |
11 | - * This program is distributed in the hope that it will be | |
12 | - * useful, but WITHOUT ANY WARRANTY; without even the implied | |
13 | - * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR | |
14 | - * PURPOSE. See the GNU General Public License for more | |
15 | - * details. | |
16 | - * | |
17 | - * You should have received a copy of the GNU General Public | |
18 | - * License along with this program; if not, write to the Free | |
19 | - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA | |
20 | - * 02139, USA. | |
21 | 10 | */ |
22 | 11 | |
23 | 12 | #ifndef __ASM_MACH_LOONGSON_PCI_H_ |
arch/mips/kernel/ftrace.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * |
4 | 4 | * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> |
5 | 5 | * Copyright (C) 2009 DSLab, Lanzhou University, China |
6 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
6 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
7 | 7 | * |
8 | 8 | * Thanks goes to Steven Rostedt for writing the original x86 version. |
9 | 9 | */ |
arch/mips/kernel/mcount.S
arch/mips/loongson/common/cmdline.c
... | ... | @@ -10,7 +10,7 @@ |
10 | 10 | * Author: Fuxin Zhang, zhangfx@lemote.com |
11 | 11 | * |
12 | 12 | * Copyright (C) 2009 Lemote Inc. |
13 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
13 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
14 | 14 | * |
15 | 15 | * This program is free software; you can redistribute it and/or modify it |
16 | 16 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/cs5536/cs5536_acc.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author : jlliu, liujl@lemote.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | 11 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/cs5536/cs5536_ehci.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author : jlliu, liujl@lemote.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | 11 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/cs5536/cs5536_ide.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author : jlliu, liujl@lemote.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | 11 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/cs5536/cs5536_isa.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author : jlliu, liujl@lemote.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | 11 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/cs5536/cs5536_mfgpt.c
arch/mips/loongson/common/cs5536/cs5536_ohci.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author : jlliu, liujl@lemote.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | 11 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/cs5536/cs5536_pci.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author : jlliu, liujl@lemote.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This program is free software; you can redistribute it and/or modify it |
11 | 11 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/early_printk.c
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | * |
3 | 3 | * Copyright (c) 2009 Philippe Vachon <philippe@cowpig.ca> |
4 | 4 | * Copyright (c) 2009 Lemote Inc. |
5 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
5 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
6 | 6 | * |
7 | 7 | * This program is free software; you can redistribute it and/or modify it |
8 | 8 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/env.c
... | ... | @@ -9,8 +9,8 @@ |
9 | 9 | * Copyright (C) 2007 Lemote Inc. & Insititute of Computing Technology |
10 | 10 | * Author: Fuxin Zhang, zhangfx@lemote.com |
11 | 11 | * |
12 | - * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology | |
13 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
12 | + * Copyright (C) 2009 Lemote Inc. | |
13 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
14 | 14 | * |
15 | 15 | * This program is free software; you can redistribute it and/or modify it |
16 | 16 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/init.c
arch/mips/loongson/common/machtype.c
arch/mips/loongson/common/platform.c
arch/mips/loongson/common/pm.c
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | * loongson-specific suspend support |
3 | 3 | * |
4 | 4 | * Copyright (C) 2009 Lemote Inc. |
5 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
5 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
6 | 6 | * |
7 | 7 | * This program is free software; you can redistribute it and/or modify |
8 | 8 | * it under the terms of the GNU General Public License as published by |
arch/mips/loongson/common/reset.c
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | * Copyright (C) 2007 Lemote, Inc. & Institute of Computing Technology |
8 | 8 | * Author: Fuxin Zhang, zhangfx@lemote.com |
9 | 9 | * Copyright (C) 2009 Lemote, Inc. |
10 | - * Author: Zhangjin Wu, wuzj@lemote.com | |
10 | + * Author: Zhangjin Wu, wuzhangjin@gmail.com | |
11 | 11 | */ |
12 | 12 | #include <linux/init.h> |
13 | 13 | #include <linux/pm.h> |
arch/mips/loongson/common/serial.c
arch/mips/loongson/common/time.c
... | ... | @@ -2,8 +2,8 @@ |
2 | 2 | * Copyright (C) 2007 Lemote, Inc. & Institute of Computing Technology |
3 | 3 | * Author: Fuxin Zhang, zhangfx@lemote.com |
4 | 4 | * |
5 | - * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology | |
6 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
5 | + * Copyright (C) 2009 Lemote Inc. | |
6 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
7 | 7 | * |
8 | 8 | * This program is free software; you can redistribute it and/or modify it |
9 | 9 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/common/uart_base.c
arch/mips/loongson/fuloong-2e/reset.c
1 | 1 | /* Board-specific reboot/shutdown routines |
2 | 2 | * Copyright (c) 2009 Philippe Vachon <philippe@cowpig.ca> |
3 | 3 | * |
4 | - * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology | |
5 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
4 | + * Copyright (C) 2009 Lemote Inc. | |
5 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
6 | 6 | * |
7 | 7 | * This program is free software; you can redistribute it and/or modify it |
8 | 8 | * under the terms of the GNU General Public License as published by the |
arch/mips/loongson/lemote-2f/machtype.c
arch/mips/loongson/lemote-2f/pm.c
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | * Lemote loongson2f family machines' specific suspend support |
3 | 3 | * |
4 | 4 | * Copyright (C) 2009 Lemote Inc. |
5 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
5 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
6 | 6 | * |
7 | 7 | * This program is free software; you can redistribute it and/or modify |
8 | 8 | * it under the terms of the GNU General Public License as published by |
arch/mips/loongson/lemote-2f/reset.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * Copyright (c) 2009 Philippe Vachon <philippe@cowpig.ca> |
4 | 4 | * |
5 | 5 | * Copyright (C) 2009 Lemote Inc. |
6 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
6 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
7 | 7 | * |
8 | 8 | * This program is free software; you can redistribute it and/or modify it |
9 | 9 | * under the terms of the GNU General Public License as published by the |
arch/mips/oprofile/op_model_loongson2.c
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | * |
4 | 4 | * Copyright (C) 2009 Lemote Inc. |
5 | 5 | * Author: Yanhua <yanh@lemote.com> |
6 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
6 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
7 | 7 | * |
8 | 8 | * This file is subject to the terms and conditions of the GNU General Public |
9 | 9 | * License. See the file "COPYING" in the main directory of this archive |
arch/mips/pci/ops-loongson2.c
1 | 1 | /* |
2 | - * fuloong2e specific PCI support. | |
3 | - * | |
4 | 2 | * Copyright (C) 1999, 2000, 2004 MIPS Technologies, Inc. |
5 | 3 | * All rights reserved. |
6 | 4 | * Authors: Carsten Langgaard <carstenl@mips.com> |
7 | 5 | * Maciej W. Rozycki <macro@mips.com> |
8 | 6 | * |
9 | 7 | * Copyright (C) 2009 Lemote Inc. |
10 | - * Author: Wu Zhangjin <wuzj@lemote.com> | |
8 | + * Author: Wu Zhangjin <wuzhangjin@gmail.com> | |
11 | 9 | * |
12 | 10 | * This program is free software; you can distribute it and/or modify it |
13 | 11 | * under the terms of the GNU General Public License (Version 2) as |
arch/mips/power/cpu.c
... | ... | @@ -3,9 +3,9 @@ |
3 | 3 | * |
4 | 4 | * Licensed under the GPLv2 |
5 | 5 | * |
6 | - * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology | |
6 | + * Copyright (C) 2009 Lemote Inc. | |
7 | 7 | * Author: Hu Hongbing <huhb@lemote.com> |
8 | - * Wu Zhangjin <wuzj@lemote.com> | |
8 | + * Wu Zhangjin <wuzhangjin@gmail.com> | |
9 | 9 | */ |
10 | 10 | #include <asm/suspend.h> |
11 | 11 | #include <asm/fpu.h> |
arch/mips/power/hibernate.S
... | ... | @@ -3,9 +3,9 @@ |
3 | 3 | * |
4 | 4 | * Licensed under the GPLv2 |
5 | 5 | * |
6 | - * Copyright (C) 2009 Lemote Inc. & Insititute of Computing Technology | |
6 | + * Copyright (C) 2009 Lemote Inc. | |
7 | 7 | * Author: Hu Hongbing <huhb@lemote.com> |
8 | - * Wu Zhangjin <wuzj@lemote.com> | |
8 | + * Wu Zhangjin <wuzhangjin@gmail.com> | |
9 | 9 | */ |
10 | 10 | #include <asm/asm-offsets.h> |
11 | 11 | #include <asm/page.h> |
drivers/staging/sm7xx/smtc2d.c
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author: Boyod boyod.yang@siliconmotion.com.cn |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This file is subject to the terms and conditions of the GNU General Public |
11 | 11 | * License. See the file COPYING in the main directory of this archive for |
drivers/staging/sm7xx/smtc2d.h
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | * Author: Ge Wang, gewang@siliconmotion.com |
6 | 6 | * |
7 | 7 | * Copyright (C) 2009 Lemote, Inc. |
8 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
8 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
9 | 9 | * |
10 | 10 | * This file is subject to the terms and conditions of the GNU General Public |
11 | 11 | * License. See the file COPYING in the main directory of this archive for |
drivers/staging/sm7xx/smtcfb.c
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | * Boyod boyod.yang@siliconmotion.com.cn |
7 | 7 | * |
8 | 8 | * Copyright (C) 2009 Lemote, Inc. |
9 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
9 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
10 | 10 | * |
11 | 11 | * This file is subject to the terms and conditions of the GNU General Public |
12 | 12 | * License. See the file COPYING in the main directory of this archive for |
drivers/staging/sm7xx/smtcfb.h
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | * Boyod boyod.yang@siliconmotion.com.cn |
7 | 7 | * |
8 | 8 | * Copyright (C) 2009 Lemote, Inc. |
9 | - * Author: Wu Zhangjin, wuzj@lemote.com | |
9 | + * Author: Wu Zhangjin, wuzhangjin@gmail.com | |
10 | 10 | * |
11 | 11 | * This file is subject to the terms and conditions of the GNU General Public |
12 | 12 | * License. See the file COPYING in the main directory of this archive for |