-
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: 315963 b: refs/heads/master c: 3539fc5 h: refs/heads/master i: 315961: ae6f175 315959: 38a3384 v: v3
- Loading branch information
Linus Torvalds
committed
Jul 24, 2012
1 parent
e7d354c
commit 0e88d12
Showing
2,986 changed files
with
115,904 additions
and
77,933 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: 0dd6e4847ed8a42e81df6ffaa71129245a6d9d72 | ||
refs/heads/master: 3539fc544f39017cf3403b9319fb4d74b5116135 |
20 changes: 20 additions & 0 deletions
20
trunk/Documentation/ABI/testing/sysfs-devices-system-xen_cpu
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,20 @@ | ||
What: /sys/devices/system/xen_cpu/ | ||
Date: May 2012 | ||
Contact: Liu, Jinsong <jinsong.liu@intel.com> | ||
Description: | ||
A collection of global/individual Xen physical cpu attributes | ||
|
||
Individual physical cpu attributes are contained in | ||
subdirectories named by the Xen's logical cpu number, e.g.: | ||
/sys/devices/system/xen_cpu/xen_cpu#/ | ||
|
||
|
||
What: /sys/devices/system/xen_cpu/xen_cpu#/online | ||
Date: May 2012 | ||
Contact: Liu, Jinsong <jinsong.liu@intel.com> | ||
Description: | ||
Interface to online/offline Xen physical cpus | ||
|
||
When running under Xen platform, it provide user interface | ||
to online/offline physical cpus, except cpu0 due to several | ||
logic restrictions and assumptions. |
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
23 changes: 23 additions & 0 deletions
23
trunk/Documentation/devicetree/bindings/arm/armada-370-xp-mpic.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,23 @@ | ||
Marvell Armada 370 and Armada XP Interrupt Controller | ||
----------------------------------------------------- | ||
|
||
Required properties: | ||
- compatible: Should be "marvell,mpic" | ||
- interrupt-controller: Identifies the node as an interrupt controller. | ||
- #interrupt-cells: The number of cells to define the interrupts. Should be 1. | ||
The cell is the IRQ number | ||
- reg: Should contain PMIC registers location and length. First pair | ||
for the main interrupt registers, second pair for the per-CPU | ||
interrupt registers | ||
|
||
Example: | ||
|
||
mpic: interrupt-controller@d0020000 { | ||
compatible = "marvell,mpic"; | ||
#interrupt-cells = <1>; | ||
#address-cells = <1>; | ||
#size-cells = <1>; | ||
interrupt-controller; | ||
reg = <0xd0020000 0x1000>, | ||
<0xd0021000 0x1000>; | ||
}; |
11 changes: 11 additions & 0 deletions
11
trunk/Documentation/devicetree/bindings/arm/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Marvell Armada 370 and Armada XP Global Timers | ||
---------------------------------------------- | ||
|
||
Required properties: | ||
- compatible: Should be "marvell,armada-370-xp-timer" | ||
- interrupts: Should contain the list of Global Timer interrupts | ||
- reg: Should contain the base address of the Global Timer registers | ||
|
||
Optional properties: | ||
- marvell,timer-25Mhz: Tells whether the Global timer supports the 25 | ||
Mhz fixed mode (available on Armada XP and not on Armada 370) |
24 changes: 24 additions & 0 deletions
24
trunk/Documentation/devicetree/bindings/arm/armada-370-xp.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 @@ | ||
Marvell Armada 370 and Armada XP Platforms Device Tree Bindings | ||
--------------------------------------------------------------- | ||
|
||
Boards with a SoC of the Marvell Armada 370 and Armada XP families | ||
shall have the following property: | ||
|
||
Required root node property: | ||
|
||
compatible: must contain "marvell,armada-370-xp" | ||
|
||
In addition, boards using the Marvell Armada 370 SoC shall have the | ||
following property: | ||
|
||
Required root node property: | ||
|
||
compatible: must contain "marvell,armada370" | ||
|
||
In addition, boards using the Marvell Armada XP SoC shall have the | ||
following property: | ||
|
||
Required root node property: | ||
|
||
compatible: must contain "marvell,armadaxp" | ||
|
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
27 changes: 27 additions & 0 deletions
27
trunk/Documentation/devicetree/bindings/arm/davinci/cp-intc.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,27 @@ | ||
* TI Common Platform Interrupt Controller | ||
|
||
Common Platform Interrupt Controller (cp_intc) is used on | ||
OMAP-L1x SoCs and can support several configurable number | ||
of interrupts. | ||
|
||
Main node required properties: | ||
|
||
- compatible : should be: | ||
"ti,cp-intc" | ||
- interrupt-controller : Identifies the node as an interrupt controller | ||
- #interrupt-cells : Specifies the number of cells needed to encode an | ||
interrupt source. The type shall be a <u32> and the value shall be 1. | ||
|
||
The cell contains the interrupt number in the range [0-128]. | ||
- ti,intc-size: Number of interrupts handled by the interrupt controller. | ||
- reg: physical base address and size of the intc registers map. | ||
|
||
Example: | ||
|
||
intc: interrupt-controller@1 { | ||
compatible = "ti,cp-intc"; | ||
interrupt-controller; | ||
#interrupt-cells = <1>; | ||
ti,intc-size = <101>; | ||
reg = <0xfffee000 0x2000>; | ||
}; |
17 changes: 17 additions & 0 deletions
17
trunk/Documentation/devicetree/bindings/arm/mvebu-system-controller.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 @@ | ||
MVEBU System Controller | ||
----------------------- | ||
MVEBU (Marvell SOCs: Armada 370/XP, Dove, mv78xx0, Kirkwood, Orion5x) | ||
|
||
Required properties: | ||
|
||
- compatible: one of: | ||
- "marvell,orion-system-controller" | ||
- "marvell,armada-370-xp-system-controller" | ||
- reg: Should contain system controller registers location and length. | ||
|
||
Example: | ||
|
||
system-controller@d0018200 { | ||
compatible = "marvell,armada-370-xp-system-controller"; | ||
reg = <0xd0018200 0x500>; | ||
}; |
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 @@ | ||
Olimex i.MX Platforms Device Tree Bindings | ||
------------------------------------------ | ||
|
||
i.MX23 Olinuxino Low Cost Board | ||
Required root node properties: | ||
- compatible = "olimex,imx23-olinuxino", "fsl,imx23"; |
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
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 MXS LCD Interface (LCDIF) | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,<chip>-lcdif". Supported chips include | ||
imx23 and imx28. | ||
- reg: Address and length of the register set for lcdif | ||
- interrupts: Should contain lcdif interrupts | ||
|
||
Optional properties: | ||
- panel-enable-gpios : Should specify the gpio for panel enable | ||
|
||
Examples: | ||
|
||
lcdif@80030000 { | ||
compatible = "fsl,imx28-lcdif"; | ||
reg = <0x80030000 2000>; | ||
interrupts = <38 86>; | ||
panel-enable-gpios = <&gpio3 30 0>; | ||
}; |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
29 changes: 29 additions & 0 deletions
29
trunk/Documentation/devicetree/bindings/net/broadcom-bcm87xx.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 @@ | ||
The Broadcom BCM87XX devices are a family of 10G Ethernet PHYs. They | ||
have these bindings in addition to the standard PHY bindings. | ||
|
||
Compatible: Should contain "broadcom,bcm8706" or "broadcom,bcm8727" and | ||
"ethernet-phy-ieee802.3-c45" | ||
|
||
Optional Properties: | ||
|
||
- broadcom,c45-reg-init : one of more sets of 4 cells. The first cell | ||
is the MDIO Manageable Device (MMD) address, the second a register | ||
address within the MMD, the third cell contains a mask to be ANDed | ||
with the existing register value, and the fourth cell is ORed with | ||
he result to yield the new register value. If the third cell has a | ||
value of zero, no read of the existing value is performed. | ||
|
||
Example: | ||
|
||
ethernet-phy@5 { | ||
reg = <5>; | ||
compatible = "broadcom,bcm8706", "ethernet-phy-ieee802.3-c45"; | ||
interrupt-parent = <&gpio>; | ||
interrupts = <12 8>; /* Pin 12, active low */ | ||
/* | ||
* Set PMD Digital Control Register for | ||
* GPIO[1] Tx/Rx | ||
* GPIO[0] R64 Sync Acquired | ||
*/ | ||
broadcom,c45-reg-init = <1 0xc808 0xff8f 0x70>; | ||
}; |
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
41 changes: 41 additions & 0 deletions
41
trunk/Documentation/devicetree/bindings/net/davinci_emac.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,41 @@ | ||
* Texas Instruments Davinci EMAC | ||
|
||
This file provides information, what the device node | ||
for the davinci_emac interface contains. | ||
|
||
Required properties: | ||
- compatible: "ti,davinci-dm6467-emac"; | ||
- reg: Offset and length of the register set for the device | ||
- ti,davinci-ctrl-reg-offset: offset to control register | ||
- ti,davinci-ctrl-mod-reg-offset: offset to control module register | ||
- ti,davinci-ctrl-ram-offset: offset to control module ram | ||
- ti,davinci-ctrl-ram-size: size of control module ram | ||
- ti,davinci-rmii-en: use RMII | ||
- ti,davinci-no-bd-ram: has the emac controller BD RAM | ||
- phy-handle: Contains a phandle to an Ethernet PHY. | ||
if not, davinci_emac driver defaults to 100/FULL | ||
- interrupts: interrupt mapping for the davinci emac interrupts sources: | ||
4 sources: <Receive Threshold Interrupt | ||
Receive Interrupt | ||
Transmit Interrupt | ||
Miscellaneous Interrupt> | ||
|
||
Optional properties: | ||
- local-mac-address : 6 bytes, mac address | ||
|
||
Example (enbw_cmc board): | ||
eth0: emac@1e20000 { | ||
compatible = "ti,davinci-dm6467-emac"; | ||
reg = <0x220000 0x4000>; | ||
ti,davinci-ctrl-reg-offset = <0x3000>; | ||
ti,davinci-ctrl-mod-reg-offset = <0x2000>; | ||
ti,davinci-ctrl-ram-offset = <0>; | ||
ti,davinci-ctrl-ram-size = <0x2000>; | ||
local-mac-address = [ 00 00 00 00 00 00 ]; | ||
interrupts = <33 | ||
34 | ||
35 | ||
36 | ||
>; | ||
interrupt-parent = <&intc>; | ||
}; |
Oops, something went wrong.