]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1d378354297e19e08b47cbb894a1c9bbf292eb2b
tree16bc8fc55d5ef86f062097a9bd28de6c6e8d0dac
parent5fb4cc882fee0282758230c01965d545c635070b
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]