-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 340067 b: refs/heads/master c: ea091f6 h: refs/heads/master i: 340065: 7bf1eb8 340063: fa9bec0 v: v3
- Loading branch information
Olof Johansson
committed
Nov 21, 2012
1 parent
c6f920b
commit cb097fb
Showing
1,204 changed files
with
14,953 additions
and
15,572 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 805504abdc73cfc745a5fee3d616cdb24bb2a68c | ||
refs/heads/master: ea091f6dbd2e5df03b6bbb11467c553ebedd16a2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
ARM Allwinner SoCs | ||
================== | ||
|
||
This document lists all the ARM Allwinner SoCs that are currently | ||
supported in mainline by the Linux kernel. This document will also | ||
provide links to documentation and or datasheet for these SoCs. | ||
|
||
SunXi family | ||
------------ | ||
|
||
Flavors: | ||
Allwinner A10 (sun4i) | ||
Datasheet : http://dl.linux-sunxi.org/A10/A10%20Datasheet%20-%20v1.21%20%282012-04-06%29.pdf | ||
|
||
Allwinner A13 (sun5i) | ||
Datasheet : http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf | ||
|
||
Core: Cortex A8 | ||
Linux kernel mach directory: arch/arm/mach-sunxi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Broadcom BCM11351 device tree bindings | ||
------------------------------------------- | ||
|
||
Boards with the bcm281xx SoC family (which includes bcm11130, bcm11140, | ||
bcm11351, bcm28145, bcm28155 SoCs) shall have the following properties: | ||
|
||
Required root node property: | ||
|
||
compatible = "bcm,bcm11351"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
Calxeda Highbank Platforms Device Tree Bindings | ||
Calxeda Platforms Device Tree Bindings | ||
----------------------------------------------- | ||
|
||
Boards with Calxeda Cortex-A9 based Highbank SOC shall have the following | ||
properties. | ||
Boards with Calxeda Cortex-A9 based ECX-1000 (Highbank) SOC shall have the | ||
following properties. | ||
|
||
Required root node properties: | ||
- compatible = "calxeda,highbank"; | ||
|
||
|
||
Boards with Calxeda Cortex-A15 based ECX-2000 SOC shall have the following | ||
properties. | ||
|
||
Required root node properties: | ||
- compatible = "calxeda,ecx-2000"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
trunk/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* EETI eGalax Multiple Touch Controller | ||
|
||
Required properties: | ||
- compatible: must be "eeti,egalax_ts" | ||
- reg: i2c slave address | ||
- interrupt-parent: the phandle for the interrupt controller | ||
- interrupts: touch controller interrupt | ||
- wakeup-gpios: the gpio pin to be used for waking up the controller | ||
as well as uased as irq pin | ||
|
||
Example: | ||
|
||
egalax_ts@04 { | ||
compatible = "eeti,egalax_ts"; | ||
reg = <0x04>; | ||
interrupt-parent = <&gpio1>; | ||
interrupts = <9 2>; | ||
wakeup-gpios = <&gpio1 9 0>; | ||
}; |
104 changes: 104 additions & 0 deletions
104
trunk/Documentation/devicetree/bindings/interrupt-controller/allwinner,sunxi-ic.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
Allwinner Sunxi Interrupt Controller | ||
|
||
Required properties: | ||
|
||
- compatible : should be "allwinner,sunxi-ic" | ||
- reg : Specifies base physical address and size of the registers. | ||
- interrupt-controller : Identifies the node as an interrupt controller | ||
- #interrupt-cells : Specifies the number of cells needed to encode an | ||
interrupt source. The value shall be 1. | ||
|
||
The interrupt sources are as follows: | ||
|
||
0: ENMI | ||
1: UART0 | ||
2: UART1 | ||
3: UART2 | ||
4: UART3 | ||
5: IR0 | ||
6: IR1 | ||
7: I2C0 | ||
8: I2C1 | ||
9: I2C2 | ||
10: SPI0 | ||
11: SPI1 | ||
12: SPI2 | ||
13: SPDIF | ||
14: AC97 | ||
15: TS | ||
16: I2S | ||
17: UART4 | ||
18: UART5 | ||
19: UART6 | ||
20: UART7 | ||
21: KEYPAD | ||
22: TIMER0 | ||
23: TIMER1 | ||
24: TIMER2 | ||
25: TIMER3 | ||
26: CAN | ||
27: DMA | ||
28: PIO | ||
29: TOUCH_PANEL | ||
30: AUDIO_CODEC | ||
31: LRADC | ||
32: SDMC0 | ||
33: SDMC1 | ||
34: SDMC2 | ||
35: SDMC3 | ||
36: MEMSTICK | ||
37: NAND | ||
38: USB0 | ||
39: USB1 | ||
40: USB2 | ||
41: SCR | ||
42: CSI0 | ||
43: CSI1 | ||
44: LCDCTRL0 | ||
45: LCDCTRL1 | ||
46: MP | ||
47: DEFEBE0 | ||
48: DEFEBE1 | ||
49: PMU | ||
50: SPI3 | ||
51: TZASC | ||
52: PATA | ||
53: VE | ||
54: SS | ||
55: EMAC | ||
56: SATA | ||
57: GPS | ||
58: HDMI | ||
59: TVE | ||
60: ACE | ||
61: TVD | ||
62: PS2_0 | ||
63: PS2_1 | ||
64: USB3 | ||
65: USB4 | ||
66: PLE_PFM | ||
67: TIMER4 | ||
68: TIMER5 | ||
69: GPU_GP | ||
70: GPU_GPMMU | ||
71: GPU_PP0 | ||
72: GPU_PPMMU0 | ||
73: GPU_PMU | ||
74: GPU_RSV0 | ||
75: GPU_RSV1 | ||
76: GPU_RSV2 | ||
77: GPU_RSV3 | ||
78: GPU_RSV4 | ||
79: GPU_RSV5 | ||
80: GPU_RSV6 | ||
82: SYNC_TIMER0 | ||
83: SYNC_TIMER1 | ||
|
||
Example: | ||
|
||
intc: interrupt-controller { | ||
compatible = "allwinner,sunxi-ic"; | ||
reg = <0x01c20400 0x400>; | ||
interrupt-controller; | ||
#interrupt-cells = <2>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/devicetree/bindings/timer/allwinner,sunxi-timer.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Allwinner A1X SoCs Timer Controller | ||
|
||
Required properties: | ||
|
||
- compatible : should be "allwinner,sunxi-timer" | ||
- reg : Specifies base physical address and size of the registers. | ||
- interrupts : The interrupt of the first timer | ||
- clocks: phandle to the source clock (usually a 24 MHz fixed clock) | ||
|
||
Example: | ||
|
||
timer { | ||
compatible = "allwinner,sunxi-timer"; | ||
reg = <0x01c20c00 0x400>; | ||
interrupts = <22>; | ||
clocks = <&osc>; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
Chinese translated version of Documentation/IRQ.txt | ||
|
||
If you have any comment or update to the content, please contact the | ||
original document maintainer directly. However, if you have a problem | ||
communicating in English you can also ask the Chinese maintainer for | ||
help. Contact the Chinese maintainer if this translation is outdated | ||
or if there is a problem with the translation. | ||
|
||
Maintainer: Eric W. Biederman <ebiederman@xmission.com> | ||
Chinese maintainer: Fu Wei <tekkamanninja@gmail.com> | ||
--------------------------------------------------------------------- | ||
Documentation/IRQ.txt 的中文翻译 | ||
|
||
如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文 | ||
交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻 | ||
译存在问题,请联系中文版维护者。 | ||
英文版维护者: Eric W. Biederman <ebiederman@xmission.com> | ||
中文版维护者: 傅炜 Fu Wei <tekkamanninja@gmail.com> | ||
中文版翻译者: 傅炜 Fu Wei <tekkamanninja@gmail.com> | ||
中文版校译者: 傅炜 Fu Wei <tekkamanninja@gmail.com> | ||
|
||
|
||
以下为正文 | ||
--------------------------------------------------------------------- | ||
何为 IRQ? | ||
|
||
一个 IRQ 是来自某个设备的一个中断请求。目前,它们可以来自一个硬件引脚, | ||
或来自一个数据包。多个设备可能连接到同个硬件引脚,从而共享一个 IRQ。 | ||
|
||
一个 IRQ 编号是用于告知硬件中断源的内核标识。通常情况下,这是一个 | ||
全局 irq_desc 数组的索引,但是除了在 linux/interrupt.h 中的实现, | ||
具体的细节是体系结构特定的。 | ||
|
||
一个 IRQ 编号是设备上某个可能的中断源的枚举。通常情况下,枚举的编号是 | ||
该引脚在系统内中断控制器的所有输入引脚中的编号。对于 ISA 总线中的情况, | ||
枚举的是在两个 i8259 中断控制器中 16 个输入引脚。 | ||
|
||
架构可以对 IRQ 编号指定额外的含义,在硬件涉及任何手工配置的情况下, | ||
是被提倡的。ISA 的 IRQ 是一个分配这类额外含义的典型例子。 |
Oops, something went wrong.