summaryrefslogtreecommitdiff
path: root/drivers/usb/phy
Commit message (Collapse)AuthorAgeLines
* drivers/*/Makefile: fix conditional compile rule.Ender.Dai2010-05-06-1/+0
| | | | | | Fix conditional compile rule for twl4030.c and videomodes.c. Signed-off-by: Ender.Dai <ender.dai@gmail.com>
* TWL4030 Add usb PHY supportTom Rix2009-12-20-0/+233
The twl4030 provides a PHY device for connecting a link device, like musb, to physical connection. This change adds the twl4030 usb registers and functions for initializing the PHY as required by omap3. Signed-off-by: Tom Rix <Tom.Rix@windriver.com>