Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | usb: phy: nop: Add some parameters to platform data | Roger Quadros | 2013-03-18 |
| | | | | | | | | | | | | | Add clk_rate parameter to platform data. If supplied, the NOP phy driver will program the clock to that rate during probe. Also add 2 flags, needs_vcc and needs_reset. If the flag is set and the regulator couldn't be found then the driver will bail out with -EPROBE_DEFER. Signed-off-by: Roger Quadros <rogerq@ti.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com> | ||
* | usb: xceiv: nop: let it work as USB2 and USB3 phy | Felipe Balbi | 2012-08-03 |
| | | | | | | | | 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> | ||
* | usb: xceiv: create nop-usb-xceiv.h and avoid pollution on otg.h | Felipe Balbi | 2012-08-03 |
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> |