Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matisse
android_kernel_samsung_matisse
Commits
29ce2c76
Commit
29ce2c76
authored
19 years ago
by
Ralf Baechle
Committed by
19 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update Yoichi Yuasa's email address.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
2065988e
Changes
38
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
23 additions
and
23 deletions
+23
-23
arch/mips/lib/iomap.c
arch/mips/lib/iomap.c
+1
-1
arch/mips/pci/fixup-capcella.c
arch/mips/pci/fixup-capcella.c
+1
-1
arch/mips/pci/fixup-mpc30x.c
arch/mips/pci/fixup-mpc30x.c
+1
-1
arch/mips/pci/fixup-tb0219.c
arch/mips/pci/fixup-tb0219.c
+1
-1
arch/mips/pci/fixup-tb0226.c
arch/mips/pci/fixup-tb0226.c
+1
-1
arch/mips/pci/fixup-tb0287.c
arch/mips/pci/fixup-tb0287.c
+1
-1
arch/mips/pci/ops-vr41xx.c
arch/mips/pci/ops-vr41xx.c
+1
-1
arch/mips/pci/pci-vr41xx.c
arch/mips/pci/pci-vr41xx.c
+1
-1
arch/mips/pci/pci-vr41xx.h
arch/mips/pci/pci-vr41xx.h
+1
-1
arch/mips/vr41xx/casio-e55/setup.c
arch/mips/vr41xx/casio-e55/setup.c
+1
-1
arch/mips/vr41xx/common/bcu.c
arch/mips/vr41xx/common/bcu.c
+2
-2
arch/mips/vr41xx/common/cmu.c
arch/mips/vr41xx/common/cmu.c
+2
-2
arch/mips/vr41xx/common/icu.c
arch/mips/vr41xx/common/icu.c
+2
-2
arch/mips/vr41xx/common/init.c
arch/mips/vr41xx/common/init.c
+1
-1
arch/mips/vr41xx/common/int-handler.S
arch/mips/vr41xx/common/int-handler.S
+1
-1
arch/mips/vr41xx/common/irq.c
arch/mips/vr41xx/common/irq.c
+1
-1
arch/mips/vr41xx/common/pmu.c
arch/mips/vr41xx/common/pmu.c
+1
-1
arch/mips/vr41xx/common/type.c
arch/mips/vr41xx/common/type.c
+1
-1
arch/mips/vr41xx/common/vrc4173.c
arch/mips/vr41xx/common/vrc4173.c
+1
-1
arch/mips/vr41xx/ibm-workpad/setup.c
arch/mips/vr41xx/ibm-workpad/setup.c
+1
-1
No files found.
arch/mips/lib/iomap.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* This code is based on lib/iomap.c, by Linus Torvalds.
*
* Copyright (C) 2004-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/fixup-capcella.c
View file @
29ce2c76
/*
* fixup-cappcela.c, The ZAO Networks Capcella specific PCI fixups.
*
* Copyright (C) 2002,2004 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2002,2004 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/fixup-mpc30x.c
View file @
29ce2c76
/*
* fixup-mpc30x.c, The Victor MP-C303/304 specific PCI fixups.
*
* Copyright (C) 2002,2004 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2002,2004 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/fixup-tb0219.c
View file @
29ce2c76
...
...
@@ -2,7 +2,7 @@
* fixup-tb0219.c, The TANBAC TB0219 specific PCI fixups.
*
* Copyright (C) 2003 Megasolution Inc. <matsu@megasolution.jp>
* Copyright (C) 2004 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2004 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/fixup-tb0226.c
View file @
29ce2c76
/*
* fixup-tb0226.c, The TANBAC TB0226 specific PCI fixups.
*
* Copyright (C) 2002-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2002-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/fixup-tb0287.c
View file @
29ce2c76
/*
* fixup-tb0287.c, The TANBAC TB0287 specific PCI fixups.
*
* Copyright (C) 2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/ops-vr41xx.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2003 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/pci-vr41xx.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2003 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
* Copyright (C) 2004 by Ralf Baechle (ralf@linux-mips.org)
*
* This program is free software; you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
arch/mips/pci/pci-vr41xx.h
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2002 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2004-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/casio-e55/setup.c
View file @
29ce2c76
/*
* setup.c, Setup for the CASIO CASSIOPEIA E-11/15/55/65.
*
* Copyright (C) 2002-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2002-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/bcu.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2002 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com, or source@mvista.com>
* Copyright (C) 2003-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2003-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -25,7 +25,7 @@
* - New creation, NEC VR4122 and VR4131 are supported.
* - Added support for NEC VR4111 and VR4121.
*
* Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
* - Added support for NEC VR4133.
*/
#include <linux/kernel.h>
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/cmu.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2002 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com>
* Copuright (C) 2003-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copuright (C) 2003-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -25,7 +25,7 @@
* - New creation, NEC VR4122 and VR4131 are supported.
* - Added support for NEC VR4111 and VR4121.
*
* Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
* - Added support for NEC VR4133.
*/
#include <linux/init.h>
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/icu.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2002 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com or source@mvista.com>
* Copyright (C) 2003-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2003-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
@@ -25,7 +25,7 @@
* - New creation, NEC VR4122 and VR4131 are supported.
* - Added support for NEC VR4111 and VR4121.
*
* Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
* - Coped with INTASSIGN of NEC VR4133.
*/
#include <linux/errno.h>
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/init.c
View file @
29ce2c76
/*
* init.c, Common initialization routines for NEC VR4100 series.
*
* Copyright (C) 2003-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2003-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/int-handler.S
View file @
29ce2c76
...
...
@@ -35,7 +35,7 @@
*
MontaVista
Software
Inc
.
<
yyuasa
@
mvista
.
com
>
or
<
source
@
mvista
.
com
>
*
-
New
creation
,
NEC
VR4100
series
are
supported
.
*
*
Yoichi
Yuasa
<
y
uasa
@
hh
.
iij4u
.
or
.
jp
>
*
Yoichi
Yuasa
<
y
oichi_yuasa
@
tripeaks
.
co
.
jp
>
*
-
Coped
with
INTASSIGN
of
NEC
VR4133
.
*/
#include <asm/asm.h>
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/irq.c
View file @
29ce2c76
/*
* Interrupt handing routines for NEC VR4100 series.
*
* Copyright (C) 2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/pmu.c
View file @
29ce2c76
/*
* pmu.c, Power Management Unit routines for NEC VR4100 series.
*
* Copyright (C) 2003-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2003-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/type.c
View file @
29ce2c76
/*
* type.c, System type for NEC VR4100 series.
*
* Copyright (C) 2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/common/vrc4173.c
View file @
29ce2c76
...
...
@@ -3,7 +3,7 @@
*
* Copyright (C) 2001-2003 MontaVista Software Inc.
* Author: Yoichi Yuasa <yyuasa@mvista.com, or source@mvista.com>
* Copyright (C) 2004 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2004 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
* Copyright (C) 2005 Ralf Baechle (ralf@linux-mips.org)
*
* This program is free software; you can redistribute it and/or modify
...
...
This diff is collapsed.
Click to expand it.
arch/mips/vr41xx/ibm-workpad/setup.c
View file @
29ce2c76
/*
* setup.c, Setup for the IBM WorkPad z50.
*
* Copyright (C) 2002-2005 Yoichi Yuasa <y
uasa@hh.iij4u.or
.jp>
* Copyright (C) 2002-2005 Yoichi Yuasa <y
oichi_yuasa@tripeaks.co
.jp>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment