]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit57f6ce072e35770a63be0c5d5e82f90d8da7d665
tree4d839c576e033640468fef2fd702acd35fe30ede
parentca784be36cc725bca9b526eba342de7550329731
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