Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
cloud-kernel
提交
407a362f
cloud-kernel
项目概览
openanolis
/
cloud-kernel
1 年多 前同步成功
通知
160
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看板
提交
407a362f
编写于
1月 25, 2012
作者:
B
Benjamin Herrenschmidt
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'kumar/merge' into merge
上级
4a7cbb56
621c4b99
变更
11
隐藏空白更改
内联
并排
Showing
11 changed file
with
32 addition
and
14 deletion
+32
-14
arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
+4
-0
arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
+2
-1
arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
+4
-0
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
+2
-1
arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
+4
-0
arch/powerpc/boot/dts/p1020rdb.dtsi
arch/powerpc/boot/dts/p1020rdb.dtsi
+6
-7
arch/powerpc/boot/dts/p1021mds.dts
arch/powerpc/boot/dts/p1021mds.dts
+2
-1
arch/powerpc/boot/dts/p2020ds.dtsi
arch/powerpc/boot/dts/p2020ds.dtsi
+2
-1
arch/powerpc/boot/dts/p2020rdb.dts
arch/powerpc/boot/dts/p2020rdb.dts
+2
-1
arch/powerpc/platforms/85xx/p1022_ds.c
arch/powerpc/platforms/85xx/p1022_ds.c
+1
-0
arch/powerpc/sysdev/fsl_pci.c
arch/powerpc/sysdev/fsl_pci.c
+3
-2
未找到文件。
arch/powerpc/boot/dts/fsl/mpc8536si-post.dtsi
浏览文件 @
407a362f
...
...
@@ -236,6 +236,10 @@
};
/include/ "pq3-esdhc-0.dtsi"
sdhc@2e000 {
compatible = "fsl,mpc8536-esdhc", "fsl,esdhc";
};
/include/ "pq3-sec3.0-0.dtsi"
/include/ "pq3-mpic.dtsi"
/include/ "pq3-mpic-timer-B.dtsi"
...
...
arch/powerpc/boot/dts/fsl/p1010si-post.dtsi
浏览文件 @
407a362f
...
...
@@ -158,7 +158,8 @@
/include/ "pq3-usb2-dr-0.dtsi"
/include/ "pq3-esdhc-0.dtsi"
sdhc@2e000 {
fsl,sdhci-auto-cmd12;
compatible = "fsl,p1010-esdhc", "fsl,esdhc";
sdhci,auto-cmd12;
};
/include/ "pq3-sec4.4-0.dtsi"
...
...
arch/powerpc/boot/dts/fsl/p1020si-post.dtsi
浏览文件 @
407a362f
...
...
@@ -145,6 +145,10 @@
/include/ "pq3-usb2-dr-1.dtsi"
/include/ "pq3-esdhc-0.dtsi"
sdhc@2e000 {
compatible = "fsl,p1020-esdhc", "fsl,esdhc";
sdhci,auto-cmd12;
};
/include/ "pq3-sec3.3-0.dtsi"
/include/ "pq3-mpic.dtsi"
...
...
arch/powerpc/boot/dts/fsl/p1022si-post.dtsi
浏览文件 @
407a362f
...
...
@@ -203,7 +203,8 @@
/include/ "pq3-esdhc-0.dtsi"
sdhc@2e000 {
fsl,sdhci-auto-cmd12;
compatible = "fsl,p1022-esdhc", "fsl,esdhc";
sdhci,auto-cmd12;
};
/include/ "pq3-sec3.3-0.dtsi"
...
...
arch/powerpc/boot/dts/fsl/p2020si-post.dtsi
浏览文件 @
407a362f
...
...
@@ -182,6 +182,10 @@
/include/ "pq3-etsec1-1.dtsi"
/include/ "pq3-etsec1-2.dtsi"
/include/ "pq3-esdhc-0.dtsi"
sdhc@2e000 {
compatible = "fsl,p2020-esdhc", "fsl,esdhc";
};
/include/ "pq3-sec3.1-0.dtsi"
/include/ "pq3-mpic.dtsi"
/include/ "pq3-mpic-timer-B.dtsi"
...
...
arch/powerpc/boot/dts/p1020rdb.dtsi
浏览文件 @
407a362f
/*
* P1020 RDB Device Tree Source stub (no addresses or top-level ranges)
*
* Copyright 2011 Freescale Semiconductor Inc.
* Copyright 2011
-2012
Freescale Semiconductor Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
...
...
@@ -190,17 +190,16 @@
usb@22000 {
phy_type = "ulpi";
dr_mode = "host";
};
/* USB2 is shared with localbus, so it must be disabled
by default. We can't put 'status = "disabled";' here
since U-Boot doesn't clear the status property when
it enables USB2. OTOH, U-Boot does create a new node
when there isn't any. So, just comment it out.
/* USB2 is shared with localbus. It is used
only in case of SPI and SD boot after
appropriate device-tree fixup done by uboot */
usb@23000 {
phy_type = "ulpi";
dr_mode = "host";
};
*/
mdio@24000 {
phy0: ethernet-phy@0 {
...
...
arch/powerpc/boot/dts/p1021mds.dts
浏览文件 @
407a362f
/*
*
P1021
MDS
Device
Tree
Source
*
*
Copyright
2010
Freescale
Semiconductor
Inc
.
*
Copyright
2010
,
2012
Freescale
Semiconductor
Inc
.
*
*
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
*
under
the
terms
of
the
GNU
General
Public
License
as
published
by
the
...
...
@@ -151,6 +151,7 @@
usb
@
22000
{
phy_type
=
"ulpi"
;
dr_mode
=
"host"
;
};
mdio
@
24000
{
...
...
arch/powerpc/boot/dts/p2020ds.dtsi
浏览文件 @
407a362f
/*
* P2020DS Device Tree Source stub (no addresses or top-level ranges)
*
* Copyright 2011 Freescale Semiconductor Inc.
* Copyright 2011
-2012
Freescale Semiconductor Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
...
...
@@ -134,6 +134,7 @@
&board_soc {
usb@22000 {
phy_type = "ulpi";
dr_mode = "host";
};
mdio@24520 {
...
...
arch/powerpc/boot/dts/p2020rdb.dts
浏览文件 @
407a362f
/*
*
P2020
RDB
Device
Tree
Source
*
*
Copyright
2009
-
201
1
Freescale
Semiconductor
Inc
.
*
Copyright
2009
-
201
2
Freescale
Semiconductor
Inc
.
*
*
This
program
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
*
under
the
terms
of
the
GNU
General
Public
License
as
published
by
the
...
...
@@ -197,6 +197,7 @@
usb
@
22000
{
phy_type
=
"ulpi"
;
dr_mode
=
"host"
;
};
mdio
@
24520
{
...
...
arch/powerpc/platforms/85xx/p1022_ds.c
浏览文件 @
407a362f
...
...
@@ -25,6 +25,7 @@
#include <sysdev/fsl_soc.h>
#include <sysdev/fsl_pci.h>
#include <asm/udbg.h>
#include <asm/fsl_guts.h>
#include "smp.h"
...
...
arch/powerpc/sysdev/fsl_pci.c
浏览文件 @
407a362f
...
...
@@ -205,12 +205,12 @@ static void __init setup_pci_atmu(struct pci_controller *hose,
if
(
paddr_hi
==
paddr_lo
)
{
pr_err
(
"%s: No outbound window space
\n
"
,
name
);
return
;
goto
out
;
}
if
(
paddr_lo
==
0
)
{
pr_err
(
"%s: No space for inbound window
\n
"
,
name
);
return
;
goto
out
;
}
/* setup PCSRBAR/PEXCSRBAR */
...
...
@@ -357,6 +357,7 @@ static void __init setup_pci_atmu(struct pci_controller *hose,
(
u64
)
hose
->
dma_window_size
);
}
out:
iounmap
(
pci
);
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录