summaryrefslogtreecommitdiff
path: root/include/linux/usb/nop-usb-xceiv.h
AgeCommit message (Collapse)Author
2012-08-03usb: xceiv: nop: let it work as USB2 and USB3 phyFelipe Balbi
We add a platform_data to pass the desired mode for the nop-xceiv so it can work on USB2 and USB3 modes. Signed-off-by: Felipe Balbi <balbi@ti.com>
2012-08-03usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.hFelipe Balbi
nop-usb-xceiv was polluting otg.h with its own function prototypes. Move those prototypes to a nop-usb-xceiv.h header. Signed-off-by: Felipe Balbi <balbi@ti.com>