-
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: 303908 b: refs/heads/master c: bc25a80 h: refs/heads/master v: v3
- Loading branch information
Alexander Shishkin
authored and
Greg Kroah-Hartman
committed
May 11, 2012
1 parent
2d77909
commit 07c7a23
Showing
11 changed files
with
25 additions
and
45 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: ce9d6fbcbf4dcc481bb52a174c2e0dd22199f066 | ||
refs/heads/master: bc25a80d12ea971ddd652717150058989b1ad474 |
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,10 @@ | ||
config USB_CHIPIDEA | ||
tristate "ChipIdea Highspeed Dual Role Controller" | ||
depends on USB && USB_GADGET | ||
select USB_GADGET_DUALSPEED | ||
help | ||
Say Y here if your system has a dual role high speed USB | ||
controller based on ChipIdea silicon IP. Currently, only the | ||
peripheral mode is supported. | ||
|
||
When compiled dynamically, the module will be called ci-hdrc.ko. |
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 @@ | ||
obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc.o | ||
|
||
ci_hdrc-y := ci13xxx_udc.o | ||
|
||
ifneq ($(CONFIG_PCI),) | ||
obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_pci.o | ||
endif | ||
|
||
ifneq ($(CONFIG_ARCH_MSM),) | ||
obj-$(CONFIG_USB_CHIPIDEA) += ci13xxx_msm.o | ||
endif |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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