]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a30b7d9c78e598c67d40b9eaf459c8e1776c807
tree37862b7feec66ad89ca111ed88662fedb122698e
parent361ab318841aba40bc483bc98328e9dee484e2bc
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]