summaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-mv-usb.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-02usb: otg: mv_otg: remove unused clockChao Xie1-2/+1
The origianl understanding of clock is wrong. The OTG controller only have one clock input. Passing clock name by pdata is wrong. The clock is defined by device iteself. Signed-off-by: Chao Xie <chao.xie@marvell.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
2013-03-18usb: phy: rename all phy drivers to phy-$name-usb.cFelipe Balbi1-0/+165
this will make sure that we have sensible names for all phy drivers. Current situation was already quite bad with too generic names being used. Signed-off-by: Felipe Balbi <balbi@ti.com>