]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
OMAP3 Add usb device support
authorTom Rix <Tom.Rix@windriver.com>
Sat, 31 Oct 2009 17:37:41 +0000 (12:37 -0500)
committerRemy Bohmer <linux@bohmer.net>
Sun, 20 Dec 2009 11:47:37 +0000 (12:47 +0100)
commitf298e4b6dd56df3e35a13a6ddd572ca3baf06ad2
treedf52bb5df9b9d717e1927bd652b8cdcc04d35f59
parentbffbb2a86d2a3aa28bd8f9869aa553082fb5af5f
OMAP3 Add usb device support

This change adds the usb device support for musb.

Omap3 platform support added at the same level as davinci.

The interface for usbtty to use the musb device support was added.

Verified on omap3 beagle, zoom1 and zoom2.

Signed-off-by: Tom Rix <Tom.Rix@windriver.com>
drivers/serial/usbtty.h
drivers/usb/musb/Makefile
drivers/usb/musb/musb_core.c
drivers/usb/musb/musb_core.h
drivers/usb/musb/musb_debug.h [new file with mode: 0644]
drivers/usb/musb/musb_udc.c [new file with mode: 0644]
drivers/usb/musb/omap3.c [new file with mode: 0644]
drivers/usb/musb/omap3.h [new file with mode: 0644]
include/usb.h
include/usb/musb_udc.h [new file with mode: 0644]