Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
8022887c
Commit
8022887c
authored
Jul 15, 2010
by
Eric Miao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] mmp: rename pxa_map_io() to mmp_map_io()
Signed-off-by:
Eric Miao
<
eric.y.miao@gmail.com
>
parent
4b37cd33
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
9 deletions
+9
-9
arch/arm/mach-mmp/aspenite.c
arch/arm/mach-mmp/aspenite.c
+2
-2
arch/arm/mach-mmp/avengers_lite.c
arch/arm/mach-mmp/avengers_lite.c
+1
-1
arch/arm/mach-mmp/common.c
arch/arm/mach-mmp/common.c
+1
-1
arch/arm/mach-mmp/common.h
arch/arm/mach-mmp/common.h
+1
-1
arch/arm/mach-mmp/flint.c
arch/arm/mach-mmp/flint.c
+1
-1
arch/arm/mach-mmp/jasper.c
arch/arm/mach-mmp/jasper.c
+1
-1
arch/arm/mach-mmp/tavorevb.c
arch/arm/mach-mmp/tavorevb.c
+1
-1
arch/arm/mach-mmp/ttc_dkb.c
arch/arm/mach-mmp/ttc_dkb.c
+1
-1
No files found.
arch/arm/mach-mmp/aspenite.c
View file @
8022887c
...
...
@@ -151,7 +151,7 @@ static void __init common_init(void)
MACHINE_START
(
ASPENITE
,
"PXA168-based Aspenite Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
pxa168_init_irq
,
.
timer
=
&
pxa168_timer
,
.
init_machine
=
common_init
,
...
...
@@ -160,7 +160,7 @@ MACHINE_END
MACHINE_START
(
ZYLONITE2
,
"PXA168-based Zylonite2 Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
pxa168_init_irq
,
.
timer
=
&
pxa168_timer
,
.
init_machine
=
common_init
,
...
...
arch/arm/mach-mmp/avengers_lite.c
View file @
8022887c
...
...
@@ -43,7 +43,7 @@ static void __init avengers_lite_init(void)
MACHINE_START
(
AVENGERS_LITE
,
"PXA168 Avengers lite Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
pxa168_init_irq
,
.
timer
=
&
pxa168_timer
,
.
init_machine
=
avengers_lite_init
,
...
...
arch/arm/mach-mmp/common.c
View file @
8022887c
...
...
@@ -31,7 +31,7 @@ static struct map_desc standard_io_desc[] __initdata = {
},
};
void
__init
pxa
_map_io
(
void
)
void
__init
mmp
_map_io
(
void
)
{
iotable_init
(
standard_io_desc
,
ARRAY_SIZE
(
standard_io_desc
));
}
arch/arm/mach-mmp/common.h
View file @
8022887c
...
...
@@ -14,4 +14,4 @@ extern void __init mmp2_init_icu(void);
extern
void
__init
mmp2_init_irq
(
void
);
extern
void
__init
icu_init_irq
(
void
);
extern
void
__init
pxa
_map_io
(
void
);
extern
void
__init
mmp
_map_io
(
void
);
arch/arm/mach-mmp/flint.c
View file @
8022887c
...
...
@@ -115,7 +115,7 @@ static void __init flint_init(void)
MACHINE_START
(
FLINT
,
"Flint Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
mmp2_init_irq
,
.
timer
=
&
mmp2_timer
,
.
init_machine
=
flint_init
,
...
...
arch/arm/mach-mmp/jasper.c
View file @
8022887c
...
...
@@ -136,7 +136,7 @@ static void __init jasper_init(void)
MACHINE_START
(
MARVELL_JASPER
,
"Jasper Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
mmp2_init_irq
,
.
timer
=
&
mmp2_timer
,
.
init_machine
=
jasper_init
,
...
...
arch/arm/mach-mmp/tavorevb.c
View file @
8022887c
...
...
@@ -101,7 +101,7 @@ static void __init tavorevb_init(void)
MACHINE_START
(
TAVOREVB
,
"PXA910 Evaluation Board (aka TavorEVB)"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
pxa910_init_irq
,
.
timer
=
&
pxa910_timer
,
.
init_machine
=
tavorevb_init
,
...
...
arch/arm/mach-mmp/ttc_dkb.c
View file @
8022887c
...
...
@@ -124,7 +124,7 @@ static void __init ttc_dkb_init(void)
MACHINE_START
(
TTC_DKB
,
"PXA910-based TTC_DKB Development Platform"
)
.
phys_io
=
APB_PHYS_BASE
,
.
io_pg_offst
=
(
APB_VIRT_BASE
>>
18
)
&
0xfffc
,
.
map_io
=
pxa
_map_io
,
.
map_io
=
mmp
_map_io
,
.
init_irq
=
pxa910_init_irq
,
.
timer
=
&
pxa910_timer
,
.
init_machine
=
ttc_dkb_init
,
...
...
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