usb: phy: add a new driver for usb part of control module
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 25 Jan 2013 10:23:57 +0000 (15:53 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 25 Jan 2013 10:25:36 +0000 (12:25 +0200)
commit01658f0f8d1322dbf94f289aa610731d539bf888
tree16bc8fc55d5ef86f062097a9bd28de6c6e8d0dac
parent5d3c28b5a42df5ceaa854901ba2cccb76883c77e
usb: phy: add a new driver for usb part of control module

Added a new driver for the usb part of control module. This has an API
to power on the USB2 phy and an API to write to the mailbox depending on
whether MUSB has to act in host mode or in device mode.

Writing to control module registers for doing the above task which was
previously done in omap glue and in omap-usb2 phy will be removed.

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