-
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.
- Loading branch information
Greg Kroah-Hartman
committed
Sep 11, 2012
1 parent
6fc5be5
commit 84c3c38
Showing
1,047 changed files
with
30,025 additions
and
11,418 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: 363366cf61c544ea476f3d220f43a95cb03014f5 | ||
refs/heads/master: dcb9cf39c533a95be7dd0b2f7dfd73e04bf17c2d |
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
12 changes: 12 additions & 0 deletions
12
trunk/Documentation/devicetree/bindings/usb/platform-uhci.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,12 @@ | ||
Generic Platform UHCI controllers. | ||
|
||
Required properties: | ||
- compatible: Should be "platform-uhci". | ||
- reg: Address range of the uhci registers | ||
- interrupts: Should contain the uhci interrupt. | ||
|
||
usb: uhci@D8007301 { | ||
compatible = "platform-uhci", "usb-uhci"; | ||
reg = <0xD8007301 0x200>; | ||
interrupts = <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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
PXA USB controllers | ||
|
||
OHCI | ||
|
||
Required properties: | ||
- compatible: Should be "marvell,pxa-ohci" for USB controllers | ||
used in host mode. | ||
|
||
Optional properties: | ||
- "marvell,enable-port1", "marvell,enable-port2", "marvell,enable-port3" | ||
If present, enables the appropriate USB port of the controller. | ||
- "marvell,port-mode" selects the mode of the ports: | ||
1 = PMM_NPS_MODE | ||
2 = PMM_GLOBAL_MODE | ||
3 = PMM_PERPORT_MODE | ||
- "marvell,power-sense-low" - power sense pin is low-active. | ||
- "marvell,power-control-low" - power control pin is low-active. | ||
- "marvell,no-oc-protection" - disable over-current protection. | ||
- "marvell,oc-mode-perport" - enable per-port over-current protection. | ||
- "marvell,power_on_delay" Power On to Power Good time - in ms. | ||
|
||
Example: | ||
|
||
usb0: ohci@4c000000 { | ||
compatible = "marvell,pxa-ohci", "usb-ohci"; | ||
reg = <0x4c000000 0x100000>; | ||
interrupts = <18>; | ||
marvell,enable-port1; | ||
marvell,port-mode = <2>; /* PMM_GLOBAL_MODE */ | ||
}; | ||
|
12 changes: 12 additions & 0 deletions
12
trunk/Documentation/devicetree/bindings/usb/vt8500-ehci.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,12 @@ | ||
VIA VT8500 and Wondermedia WM8xxx SoC USB controllers. | ||
|
||
Required properties: | ||
- compatible: Should be "via,vt8500-ehci" or "wm,prizm-ehci". | ||
- reg: Address range of the ehci registers. size should be 0x200 | ||
- interrupts: Should contain the ehci interrupt. | ||
|
||
usb: ehci@D8007100 { | ||
compatible = "wm,prizm-ehci", "usb-ehci"; | ||
reg = <0xD8007100 0x200>; | ||
interrupts = <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
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
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
Oops, something went wrong.