]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb : musb : Adding host controller driver for Mentor USB controller
authorThomas Abraham <t-abraham@ti.com>
Sun, 4 Jan 2009 04:11:03 +0000 (09:41 +0530)
committerRemy Bohmer <linux@bohmer.net>
Wed, 28 Jan 2009 18:57:29 +0000 (19:57 +0100)
commita142896934c755e679ba87e227a8e449f39b0012
treed80988a5caccb3b9f3b6743da2bc8a7b446df9b5
parentc7d703f3f3c3d6b020bda4cf633f8a6167c3cd2a
usb : musb : Adding host controller driver for Mentor USB controller

Adding Mentor USB core functionality and Mentor USB Host controller
functionality for Mentor USB OTG controller (musbhdrc).

Signed-off-by: Ravi Babu <ravibabu@ti.com>
Signed-off-by: Swaminathan S <swami.iyer@ti.com>
Signed-off-by: Thomas Abraham <t-abraham@ti.com>
Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
Signed-off-by: Remy Bohmer <linux@bohmer.net>
drivers/usb/Makefile
drivers/usb/musb_core.c [new file with mode: 0644]
drivers/usb/musb_core.h [new file with mode: 0644]
drivers/usb/musb_hcd.c [new file with mode: 0644]
drivers/usb/musb_hcd.h [new file with mode: 0644]