-
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: 360336 b: refs/heads/master c: 37cae6a h: refs/heads/master v: v3
- Loading branch information
Linus Torvalds
committed
Mar 2, 2013
1 parent
c543b2c
commit eae80b7
Showing
1,326 changed files
with
48,464 additions
and
21,300 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: 8735a8134786fa4ef36dee65d7fa779b99ba5fe3 | ||
refs/heads/master: 37cae6ad4c484030fa972241533c32730ec79b7d |
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
24 changes: 24 additions & 0 deletions
24
trunk/Documentation/devicetree/bindings/arc/interrupts.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,24 @@ | ||
* ARC700 incore Interrupt Controller | ||
|
||
The core interrupt controller provides 32 prioritised interrupts (2 levels) | ||
to ARC700 core. | ||
|
||
Properties: | ||
|
||
- compatible: "snps,arc700-intc" | ||
- interrupt-controller: This is an interrupt controller. | ||
- #interrupt-cells: Must be <1>. | ||
|
||
Single Cell "interrupts" property of a device specifies the IRQ number | ||
between 0 to 31 | ||
|
||
intc accessed via the special ARC AUX register interface, hence "reg" property | ||
is not specified. | ||
|
||
Example: | ||
|
||
intc: interrupt-controller { | ||
compatible = "snps,arc700-intc"; | ||
interrupt-controller; | ||
#interrupt-cells = <1>; | ||
}; |
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,6 @@ | ||
Armadeus i.MX Platforms Device Tree Bindings | ||
----------------------------------------------- | ||
|
||
APF51: i.MX51 based module. | ||
Required root node properties: | ||
- compatible = "armadeus,imx51-apf51", "fsl,imx51"; |
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
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,47 @@ | ||
MIPS CPU interrupt controller | ||
|
||
On MIPS the mips_cpu_intc_init() helper can be used to initialize the 8 CPU | ||
IRQs from a devicetree file and create a irq_domain for IRQ controller. | ||
|
||
With the irq_domain in place we can describe how the 8 IRQs are wired to the | ||
platforms internal interrupt controller cascade. | ||
|
||
Below is an example of a platform describing the cascade inside the devicetree | ||
and the code used to load it inside arch_init_irq(). | ||
|
||
Required properties: | ||
- compatible : Should be "mti,cpu-interrupt-controller" | ||
|
||
Example devicetree: | ||
cpu-irq: cpu-irq@0 { | ||
#address-cells = <0>; | ||
|
||
interrupt-controller; | ||
#interrupt-cells = <1>; | ||
|
||
compatible = "mti,cpu-interrupt-controller"; | ||
}; | ||
|
||
intc: intc@200 { | ||
compatible = "ralink,rt2880-intc"; | ||
reg = <0x200 0x100>; | ||
|
||
interrupt-controller; | ||
#interrupt-cells = <1>; | ||
|
||
interrupt-parent = <&cpu-irq>; | ||
interrupts = <2>; | ||
}; | ||
|
||
|
||
Example platform irq.c: | ||
static struct of_device_id __initdata of_irq_ids[] = { | ||
{ .compatible = "mti,cpu-interrupt-controller", .data = mips_cpu_intc_init }, | ||
{ .compatible = "ralink,rt2880-intc", .data = intc_of_init }, | ||
{}, | ||
}; | ||
|
||
void __init arch_init_irq(void) | ||
{ | ||
of_irq_init(of_irq_ids); | ||
} |
16 changes: 16 additions & 0 deletions
16
trunk/Documentation/devicetree/bindings/serial/lantiq_asc.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,16 @@ | ||
Lantiq SoC ASC serial controller | ||
|
||
Required properties: | ||
- compatible : Should be "lantiq,asc" | ||
- reg : Address and length of the register set for the device | ||
- interrupts: the 3 (tx rx err) interrupt numbers. The interrupt specifier | ||
depends on the interrupt-parent interrupt controller. | ||
|
||
Example: | ||
|
||
asc1: serial@E100C00 { | ||
compatible = "lantiq,asc"; | ||
reg = <0xE100C00 0x400>; | ||
interrupt-parent = <&icu0>; | ||
interrupts = <112 113 114>; | ||
}; |
18 changes: 18 additions & 0 deletions
18
trunk/Documentation/devicetree/bindings/thermal/dove-thermal.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,18 @@ | ||
* Dove Thermal | ||
|
||
This driver is for Dove SoCs which contain a thermal sensor. | ||
|
||
Required properties: | ||
- compatible : "marvell,dove-thermal" | ||
- reg : Address range of the thermal registers | ||
|
||
The reg properties should contain two ranges. The first is for the | ||
three Thermal Manager registers, while the second range contains the | ||
Thermal Diode Control Registers. | ||
|
||
Example: | ||
|
||
thermal@10078 { | ||
compatible = "marvell,dove-thermal"; | ||
reg = <0xd001c 0x0c>, <0xd005c 0x08>; | ||
}; |
15 changes: 15 additions & 0 deletions
15
trunk/Documentation/devicetree/bindings/thermal/kirkwood-thermal.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,15 @@ | ||
* Kirkwood Thermal | ||
|
||
This version is for Kirkwood 88F8262 & 88F6283 SoCs. Other kirkwoods | ||
don't contain a thermal sensor. | ||
|
||
Required properties: | ||
- compatible : "marvell,kirkwood-thermal" | ||
- reg : Address range of the thermal registers | ||
|
||
Example: | ||
|
||
thermal@10078 { | ||
compatible = "marvell,kirkwood-thermal"; | ||
reg = <0x10078 0x4>; | ||
}; |
29 changes: 29 additions & 0 deletions
29
trunk/Documentation/devicetree/bindings/thermal/rcar-thermal.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,29 @@ | ||
* Renesas R-Car Thermal | ||
|
||
Required properties: | ||
- compatible : "renesas,rcar-thermal" | ||
- reg : Address range of the thermal registers. | ||
The 1st reg will be recognized as common register | ||
if it has "interrupts". | ||
|
||
Option properties: | ||
|
||
- interrupts : use interrupt | ||
|
||
Example (non interrupt support): | ||
|
||
thermal@e61f0100 { | ||
compatible = "renesas,rcar-thermal"; | ||
reg = <0xe61f0100 0x38>; | ||
}; | ||
|
||
Example (interrupt support): | ||
|
||
thermal@e61f0000 { | ||
compatible = "renesas,rcar-thermal"; | ||
reg = <0xe61f0000 0x14 | ||
0xe61f0100 0x38 | ||
0xe61f0200 0x38 | ||
0xe61f0300 0x38>; | ||
interrupts = <0 69 4>; | ||
}; |
11 changes: 7 additions & 4 deletions
11
...tree/bindings/arm/armada-370-xp-timer.txt → ...ngs/timer/marvell,armada-370-xp-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
19 changes: 19 additions & 0 deletions
19
trunk/Documentation/devicetree/bindings/w1/fsl-imx-owire.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 @@ | ||
* Freescale i.MX One wire bus master controller | ||
|
||
Required properties: | ||
- compatible : should be "fsl,imx21-owire" | ||
- reg : Address and length of the register set for the device | ||
|
||
Optional properties: | ||
- clocks : phandle of clock that supplies the module (required if platform | ||
clock bindings use device tree) | ||
|
||
Example: | ||
|
||
- From imx53.dtsi: | ||
owire: owire@63fa4000 { | ||
compatible = "fsl,imx53-owire", "fsl,imx21-owire"; | ||
reg = <0x63fa4000 0x4000>; | ||
clocks = <&clks 159>; | ||
status = "disabled"; | ||
}; |
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
Oops, something went wrong.