aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/musb/omap2430.c
AgeCommit message (Collapse)AuthorFilesLines
2009-01-07USB: musb: sysfs mode updatesDavid Brownell1-1/+10
Fix three omissions in the "mode" sysfs attribute support: (a) inability to report errors; (b) no DaVinci support ... just report an error; (c) for omap2430, accepting unsupportable values The 2430 stuff is still odd.... Signed-off-by: David Brownell <[email protected]> Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2008-11-13usb: musb: Removes compilation warning in gadget modeAjay Kumar Gupta1-0/+2
Fixes compilation warning when musb is configured in gadget mode. Signed-off-by: Ajay Kumar Gupta <[email protected]> Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2008-09-23usb: musb: fix include pathFelipe Balbi1-2/+2
headers were moved, fixing. Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2008-08-13USB: Add MUSB and TUSB supportFelipe Balbi1-0/+324
This patch adds support for MUSB and TUSB controllers integrated into omap2430 and davinci. It also adds support for external tusb6010 controller. Cc: David Brownell <[email protected]> Cc: Tony Lindgren <[email protected]> Signed-off-by: Felipe Balbi <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>