usb: phy: add a new driver for omap usb2 phy
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 6 Sep 2012 14:57:06 +0000 (20:27 +0530)
committerFelipe Balbi <balbi@ti.com>
Thu, 6 Sep 2012 17:14:53 +0000 (20:14 +0300)
commit657b306a7bdfca4ae1514b533a0e7c3c6d26dbc6
tree37862b7feec66ad89ca111ed88662fedb122698e
parenta4c3ddec5c5293953d8472eb151c48a3205b738b
usb: phy: add a new driver for omap usb2 phy

All phy related programming like enabling/disabling the clocks, powering
on/off the phy is taken care of by this driver. It is also used for OTG
related functionality like srp.

This also includes device tree support for usb2 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.

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