summaryrefslogtreecommitdiffstats
path: root/drivers/phy/usb-nop-xceiv.c
Commit message (Collapse)AuthorAgeFilesLines
* phy: usb-nop-xceiv: Add clock supportSascha Hauer2017-01-191-3/+15
| | | | | | | As stated in the FIXME comment this is needed. Get and enable a "main_clk" just like the kernel does. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* phy: Add usb-nop-xceiv supportSascha Hauer2016-09-291-0/+104
Add a nop usb transcveiver driver. At the moment it does nothing, so is nothing more than a driver to satisfy the device tree dependencies. clk / vbus-regulator / vbus-detect-gpio support can be added later. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>