Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
f60f7008
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
f60f7008
编写于
7月 16, 2005
作者:
L
Linus Torvalds
浏览文件
操作
浏览文件
下载
差异文件
Merge master.kernel.org:/home/rmk/linux-2.6-serial
上级
c6c621b3
6d283d27
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
9 addition
and
11 deletion
+9
-11
Documentation/feature-removal-schedule.txt
Documentation/feature-removal-schedule.txt
+2
-2
drivers/serial/crisv10.c
drivers/serial/crisv10.c
+0
-2
drivers/serial/icom.c
drivers/serial/icom.c
+0
-1
drivers/serial/jsm/jsm.h
drivers/serial/jsm/jsm.h
+0
-1
include/linux/serial.h
include/linux/serial.h
+4
-2
include/linux/serialP.h
include/linux/serialP.h
+0
-1
include/linux/serial_core.h
include/linux/serial_core.h
+3
-2
未找到文件。
Documentation/feature-removal-schedule.txt
浏览文件 @
f60f7008
...
...
@@ -103,11 +103,11 @@ Who: Jody McIntyre <scjody@steamballoon.com>
---------------------------
What: register_serial/unregister_serial
When:
Dec
ember 2005
When:
Sept
ember 2005
Why: This interface does not allow serial ports to be registered against
a struct device, and as such does not allow correct power management
of such ports. 8250-based ports should use serial8250_register_port
and serial8250_unregister_port instead.
and serial8250_unregister_port
, or platform devices
instead.
Who: Russell King <rmk@arm.linux.org.uk>
---------------------------
...
...
drivers/serial/crisv10.c
浏览文件 @
f60f7008
...
...
@@ -426,8 +426,6 @@
static
char
*
serial_version
=
"$Revision: 1.25 $"
;
#include <linux/config.h>
#include <linux/version.h>
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/signal.h>
...
...
drivers/serial/icom.c
浏览文件 @
f60f7008
...
...
@@ -25,7 +25,6 @@
#define SERIAL_DO_RESTART
#include <linux/module.h>
#include <linux/config.h>
#include <linux/version.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/signal.h>
...
...
drivers/serial/jsm/jsm.h
浏览文件 @
f60f7008
...
...
@@ -28,7 +28,6 @@
#define __JSM_DRIVER_H
#include <linux/kernel.h>
#include <linux/version.h>
#include <linux/types.h>
/* To pick up the varions Linux types */
#include <linux/tty.h>
#include <linux/serial_core.h>
...
...
include/linux/serial.h
浏览文件 @
f60f7008
...
...
@@ -174,9 +174,11 @@ struct serial_icounter_struct {
#ifdef __KERNEL__
#include <linux/compiler.h>
/* Export to allow PCMCIA to use this - Dave Hinds */
extern
int
register_serial
(
struct
serial_struct
*
req
);
extern
void
unregister_serial
(
int
line
);
extern
int
__deprecated
register_serial
(
struct
serial_struct
*
req
);
extern
void
__deprecated
unregister_serial
(
int
line
);
/* Allow architectures to override entries in serial8250_ports[] at run time: */
struct
uart_port
;
/* forward declaration */
...
...
include/linux/serialP.h
浏览文件 @
f60f7008
...
...
@@ -19,7 +19,6 @@
* For definitions of the flags field, see tty.h
*/
#include <linux/version.h>
#include <linux/config.h>
#include <linux/termios.h>
#include <linux/workqueue.h>
...
...
include/linux/serial_core.h
浏览文件 @
f60f7008
...
...
@@ -122,6 +122,7 @@
#ifdef __KERNEL__
#include <linux/config.h>
#include <linux/compiler.h>
#include <linux/interrupt.h>
#include <linux/circ_buf.h>
#include <linux/spinlock.h>
...
...
@@ -359,8 +360,8 @@ struct tty_driver *uart_console_device(struct console *co, int *index);
*/
int
uart_register_driver
(
struct
uart_driver
*
uart
);
void
uart_unregister_driver
(
struct
uart_driver
*
uart
);
void
uart_unregister_port
(
struct
uart_driver
*
reg
,
int
line
);
int
uart_register_port
(
struct
uart_driver
*
reg
,
struct
uart_port
*
port
);
void
__deprecated
uart_unregister_port
(
struct
uart_driver
*
reg
,
int
line
);
int
__deprecated
uart_register_port
(
struct
uart_driver
*
reg
,
struct
uart_port
*
port
);
int
uart_add_one_port
(
struct
uart_driver
*
reg
,
struct
uart_port
*
port
);
int
uart_remove_one_port
(
struct
uart_driver
*
reg
,
struct
uart_port
*
port
);
int
uart_match_port
(
struct
uart_port
*
port1
,
struct
uart_port
*
port2
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录