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
Kirill Smelkov
linux
Commits
80649c3b
Commit
80649c3b
authored
Sep 09, 2004
by
Deepak Saxena
Browse files
Options
Browse Files
Download
Plain Diff
Merge plexity.net:/home/dsaxena/src/linux-2.6-ixp2000
into plexity.net:/home/dsaxena/src/linux-2.6-for-rmk
parents
f390bfed
ab0a56e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
arch/arm/mach-ixp2000/ixdp2x01.c
arch/arm/mach-ixp2000/ixdp2x01.c
+7
-7
No files found.
arch/arm/mach-ixp2000/ixdp2x01.c
View file @
80649c3b
...
...
@@ -144,22 +144,22 @@ static struct map_desc ixdp2x01_io_desc __initdata = {
static
struct
uart_port
ixdp2x01_serial_ports
[
2
]
=
{
{
.
membase
=
(
char
*
)(
IXDP2X01_UART1_VIRT_BASE
+
3
),
.
mapbase
=
IXDP2X01_UART1_PHYS_BASE
+
3
,
.
membase
=
(
char
*
)(
IXDP2X01_UART1_VIRT_BASE
),
.
mapbase
=
(
unsigned
long
)
IXDP2X01_UART1_PHYS_BASE
,
.
irq
=
IRQ_IXDP2X01_UART1
,
.
flags
=
UPF_SKIP_TEST
,
.
iotype
=
UPIO_MEM
,
.
iotype
=
UPIO_MEM
32
,
.
regshift
=
2
,
.
uartclk
=
IXDP2X01_UART_CLK
,
.
line
=
1
,
.
type
=
PORT_16550A
,
.
fifosize
=
16
},
{
.
membase
=
(
char
*
)(
IXDP2X01_UART2_VIRT_BASE
+
3
),
.
mapbase
=
IXDP2X01_UART2_PHYS_BASE
+
3
,
.
membase
=
(
char
*
)(
IXDP2X01_UART2_VIRT_BASE
),
.
mapbase
=
(
unsigned
long
)
IXDP2X01_UART2_PHYS_BASE
,
.
irq
=
IRQ_IXDP2X01_UART2
,
.
flags
=
UPF_SKIP_TEST
,
.
iotype
=
UPIO_MEM
,
.
iotype
=
UPIO_MEM
32
,
.
regshift
=
2
,
.
uartclk
=
IXDP2X01_UART_CLK
,
.
line
=
2
,
...
...
@@ -282,7 +282,7 @@ static int ixdp2x01_pci_setup(int nr, struct pci_sys_data *sys)
if
(
machine_is_ixdp2801
())
sys
->
mem_offset
-=
((
*
IXP2000_PCI_ADDR_EXT
&
0xE000
)
<<
16
);
ixp2000_pci_setup
(
nr
,
sys
);
return
ixp2000_pci_setup
(
nr
,
sys
);
}
struct
hw_pci
ixdp2x01_pci
__initdata
=
{
...
...
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