]> pilppa.com Git - linux-2.6-omap-h63xx.git/commit
[PATCH] Initial USB support on OMAP2
authorKyungmin Park <kyungmin.park@samsung.com>
Wed, 25 Oct 2006 18:38:51 +0000 (21:38 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 25 Oct 2006 18:38:51 +0000 (21:38 +0300)
commit519e16d75181169331a86cd650531419fde56937
treed2cbe955551ad481685014c03b3fbd6914f3eaf9
parentb983452be56be4169233c34be1134e8030be674b
[PATCH] Initial USB support on OMAP2

Initial full speed USB support on OMAP2 platform.
Remaining issues include:

    -   only usb0 port tested (not usb1, usb2)
    -   only peripheral/gadget controller tested (not ohci, otg)
    -   UDC DMA is not working
    -   clocks are not turned off

Board support is in separate patches.

Also minor omap_udc updates:  whitespace fixes, syncing with a few
changes from upstream, warning removal.

Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
arch/arm/mach-omap2/Kconfig
arch/arm/plat-omap/usb.c
drivers/usb/gadget/Kconfig
drivers/usb/gadget/omap_udc.c
include/asm-arm/arch-omap/irqs.h
include/asm-arm/arch-omap/usb.h