Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
a8c72504
cloud-kernel
项目概览
openanolis
/
cloud-kernel
大约 1 年 前同步成功
通知
158
Star
36
Fork
7
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
10
列表
看板
标记
里程碑
合并请求
2
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
cloud-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
10
Issue
10
列表
看板
标记
里程碑
合并请求
2
合并请求
2
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
a8c72504
编写于
6月 05, 2006
作者:
L
Linus Torvalds
浏览文件
操作
浏览文件
下载
差异文件
Merge master.kernel.org:/home/rmk/linux-2.6-serial
* master.kernel.org:/home/rmk/linux-2.6-serial: [SERIAL] typo: buad -> baud
上级
2f9c3c2c
e853534e
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
10 addition
and
10 deletion
+10
-10
arch/mips/ddb5xxx/ddb5476/dbg_io.c
arch/mips/ddb5xxx/ddb5476/dbg_io.c
+1
-1
arch/mips/ddb5xxx/ddb5477/kgdb_io.c
arch/mips/ddb5xxx/ddb5477/kgdb_io.c
+1
-1
arch/mips/gt64120/ev64120/serialGT.c
arch/mips/gt64120/ev64120/serialGT.c
+1
-1
arch/mips/gt64120/momenco_ocelot/dbg_io.c
arch/mips/gt64120/momenco_ocelot/dbg_io.c
+1
-1
arch/mips/ite-boards/generic/dbg_io.c
arch/mips/ite-boards/generic/dbg_io.c
+1
-1
arch/mips/momentum/jaguar_atx/dbg_io.c
arch/mips/momentum/jaguar_atx/dbg_io.c
+1
-1
arch/mips/momentum/ocelot_c/dbg_io.c
arch/mips/momentum/ocelot_c/dbg_io.c
+1
-1
arch/mips/momentum/ocelot_g/dbg_io.c
arch/mips/momentum/ocelot_g/dbg_io.c
+1
-1
include/asm-arm/arch-l7200/serial_l7200.h
include/asm-arm/arch-l7200/serial_l7200.h
+1
-1
include/asm-arm/arch-l7200/uncompress.h
include/asm-arm/arch-l7200/uncompress.h
+1
-1
未找到文件。
arch/mips/ddb5xxx/ddb5476/dbg_io.c
浏览文件 @
a8c72504
...
@@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
arch/mips/ddb5xxx/ddb5477/kgdb_io.c
浏览文件 @
a8c72504
...
@@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -86,7 +86,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
arch/mips/gt64120/ev64120/serialGT.c
浏览文件 @
a8c72504
...
@@ -149,7 +149,7 @@ void serial_set(int channel, unsigned long baud)
...
@@ -149,7 +149,7 @@ void serial_set(int channel, unsigned long baud)
#else
#else
/*
/*
* Note: Set baud rate, hardcoded here for rate of 115200
* Note: Set baud rate, hardcoded here for rate of 115200
* since became unsure of above "b
ua
d rate" algorithm (??).
* since became unsure of above "b
au
d rate" algorithm (??).
*/
*/
outreg
(
channel
,
LCR
,
0x83
);
outreg
(
channel
,
LCR
,
0x83
);
outreg
(
channel
,
DLM
,
0x00
);
// See note above
outreg
(
channel
,
DLM
,
0x00
);
// See note above
...
...
arch/mips/gt64120/momenco_ocelot/dbg_io.c
浏览文件 @
a8c72504
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
arch/mips/ite-boards/generic/dbg_io.c
浏览文件 @
a8c72504
...
@@ -72,7 +72,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -72,7 +72,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
arch/mips/momentum/jaguar_atx/dbg_io.c
浏览文件 @
a8c72504
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
arch/mips/momentum/ocelot_c/dbg_io.c
浏览文件 @
a8c72504
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
arch/mips/momentum/ocelot_g/dbg_io.c
浏览文件 @
a8c72504
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
...
@@ -73,7 +73,7 @@ void debugInit(uint32 baud, uint8 data, uint8 parity, uint8 stop)
/* disable interrupts */
/* disable interrupts */
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
UART16550_WRITE
(
OFS_INTR_ENABLE
,
0
);
/* set up b
ua
d rate */
/* set up b
au
d rate */
{
{
uint32
divisor
;
uint32
divisor
;
...
...
include/asm-arm/arch-l7200/serial_l7200.h
浏览文件 @
a8c72504
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
#define UARTDR 0x00
/* Tx/Rx data */
#define UARTDR 0x00
/* Tx/Rx data */
#define RXSTAT 0x04
/* Rx status */
#define RXSTAT 0x04
/* Rx status */
#define H_UBRLCR 0x08
/* mode register high */
#define H_UBRLCR 0x08
/* mode register high */
#define M_UBRLCR 0x0C
/* mode reg mid (MSB of b
ua
d)*/
#define M_UBRLCR 0x0C
/* mode reg mid (MSB of b
au
d)*/
#define L_UBRLCR 0x10
/* mode reg low (LSB of baud)*/
#define L_UBRLCR 0x10
/* mode reg low (LSB of baud)*/
#define UARTCON 0x14
/* control register */
#define UARTCON 0x14
/* control register */
#define UARTFLG 0x18
/* flag register */
#define UARTFLG 0x18
/* flag register */
...
...
include/asm-arm/arch-l7200/uncompress.h
浏览文件 @
a8c72504
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* Changelog:
* Changelog:
* 05-01-2000 SJH Created
* 05-01-2000 SJH Created
* 05-13-2000 SJH Filled in function bodies
* 05-13-2000 SJH Filled in function bodies
* 07-26-2000 SJH Removed hard coded b
ua
d rate
* 07-26-2000 SJH Removed hard coded b
au
d rate
*/
*/
#include <asm/hardware.h>
#include <asm/hardware.h>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录