]> 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)
commit1e9ac088094dd1b8e4130ea32dc6bcacbc092e07
tree16bc8fc55d5ef86f062097a9bd28de6c6e8d0dac
parente5acb9e0485c66bb4bc301d0dd220d9f9c262697
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]