diff options
| author | Lokesh Vutla <lokeshvutla@ti.com> | 2012-10-15 17:01:01 -0400 |
|---|---|---|
| committer | Tony Lindgren <tony@atomide.com> | 2012-10-15 17:01:01 -0400 |
| commit | 8c4cc00552664d0be259388f2b1a49036c3757fa (patch) | |
| tree | 1ca58cbac27878bd28cb6a2d04c5c52d29d2dd94 /drivers/usb | |
| parent | cc8c29d9ff05cc15681f9715eea6c292877f7b41 (diff) | |
ARM: OMAP1: DMA: Moving OMAP1 DMA channel definitions to mach-omap1
Some of the omap1 dma channel definitions are used by some drivers.
For moving omap1 dma channel definitions to mach-omap1/, the used
ones should be defined locally to driver. Driver can eliminate it
by using DT, platform data, or IORESOURCE_DMA.
And moving OMAP1 DMA channel definitions to mach-omap1
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'drivers/usb')
| -rw-r--r-- | drivers/usb/gadget/omap_udc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 2a4749c3eb3f..024c0b9150bb 100644 --- a/drivers/usb/gadget/omap_udc.c +++ b/drivers/usb/gadget/omap_udc.c | |||
| @@ -61,6 +61,8 @@ | |||
| 61 | #define DRIVER_DESC "OMAP UDC driver" | 61 | #define DRIVER_DESC "OMAP UDC driver" |
| 62 | #define DRIVER_VERSION "4 October 2004" | 62 | #define DRIVER_VERSION "4 October 2004" |
| 63 | 63 | ||
| 64 | #define OMAP_DMA_USB_W2FC_TX0 29 | ||
| 65 | |||
| 64 | /* | 66 | /* |
| 65 | * The OMAP UDC needs _very_ early endpoint setup: before enabling the | 67 | * The OMAP UDC needs _very_ early endpoint setup: before enabling the |
| 66 | * D+ pullup to allow enumeration. That's too early for the gadget | 68 | * D+ pullup to allow enumeration. That's too early for the gadget |
