-
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: 342284 b: refs/heads/master c: 566cf8e h: refs/heads/master v: v3
- Loading branch information
Rahul Sharma
authored and
Kukjin Kim
committed
Oct 29, 2012
1 parent
ddf1422
commit f860c00
Showing
1,152 changed files
with
13,117 additions
and
22,069 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: 02d1ea0d143327ffec9bcd9a2d5edf95adb694a9 | ||
refs/heads/master: 566cf8eef26d99415aa8a542bd6bba6a719d2031 |
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 was deleted.
Oops, something went wrong.
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
15 changes: 0 additions & 15 deletions
15
trunk/Documentation/devicetree/bindings/arm/omap/counter.txt
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
trunk/Documentation/devicetree/bindings/arm/omap/timer.txt
This file was deleted.
Oops, something went wrong.
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
162 changes: 0 additions & 162 deletions
162
trunk/Documentation/devicetree/bindings/clock/imx25-clock.txt
This file was deleted.
Oops, something went wrong.
55 changes: 0 additions & 55 deletions
55
trunk/Documentation/devicetree/bindings/clock/zynq-7000.txt
This file was deleted.
Oops, something went wrong.
22 changes: 22 additions & 0 deletions
22
trunk/Documentation/devicetree/bindings/drm/exynos/hdmi.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,22 @@ | ||
Device-Tree bindings for drm hdmi driver | ||
|
||
Required properties: | ||
- compatible: value should be "samsung,exynos5-hdmi". | ||
- reg: physical base address of the hdmi and length of memory mapped | ||
region. | ||
- interrupts: interrupt number to the cpu. | ||
- hpd-gpio: following information about the hotplug gpio pin. | ||
a) phandle of the gpio controller node. | ||
b) pin number within the gpio controller. | ||
c) pin function mode. | ||
d) optional flags and pull up/down. | ||
e) drive strength. | ||
|
||
Example: | ||
|
||
hdmi { | ||
compatible = "samsung,exynos5-hdmi"; | ||
reg = <0x14530000 0x100000>; | ||
interrupts = <0 95 0>; | ||
hpd-gpio = <&gpx3 7 0xf 1 3>; | ||
}; |
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.