Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
c8602edf
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看板
提交
c8602edf
编写于
2月 10, 2009
作者:
T
Thomas Kunze
提交者:
Thomas Kunze
11月 27, 2009
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
move drivers/mfd/*.h to include/linux/mfd
So drivers like collie_battery driver can use those files easier.
上级
1d0ad843
变更
7
隐藏空白更改
内联
并排
Showing
7 changed file
with
9 addition
and
7 deletion
+9
-7
drivers/mfd/mcp-core.c
drivers/mfd/mcp-core.c
+1
-1
drivers/mfd/mcp-sa11x0.c
drivers/mfd/mcp-sa11x0.c
+1
-1
drivers/mfd/ucb1x00-assabet.c
drivers/mfd/ucb1x00-assabet.c
+1
-1
drivers/mfd/ucb1x00-core.c
drivers/mfd/ucb1x00-core.c
+1
-1
drivers/mfd/ucb1x00-ts.c
drivers/mfd/ucb1x00-ts.c
+1
-1
include/linux/mfd/mcp.h
include/linux/mfd/mcp.h
+2
-0
include/linux/mfd/ucb1x00.h
include/linux/mfd/ucb1x00.h
+2
-2
未找到文件。
drivers/mfd/mcp-core.c
浏览文件 @
c8602edf
...
...
@@ -17,11 +17,11 @@
#include <linux/device.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/mfd/mcp.h>
#include <mach/dma.h>
#include <asm/system.h>
#include "mcp.h"
#define to_mcp(d) container_of(d, struct mcp, attached_device)
#define to_mcp_driver(d) container_of(d, struct mcp_driver, drv)
...
...
drivers/mfd/mcp-sa11x0.c
浏览文件 @
c8602edf
...
...
@@ -19,6 +19,7 @@
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/platform_device.h>
#include <linux/mfd/mcp.h>
#include <mach/dma.h>
#include <mach/hardware.h>
...
...
@@ -28,7 +29,6 @@
#include <mach/assabet.h>
#include "mcp.h"
struct
mcp_sa11x0
{
u32
mccr0
;
...
...
drivers/mfd/ucb1x00-assabet.c
浏览文件 @
c8602edf
...
...
@@ -14,10 +14,10 @@
#include <linux/fs.h>
#include <linux/proc_fs.h>
#include <linux/device.h>
#include <linux/mfd/ucb1x00.h>
#include <mach/dma.h>
#include "ucb1x00.h"
#define UCB1X00_ATTR(name,input)\
static ssize_t name##_show(struct device *dev, struct device_attribute *attr, \
...
...
drivers/mfd/ucb1x00-core.c
浏览文件 @
c8602edf
...
...
@@ -25,11 +25,11 @@
#include <linux/interrupt.h>
#include <linux/device.h>
#include <linux/mutex.h>
#include <linux/mfd/ucb1x00.h>
#include <mach/dma.h>
#include <mach/hardware.h>
#include "ucb1x00.h"
static
DEFINE_MUTEX
(
ucb1x00_mutex
);
static
LIST_HEAD
(
ucb1x00_drivers
);
...
...
drivers/mfd/ucb1x00-ts.c
浏览文件 @
c8602edf
...
...
@@ -30,12 +30,12 @@
#include <linux/freezer.h>
#include <linux/slab.h>
#include <linux/kthread.h>
#include <linux/mfd/ucb1x00.h>
#include <mach/dma.h>
#include <mach/collie.h>
#include <asm/mach-types.h>
#include "ucb1x00.h"
struct
ucb1x00_ts
{
...
...
drivers
/mfd/mcp.h
→
include/linux
/mfd/mcp.h
浏览文件 @
c8602edf
...
...
@@ -10,6 +10,8 @@
#ifndef MCP_H
#define MCP_H
#include <mach/dma.h>
struct
mcp_ops
;
struct
mcp
{
...
...
drivers
/mfd/ucb1x00.h
→
include/linux
/mfd/ucb1x00.h
浏览文件 @
c8602edf
/*
* linux/
drivers
/mfd/ucb1x00.h
* linux/
include
/mfd/ucb1x00.h
*
* Copyright (C) 2001 Russell King, All Rights Reserved.
*
...
...
@@ -10,6 +10,7 @@
#ifndef UCB1200_H
#define UCB1200_H
#include <linux/mfd/mcp.h>
#define UCB_IO_DATA 0x00
#define UCB_IO_DIR 0x01
...
...
@@ -100,7 +101,6 @@
#define UCB_MODE_DYN_VFLAG_ENA (1 << 12)
#define UCB_MODE_AUD_OFF_CAN (1 << 13)
#include "mcp.h"
struct
ucb1x00_irq
{
void
*
devid
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录