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
5069356c
Commit
5069356c
authored
Dec 29, 2003
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://bk.arm.linux.org.uk/linux-2.6-serial
into home.osdl.org:/home/torvalds/v2.5/linux
parents
c41a3ca5
5e0bfb82
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/serial/8250.c
drivers/serial/8250.c
+1
-1
drivers/serial/sa1100.c
drivers/serial/sa1100.c
+1
-0
No files found.
drivers/serial/8250.c
View file @
5069356c
...
@@ -530,10 +530,10 @@ static void autoconfig_16550a(struct uart_8250_port *up)
...
@@ -530,10 +530,10 @@ static void autoconfig_16550a(struct uart_8250_port *up)
status1
|=
0x10
;
/* 1.625 divisor for baud_base --> 921600 */
status1
|=
0x10
;
/* 1.625 divisor for baud_base --> 921600 */
serial_outp
(
up
,
0x04
,
status1
);
serial_outp
(
up
,
0x04
,
status1
);
serial_outp
(
up
,
UART_LCR
,
0
);
serial_outp
(
up
,
UART_LCR
,
0
);
up
->
port
.
uartclk
=
921600
*
16
;
#endif
#endif
up
->
port
.
type
=
PORT_NS16550A
;
up
->
port
.
type
=
PORT_NS16550A
;
up
->
port
.
uartclk
=
921600
*
16
;
return
;
return
;
}
}
}
}
...
...
drivers/serial/sa1100.c
View file @
5069356c
...
@@ -852,6 +852,7 @@ static struct uart_driver sa1100_reg = {
...
@@ -852,6 +852,7 @@ static struct uart_driver sa1100_reg = {
.
owner
=
THIS_MODULE
,
.
owner
=
THIS_MODULE
,
.
driver_name
=
"ttySA"
,
.
driver_name
=
"ttySA"
,
.
dev_name
=
"ttySA"
,
.
dev_name
=
"ttySA"
,
.
devfs_name
=
"ttySA"
,
.
major
=
SERIAL_SA1100_MAJOR
,
.
major
=
SERIAL_SA1100_MAJOR
,
.
minor
=
MINOR_START
,
.
minor
=
MINOR_START
,
.
nr
=
NR_PORTS
,
.
nr
=
NR_PORTS
,
...
...
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