-
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: 374235 b: refs/heads/master c: 1b5feb4 h: refs/heads/master i: 374233: 945cd56 374231: f8a512c v: v3
- Loading branch information
Linus Torvalds
committed
May 7, 2013
1 parent
3b63d27
commit 1f0ec0d
Showing
417 changed files
with
18,292 additions
and
7,476 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: 3d9b935020cc5e44f4bfb3b2ce62eb9aac777381 | ||
refs/heads/master: 1b5feb4c1f5bfcb6834b8d382d87eb4ffc99a296 |
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
7 changes: 7 additions & 0 deletions
7
trunk/Documentation/devicetree/bindings/arm/samsung/sysreg.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,7 @@ | ||
SAMSUNG S5P/Exynos SoC series System Registers (SYSREG) | ||
|
||
Properties: | ||
- name : should be 'sysreg'; | ||
- compatible : should contain "samsung,<chip name>-sysreg", "syscon"; | ||
For Exynos4 SoC series it should be "samsung,exynos4-sysreg", "syscon"; | ||
- reg : offset and length of the register set. |
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
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
20 changes: 20 additions & 0 deletions
20
trunk/Documentation/devicetree/bindings/gpu/samsung-g2d.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,20 @@ | ||
* Samsung 2D Graphics Accelerator | ||
|
||
Required properties: | ||
- compatible : value should be one among the following: | ||
(a) "samsung,s5pv210-g2d" for G2D IP present in S5PV210 & Exynos4210 SoC | ||
(b) "samsung,exynos4212-g2d" for G2D IP present in Exynos4x12 SoCs | ||
(c) "samsung,exynos5250-g2d" for G2D IP present in Exynos5250 SoC | ||
|
||
- reg : Physical base address of the IP registers and length of memory | ||
mapped region. | ||
|
||
- interrupts : G2D interrupt number to the CPU. | ||
|
||
Example: | ||
g2d@12800000 { | ||
compatible = "samsung,s5pv210-g2d"; | ||
reg = <0x12800000 0x1000>; | ||
interrupts = <0 89 0>; | ||
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
Oops, something went wrong.