aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/phy/phy-generic.c
AgeCommit message (Collapse)AuthorFilesLines
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-0/+293
Signed-off-by: Felipe Balbi <[email protected]> Conflicts: drivers/usb/phy/phy-generic.c
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-0/+292
The "nop" driver isn't a do-nothing-stub but supports a couple functions like clock on/off or is able to use a voltage regulator. This patch simply renames the driver to "generic" since it is easy possible to extend it by a simple function istead of writing a complete driver. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>