]> git.baikalelectronics.ru Git - kernel.git/commit
usb: phy: add a new driver for usb3 phy
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 25 Jan 2013 02:51:48 +0000 (08:21 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 25 Jan 2013 11:02:50 +0000 (13:02 +0200)
commitc269e425bd0bfae45b5aa45e2f2cd5150c0773e0
tree4d839c576e033640468fef2fd702acd35fe30ede
parenteb185a6cba7a831cf3cdf3f63c16b1c0e7798c09
usb: phy: add a new driver for usb3 phy

Added a driver for usb3 phy that handles the interaction between usb phy
device and dwc3 controller.

This also includes device tree support for usb3 phy driver and
the documentation with device tree binding information is updated.

Currently writing to control module register is taken care in this
driver which will be removed once the control module driver is in place.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Moiz Sonasath <m-sonasath@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Documentation/devicetree/bindings/usb/usb-phy.txt
drivers/usb/phy/Kconfig
drivers/usb/phy/Makefile
drivers/usb/phy/omap-usb3.c [new file with mode: 0644]
include/linux/usb/omap_usb.h