-
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.
usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/
Now that this is DRD, it doesn't make sense to keep it under drivers/usb/host. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
- Loading branch information
Laurent Pinchart
authored and
Felipe Balbi
committed
Jan 27, 2015
1 parent
0316ca6
commit 7ef077a
Showing
15 changed files
with
29 additions
and
26 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
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,22 @@ | ||
config USB_ISP1760 | ||
tristate "NXP ISP 1760/1761 support" | ||
depends on USB | ||
help | ||
Say Y or M here if your system as an ISP1760 USB host controller | ||
or an ISP1761 USB dual-role controller. | ||
|
||
This driver does not support isochronous transfers or OTG. | ||
This USB controller is usually attached to a non-DMA-Master | ||
capable bus. NXP's eval kit brings this chip on PCI card | ||
where the chip itself is behind a PLB to simulate such | ||
a bus. | ||
|
||
To compile this driver as a module, choose M here: the | ||
module will be called isp1760. | ||
|
||
config USB_ISP1761_UDC | ||
boolean "NXP ISP1761 USB Device Controller" | ||
depends on USB_ISP1760 && USB_GADGET | ||
help | ||
The NXP ISP1761 is a dual-role high-speed USB host and device | ||
controller. |
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,4 @@ | ||
isp1760-y := isp1760-core.o isp1760-hcd.o isp1760-if.o | ||
isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o | ||
|
||
obj-$(CONFIG_USB_ISP1760) += isp1760.o |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.