summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/da8xx.c
Commit message (Collapse)AuthorAgeLines
* musb: Use name based initialization for musb_configAjay Kumar Gupta2010-06-30-3/+3
| | | | | | | | | | | Changed musb_config initialization for omap3.c, davinci.c and da8xx.c using name of structure fields. This would cause the uninitialized field to be null by default and thus would help in avoiding to init some flags required to be set only for a few selected platforms. CC: Remy Bohmer <linux@bohmer.net> Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com>
* DA8xx: Add MUSB host supportAjay Kumar Gupta2010-01-09-0/+139
Tested USB host functionality on DA830 EVM. Signed-off-by: Ajay Kumar Gupta <ajay.gupta@ti.com> Signed-off-by: Swaminathan S <swami.iyer@ti.com>